How to match two curves to find if one curve belongs to the other?
Mostra commenti meno recenti
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
Risposta accettata
Più risposte (1)
Ivan Shorokhov
il 7 Lug 2015
Modificato: Ivan Shorokhov
il 7 Lug 2015
0 voti
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 Commento
Mona
il 7 Lug 2015
Categorie
Scopri di più su Image Segmentation in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!