Locate particular portion in an image
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Turbulence Analysis
el 13 de Ag. de 2020
Respondida: Turbulence Analysis
el 13 de Ag. de 2020
Hi,
I have a serious of images similar to the one attached here. I intend to measure the distance of particular portion of the image from the bottom, Is anybody have done anything similar to this??. Could somebody please help me with this....
Thanks in advance....
0 comentarios
Respuestas (2)
Walter Roberson
el 13 de Ag. de 2020
d = size(img,1) - find(any(img, 2),1,'last')
in pixels.
2 comentarios
Walter Roberson
el 13 de Ag. de 2020
are the white margin and text part of the image being processed? Is the arrow part of the image being processed? Is the image being processed RGB?
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!