Is there a way to imregister some points on a matlab figure

1 次查看(过去 30 天)
Can I do imregister for only some points in the frames and if there is a change at thos epoints, to remove those frames?

回答(1 个)

Matt J
Matt J 2022-3-22
编辑:Matt J 2022-3-22
If you have individual points as input to the registration, you should use fitgeotrans().
  6 个评论
AAS
AAS 2022-3-22
编辑:AAS 2022-3-22
I have so many frames and to do points for each frame woud be quite taxing. What i was hoping for is at those same points in different frames, how much the image changes basically registration using those same points for all frames.
Matt J
Matt J 2022-3-22
编辑:Matt J 2022-3-22
No, registration does not happen pixel-by-pixel. The pixels enter into the calculation inter-dependently.
Regardless, what benefit are you seeking by restricting the registration operation to a subset of points? Why not register the 2 images in the normal way, and then assess the change at the points of interest after the 2 images have been registered?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Geometric Transformation and Image Registration 的更多信息

产品


版本

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by