• okriof's avatar
    Merge pull request #13361 from okriof:brisk_getset · ef42baf9
    okriof authored
    * Get/Set functions for BRISK parameters, issue #11527.
    
    Allows setting threshold and octaves parameters after creating a brisk object. These parameters do not affect the initial pattern initialization and can be changed later without re-initialization.
    
    * Fix doc parameter name.
    
    * Brisk get/set functions tests. Check for correct value and make tests independent of default parameter values.
    
    * Add dummy implementations for BRISK get/set functions not to break API in case someone has overloaded the Feature2d::BRISK interface. This makes BRISK different from the other detectors/descriptors on the other hand, where get/set functions are pure virtual in the interface.
    ef42baf9
Name
Last commit
Last update
..
kaze Loading commit data...
opencl Loading commit data...
agast.cpp Loading commit data...
agast_score.cpp Loading commit data...
agast_score.hpp Loading commit data...
akaze.cpp Loading commit data...
bagofwords.cpp Loading commit data...
blobdetector.cpp Loading commit data...
brisk.cpp Loading commit data...
draw.cpp Loading commit data...
dynamic.cpp Loading commit data...
evaluation.cpp Loading commit data...
fast.avx2.cpp Loading commit data...
fast.cpp Loading commit data...
fast.hpp Loading commit data...
fast_score.cpp Loading commit data...
fast_score.hpp Loading commit data...
feature2d.cpp Loading commit data...
gftt.cpp Loading commit data...
hal_replacement.hpp Loading commit data...
kaze.cpp Loading commit data...
keypoint.cpp Loading commit data...
main.cpp Loading commit data...
matchers.cpp Loading commit data...
mser.cpp Loading commit data...
orb.cpp Loading commit data...
precomp.hpp Loading commit data...