opencv/modules/features2d/src/kaze
Hamdi Sahloul ef5579dc86 Merge pull request #12310 from cv3d:chunks/enum_interface
* Cleanup macros and enable expansion of `__VA_ARGS__` for Visual Studio

* Macros for enum-arguments backwards compatibility

* Convert struct Param to enum struct

* Enabled ParamType.type for enum types

* Enabled `cv.read` and `cv.write` for enum types

* Rename unnamed enum to AAKAZE.DescriptorType

* Rename unnamed enum to AccessFlag

* Rename unnamed enum to AgastFeatureDetector.DetectorType

* Convert struct DrawMatchesFlags to enum struct

* Rename unnamed enum to FastFeatureDetector.DetectorType

* Rename unnamed enum to Formatter.FormatType

* Rename unnamed enum to HOGDescriptor.HistogramNormType

* Rename unnamed enum to DescriptorMatcher.MatcherType

* Rename unnamed enum to KAZE.DiffusivityType

* Rename unnamed enum to ORB.ScoreType

* Rename unnamed enum to UMatData.MemoryFlag

* Rename unnamed enum to _InputArray.KindFlag

* Rename unnamed enum to _OutputArray.DepthMask

* Convert normType enums to static const NormTypes

* Avoid conflicts with ElemType

* Rename unnamed enum to DescriptorStorageFormat
2018-09-21 18:12:35 +03:00
..
AKAZEConfig.h Merge pull request #12310 from cv3d:chunks/enum_interface 2018-09-21 18:12:35 +03:00
AKAZEFeatures.cpp Merge pull request #12310 from cv3d:chunks/enum_interface 2018-09-21 18:12:35 +03:00
AKAZEFeatures.h Merge pull request #9330 from hrnr:akaze_ocl 2017-08-16 16:46:11 +00:00
fed.cpp akaze: replace ceil() 2017-08-03 19:51:45 +03:00
fed.h AKAZE fixes, tests and tutorial 2014-07-30 18:02:08 +04:00
KAZEConfig.h Merge pull request #12310 from cv3d:chunks/enum_interface 2018-09-21 18:12:35 +03:00
KAZEFeatures.cpp More issues found by static analysis 2018-07-24 16:04:42 +03:00
KAZEFeatures.h OpenCV with the refactored features2d compiles! contrib is broken for now; the tests are not tried yet 2014-10-17 14:56:58 +04:00
nldiffusion_functions.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
nldiffusion_functions.h Merge pull request #8951 from hrnr:akaze_part2 2017-08-01 12:46:01 +00:00
TEvolution.h Merge pull request #8951 from hrnr:akaze_part2 2017-08-01 12:46:01 +00:00
utils.h akaze: fRound -> cvRound, fix bilinear interpolation 2017-08-03 19:51:46 +03:00