• Jiri Horner's avatar
    Merge pull request #9249 from hrnr:akaze_part3 · 3166d0c6
    Jiri Horner authored
    [GSOC] Speeding-up AKAZE, part #3 (#9249)
    
    * use finding of scale extremas from fast_akaze
    
    * incorporade finding of extremas and subpixel refinement from Hideaki Suzuki's fast_akaze (https://github.com/h2suzuki/fast_akaze)
    * use opencv parallel framework
    * do not search for keypoints near the border, where we can't compute sensible descriptors (bugs fixed in ffd9ad99f4946e31508677dab09bddbecb82ae9f, 2c5389594bb560b62097de3602755ef97e60135f), but the descriptors were not 100% correct. this is a better solution
    
    this version produces less keypoints with the same treshold. It is more effective in pruning similar keypoints (which do not bring any new information), so we have less keypoints, but with high quality. Accuracy is about the same.
    
    * incorporate bugfix from upstream
    
    * fix bug in subpixel refinement
    * see commit db3dc22981e856ca8111f2f7fe57d9c2e0286efc in Pablo's repo
    
    * rework finding of scale space extremas
    
    * store just keypoints positions
    * store positions in uchar mask for effective spatial search for neighbours
    * construct keypoints structs at the very end
    
    * lower inlier threshold in test
    
    * win32 has lower accuracy
    3166d0c6
Name
Last commit
Last update
..
calib3d Loading commit data...
core Loading commit data...
cudaarithm Loading commit data...
cudabgsegm Loading commit data...
cudacodec Loading commit data...
cudafeatures2d Loading commit data...
cudafilters Loading commit data...
cudaimgproc Loading commit data...
cudalegacy Loading commit data...
cudaobjdetect Loading commit data...
cudaoptflow Loading commit data...
cudastereo Loading commit data...
cudawarping Loading commit data...
cudev Loading commit data...
dnn Loading commit data...
features2d Loading commit data...
flann Loading commit data...
highgui Loading commit data...
imgcodecs Loading commit data...
imgproc Loading commit data...
java Loading commit data...
ml Loading commit data...
objdetect Loading commit data...
photo Loading commit data...
python Loading commit data...
shape Loading commit data...
stitching Loading commit data...
superres Loading commit data...
ts Loading commit data...
video Loading commit data...
videoio Loading commit data...
videostab Loading commit data...
viz Loading commit data...
world Loading commit data...
CMakeLists.txt Loading commit data...