Info
This question is closed. Reopen it to edit or answer.
find the point with least white pixels
1 view (last 30 days)
Show older comments
I need to find the point with least white pixels.I tried the following code.Is this the correct code.Please provide the corrected code.I need to get the coordinates of pixel location.
[rows,columns]=find(binaryimage);
minimum=min(columns);
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!