How should I getParams of descriptor in 3.x?
In OpenCV 2.4.x I could run descriptor->getParams(vector<string> parameters)
but how do I do the same in 3.x?
In OpenCV 2.4.x I could run descriptor->getParams(vector<string> parameters)
but how do I do the same in 3.x?
unfortunately, this is no more possible in an algorithmic way.
you'll have to lookup the documentation of your resp. descriptor and use setX()
and getX()
member functions
Asked: 2019-02-04 03:51:09 -0600
Seen: 118 times
Last updated: Feb 04 '19
OpenCV DescriptorMatcher matches
Conversion between IplImage and MxArray
Video On Label OpenCV Qt :: hide cvNamedWindows
Problems using the math.h class with OpenCV (c++, VS2012)
How to reduce false positives for face detection
Area of a single pixel object in OpenCV
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04
Can't compile .cu file when including opencv.hpp
Using OpenCV's stitching module, strange error when compositing images