Sir, I have 50 corner points of one image, like that i have taken corner points of ten images, now i want to match one image with another by calculating euclidean distance, then how i can, Please sort my problem

1 次查看(过去 30 天)
corners = detectMinEigenFeatures(bw); % Find Corner Points Using the Eigenvalue Algorithm % Display 50 strongest points strongest=corners.selectStrongest(50); imshow(bw); hold on; title('Eigenvalue Algorithm'); plot(corners.selectStrongest(50));

回答(0 个)

类别

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

Community Treasure Hunt

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

Start Hunting!

Translated by