Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

all those CV_ constants were changed to cv:: ones in 3.0.0 already (removal of c-api) you have to use:

cv::FILLED

instead.

all most of those CV_ constants were changed to cv:: ones in 3.0.0 already (removal of c-api) you have to use:

cv::FILLED

instead.

most of those CV_ constants were changed to cv:: ones in 3.0.0 already (removal of c-api) you have to use:

cv::FILLED

cv::FILLED

instead.