how to define a region of interest in an image to perform different scanning on dat particular area?

1 次查看(过去 30 天)
i have a image with two white spots x-ray reflected intensity, first 1 is direct beam spot with high intensity and second 1 is reflected beam with less intensity on same y axis.i want to calculate intensity of lower spot without cropping the image?

回答(1 个)

Image Analyst
Image Analyst 2015-6-2
You have to make a binary image which you can then pass into bwconncomp() and regionprops(). See my Image Segmentation Tutorial in my File Exchange for a full demo. http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862

类别

Help CenterFile Exchange 中查找有关 Image Segmentation and Analysis 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by