![]() | 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.
![]() | 2 | No.2 Revision |
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.
![]() | 3 | No.3 Revision |
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.