How to find the middle point of an edge in binary image?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Meshooo
am 16 Apr. 2015
Beantwortet: Image Analyst
am 16 Apr. 2015
Dear all, I have a binary image that contains an edge segment with 1 pixel width, see the attached image. My question is:
How to find the pixel located at the half (or quarter) length of this edge?
Meshoo
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 16 Apr. 2015
Since it's reasonably straight, I'd say just running along the curve calculating the distance to each endpoint, and then picking the one where the difference between the two distances is minimum, should be pretty close or even exact.
However if the curve is all twisty and distorted, then you'll have to use John D'Errico's interparc http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A679
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Computer Vision with Simulink finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!