welcom how find center this image
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
welcom how find center this image...i find top,bottom,left side,right side this image...how find center of image depends on top,bottom,left side,right side this image thanks
3 comentarios
John D'Errico
el 24 de Dic. de 2014
That is my point. The center of a rectangular image is trivial, because you need merely count pixels.
My other point was a more significant one, that you need to define what it means to find the center of a foot, or ANY irregular object. There are many ways one might define "center". What that word means to you is probably not what it means to me.
Respuestas (1)
Image Analyst
el 24 de Dic. de 2014
Threshold it. Throw out small blobs with bwareaopen() or other methods. Then call regionprops() and ask for centroid. See attached m-file.
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!