opencv/modules/features2d/src
okriof ef42baf9f0 Merge pull request #13361 from okriof:brisk_getset
* 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.
2018-12-05 18:44:23 +03:00
..
kaze Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-10-20 11:37:54 +00:00
opencl Merge pull request #8951 from hrnr:akaze_part2 2017-08-01 12:46:01 +00:00
agast_score.cpp Merge pull request #12310 from cv3d:chunks/enum_interface 2018-09-21 18:12:35 +03:00
agast_score.hpp Merge pull request #12310 from cv3d:chunks/enum_interface 2018-09-21 18:12:35 +03:00
agast.cpp Merge pull request #12310 from cv3d:chunks/enum_interface 2018-09-21 18:12:35 +03:00
akaze.cpp Merge pull request #12310 from cv3d:chunks/enum_interface 2018-09-21 18:12:35 +03:00
bagofwords.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
blobdetector.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
brisk.cpp Merge pull request #13361 from okriof:brisk_getset 2018-12-05 18:44:23 +03:00
draw.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-11-21 08:33:39 +00:00
dynamic.cpp moved nonfree and a part of features2d to opencv_contrib/xfeatures2d 2014-08-11 23:26:39 +04:00
evaluation.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
fast_score.cpp use universal intrinsic in FAST 2017-09-21 18:28:15 +09:00
fast_score.hpp Fix binary compatibility of opencv_features2d 2012-10-17 02:09:14 +04:00
fast.avx2.cpp features2d: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
fast.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-11-10 20:50:26 +00:00
fast.hpp AVX2 optimized implementation of FAST corner tracking migrated to separate file 2017-10-24 20:00:48 +03:00
feature2d.cpp Merge pull request #12827 from hrnr:stitching_4 2018-11-10 19:53:48 +03:00
gftt.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
hal_replacement.hpp Merge pull request #12310 from cv3d:chunks/enum_interface 2018-09-21 18:12:35 +03:00
kaze.cpp Merge pull request #12310 from cv3d:chunks/enum_interface 2018-09-21 18:12:35 +03:00
keypoint.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
main.cpp IPPInitSingelton was added to contain IPP related global variables; 2015-10-01 09:58:48 +03:00
matchers.cpp completely new C++ persistence implementation (#13011) 2018-11-02 00:27:06 +03:00
mser.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
orb.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-10-26 17:56:55 +03:00
precomp.hpp next: drop HAVE_TEGRA_OPTIMIZATION/TADP 2018-04-10 18:09:54 +03:00