How can I find the Sensitivity Factor of the Harris Corner Detector?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
I'm using the detectHarrisFeatures function. To learn about it, I've found this page:
If I well understand, it is about the Simulink Block for Corner Detection, is this right?
In this page, concerning the Harris Detector, I can read this: "The variable k corresponds to the Sensitivity Factor". So, which is default value of k used in the detectHarrisFeatures function? How can I find and edit it?
Thanks for your answers.
0 Kommentare
Antworten (1)
Swarooph
am 25 Jul. 2016
Yes you are right that the documentation link you have linked talks about the Simulink block and not the function detectHarrisFeatures function. There seems to be a difference in the way these 2 are implemented. The Simulink block uses the function cornerMetric under it. When I refer to the documentation for this function : http://www.mathworks.com/help/images/ref/cornermetric.html, I see that it is not recommended to use this and to use detectHarrisFeatures or detectMinEigenFeatures and the cornerPoints class in Computer Vision System Toolbox™ instead. So you seem to be on the right track. Just use the the detectHarrisFeatures function's documentation, you can find it here: http://www.mathworks.com/help/vision/ref/detectharrisfeatures.html. When you refer to the properties of the algorithm here. You are able to change the parameters MinQuality, FilterSize and ROI. Do read the documentation to see how to change the parameters to affect your detection.
Siehe auch
Kategorien
Mehr zu Computer Vision with Simulink finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!