Is CV_FILLED removed in 4.0.0?
After I update OpenCV from 3.2.0 to 4.0.0, I can't use CV_FILLED because it complains that it is undefined. Was it removed? Or am I just missing something?
After I update OpenCV from 3.2.0 to 4.0.0, I can't use CV_FILLED because it complains that it is undefined. Was it removed? Or am I just missing something?
most of those CV_ constants were changed to cv:: ones in 3.0.0 already (removal of c-api) you have to use:
instead.
Where are those constants? I can't find them in opencv2/core.hpp
Asked: 2018-11-24 02:15:14 -0600
Seen: 11,007 times
Last updated: Nov 24 '18
Area of a single pixel object in OpenCV
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04
OpenCV DescriptorMatcher matches
Can't compile .cu file when including opencv.hpp
Using OpenCV's stitching module, strange error when compositing images
compile error in opencv2/flann/lsh_table.h when compiling bgslibrary