• 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
..
ocl Loading commit data...
test_agast.cpp Loading commit data...
test_akaze.cpp Loading commit data...
test_brisk.cpp Loading commit data...
test_descriptors_invariance.cpp Loading commit data...
test_descriptors_invariance.impl.hpp Loading commit data...
test_descriptors_regression.cpp Loading commit data...
test_descriptors_regression.impl.hpp Loading commit data...
test_detectors_invariance.cpp Loading commit data...
test_detectors_invariance.impl.hpp Loading commit data...
test_detectors_regression.cpp Loading commit data...
test_detectors_regression.impl.hpp Loading commit data...
test_fast.cpp Loading commit data...
test_invariance_utils.hpp Loading commit data...
test_keypoints.cpp Loading commit data...
test_main.cpp Loading commit data...
test_matchers_algorithmic.cpp Loading commit data...
test_mser.cpp Loading commit data...
test_nearestneighbors.cpp Loading commit data...
test_orb.cpp Loading commit data...
test_precomp.hpp Loading commit data...