How to find center (i.e., x and y) of the interference fringes?
2 次查看(过去 30 天)
显示 更早的评论
I need to find the center indices of the interference fringes given in the image.
I used many way like thresholding, used 'regionprops' etc.
0 个评论
回答(1 个)
Shashank Gupta
2021-2-25
Hi,
The image which you shared looks like some kind of shock wave. From the first look of the image, I think hard thresholding should be able to give you rings, may be try thresholding between 75 and 80 gray values and observe. Then possibly try imfindcircle function and see whether you are able to detect circle or not. It's not easy to detect this rings you may need to perform some smoothing and gradient operation to get some initiative. Its hard task and I don't think we will be able to generalise it to all images you have in your plate.
I hope this helps or atleast give you enough resources to explore.
Cheers
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Segmentation and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!