opencv/modules
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
..
calib3d Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-11-10 20:50:26 +00:00
core Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-12-03 18:38:27 +03:00
dnn Add serialize method for IE net wrapper 2018-11-27 12:02:00 +03:00
features2d Merge pull request #13361 from okriof:brisk_getset 2018-12-05 18:44:23 +03:00
flann Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-11-26 15:37:45 +03:00
gapi gapi: eliminate KW issues 2018-12-03 15:20:47 +03:00
highgui Restored 500ms delay in highgui test 2018-12-03 14:34:29 +03:00
imgcodecs Merge pull request #13253 from alalek:fix_13201 2018-11-23 20:02:46 +03:00
imgproc Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-12-03 18:38:27 +03:00
java move legacy C-API constants into separate files 2018-11-17 23:47:51 +00:00
js
ml completely new C++ persistence implementation (#13011) 2018-11-02 00:27:06 +03:00
objdetect Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-12-03 18:38:27 +03:00
photo move legacy C-API constants into separate files 2018-11-17 23:47:51 +00:00
python Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-11-26 15:37:45 +03:00
stitching stitching(test): workaround ParallelFeaturesFinder.IsSameWithSerial 2018-11-12 20:17:28 +03:00
ts Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-12-03 18:38:27 +03:00
video Fixed static analyzer warnings in DISOpticalFlow 2018-12-04 12:57:14 +03:00
videoio Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-12-03 18:38:27 +03:00
world
CMakeLists.txt