How to match two curves to find if one curve belongs to the other?
Mostrar comentarios más antiguos
I have a video recording of moving objects that seem to be changing in size due to the fixed capturing lens position. The objects may also have slightly different shapes due to edge detection on different settings. Then the objects move and seem to change size and shape. I need to know how much each object moved (direction and translation)!
Any idea on how to compare two curves (of different lengths) to see if they share some points (with an error tolerance)?
Thanks a lot
Respuesta aceptada
Más respuestas (1)
Ivan Shorokhov
el 7 de Jul. de 2015
Editada: Ivan Shorokhov
el 7 de Jul. de 2015
0 votos
Hello Mona,
You can use following algorithm.
3. Subtract two binary image form each other and measure properties one more time, that would give you difference between two images.
I hope it will help you and please vote for the answer.
Best of luck!
1 comentario
Mona
el 7 de Jul. de 2015
Categorías
Más información sobre Image Segmentation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!