Skip to content
Advertisement

Tag: javacv

Why and how apply thresholding to get better matched features

in the below code, i am doing descriptor matching using BRUTFORCE algorithm. i read som tutorial but they were writtin in C++, and i found that, always after the matching process, the resultant MatOfDMatch object from should be converted to DMatch objectas follows and the dMtchList should be sorted Ascendingly, and then a thresholing should be applied and then convert

Advertisement