Info

This question is closed. Reopen it to edit or answer.

find the point with least white pixels

1 view (last 30 days)
rahul unnikrishnan
rahul unnikrishnan on 7 Mar 2019
Closed: Stephen23 on 7 Mar 2019
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.

Community Treasure Hunt

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

Start Hunting!