modified: nst/tools.py modified: sub_windows/sub_window_9.py
@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
Created on Wed Apr 3 16:30:00 2019
@author: Wellenwoo
Created on 2023/6/15
@author:shawn-sheep
图像格式转换的工具;
from __future__ import print_function
@ -73,7 +73,7 @@ class SubWindow(QMainWindow):
t = time.time()
dt, img = transfer.fit()
print("time:")
print(time.time() - t)
# print(dt,img)
@ -84,4 +84,3 @@ class SubWindow(QMainWindow):
pixmap = QPixmap.fromImage(qimage)
self.ui.label_image_3.setPixmap(pixmap)
pass