4 lines
323 B
Python
4 lines
323 B
Python
ret = img_get_int(tmp_file, threshold1, threshold2, threshold3, threshold4, \
|
|
self.pixel.image_header_length, self.pixel.PIX_XDIM, self.pixel.PIX_YDIM,self.pixel.PIX_COLOR_DEPTH, \
|
|
roi[0], roi[1], roi[2], roi[3], bkroi[0], bkroi[1], bkroi[2], bkroi[3], filter_median = True, filter_nsigma = 30)
|