This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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()
|
||||
Reference in New Issue
Block a user