locate (x,y) coordinates on an image
4 ビュー (過去 30 日間)
古いコメントを表示
Hi, I performed image registration of two images using the function cpselect where I selected some points on the fixed and moving images and later transformed them. Any idea on how I can locate the specific points on the moving image which can later be transformed into the fixed imag?
0 件のコメント
回答 (1 件)
Matt J
2021 年 6 月 28 日
Assuming the transform type you're using supports it, you would use transformPointsInverse.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!