How can I select the specific area between two pictures using feature detection?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
HEE SEUNG KIM
el 29 de Mayo de 2017
Comentada: HEE SEUNG KIM
el 1 de Jun. de 2017
Hi All,
please understand my bad English:)
I attached two images as the reference and object image. these images were captured by two cameras at the same time, so each scene has a little bit different perspective view. I am able to make two images with on overlap using image registration. However, the current functions for detecting matching points(detectMinEigenFeatures, detectSURFFeatures, detectMSERFeatures and so on) are work automatically. I want to restrict the detecting area manually(rectangle area is fine). In other words, I want to get a result of matching points within selected specific area only.
I found "Pick Control Point Pairs Manually", but I have to select exact same pixel per each image in this method.
Thanks,
2 comentarios
Respuesta aceptada
J Philps
el 31 de Mayo de 2017
I agree with KSSV, the simplest way to perform this operation would be to crop your images (using 'imcrop') to the desired detection area and detect matching points along the cropped image.
Más respuestas (0)
Ver también
Categorías
Más información sobre Point Cloud Processing en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!