opencv/modules/features2d
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
..
doc Misc. typos 2018-07-31 18:44:23 +03:00
include/opencv2 Merge pull request #13361 from okriof:brisk_getset 2018-12-05 18:44:23 +03:00
misc move legacy C-API constants into separate files 2018-11-17 23:47:51 +00:00
perf Merge pull request #11897 from Jakub-Golinowski:hpx_backend 2018-08-31 16:23:26 +03:00
src Merge pull request #13361 from okriof:brisk_getset 2018-12-05 18:44:23 +03:00
test Merge pull request #13361 from okriof:brisk_getset 2018-12-05 18:44:23 +03:00
CMakeLists.txt JavaScript bindings for features2d module 2018-09-28 11:04:13 +03:00