asked 2016-07-30 04:54:34 -0600
I read here that CvFunctions are deprecated. I am trying to write this code to latest open cv version but not able to find newer implementation of this method.
Where should I search.
yes, it was removed (along with the whole "legacy" module) from opencv3.
but before making any attempts at porting over, maybe try to get hold of an opencv2.4.x version, and try it out (results werent real pretty, iirc.)
Is there any other method that can be used, or I will have to implement by myself
maybe this ? (disclaimer: haven't tried !)
or this ?
Official site
GitHub
Wiki
Documentation
subscribe to rss feed
Asked: 2016-07-30 04:54:34 -0600
Seen: 391 times
Last updated: Jul 30 '16
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
videofacerec.py example help
yes, it was removed (along with the whole "legacy" module) from opencv3.
but before making any attempts at porting over, maybe try to get hold of an opencv2.4.x version, and try it out (results werent real pretty, iirc.)
Is there any other method that can be used, or I will have to implement by myself
maybe this ? (disclaimer: haven't tried !)
or this ?