
how to find the max and min value of x and y axis at specified intensity?
9 ビュー (過去 30 日間)
古いコメントを表示
I have a image containing white and black pixel i need to find the maximum and minimum value of x and y axis at specified intensity(white intensity). or you can say that i need to find the center of which contains white color????
0 件のコメント
回答 (1 件)
Image Analyst
2013 年 12 月 10 日
That's exactly what I do in my Image Segmentation Tutorial. I find the centroid and bounding box of all bright objects. Just what you want to do. See http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862

0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!