This commit is contained in:
alexgobbo
2024-09-20 12:06:58 +02:00
parent 0692cd7cdc
commit 2c69347d7f
9 changed files with 95 additions and 47 deletions
+9
View File
@@ -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()