How do I count pixels between two point along a curved path?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I have an image with binary numbers(0,1),which contain lots of curved path.I have to count the number of pixels between two point along the curve. Is there a method to find the number of pixels along a curve?
0 comentarios
Respuestas (1)
Juan P. Viera
el 29 de En. de 2014
I don't quite understand the question If it is what I think you are trying to say, maybe you can first filter all pixels that are not between those 2 (with clever indexing) and then use regionprops to tell you the area of the white pixels.
Ver también
Categorías
Más información sobre Interpolation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!