change basic

This commit is contained in:
copper 2022-05-24 22:05:25 +08:00
parent 3958b22a62
commit a9db374bef

View File

@ -11,6 +11,7 @@ from osgeo import gdal, gdal_array
from threading import Thread
import numpy as np
from basic_change.otsu import OTSU
class MyDialog(QDialog):
def __init__(self, parent=None):