i tried to count the number of key points that are matched between referenced image and query image i need to calculate the number of inliers points matching , any one can tell me any function can calculate that ...
in this example there is a function can show matched points :
figure;
showMatchedFeatures(boxImage, sceneImage, inlierBoxPoints, ...
inlierScenePoints, 'montage');
title('Matched Points (Inliers Only)');
how can i count the matched feature number? like count(matchedfeature)=?
my example link as follow http://www.mathworks.com/help/vision/examples/object-detection-in-a-cluttered-scene-using-point-feature-matching.html