10 lines
241 B
Python
10 lines
241 B
Python
roi =get_roi_img(image.output, img_size=1800, radius=800)
|
|
img = load_image(roi, title="ip_ref")
|
|
imge =get_edge_img(roi)
|
|
imgf = image_fft(img)
|
|
imgfe = image_fft(imge)
|
|
|
|
|
|
st=create_stack([img, imge,imgf, imgfe])
|
|
st.show()
|