Make imgproc.hpp independent from C API
This commit is contained in:
@@ -462,7 +462,7 @@ int main( int argc, char** argv )
|
||||
flip( view, view, 0 );
|
||||
|
||||
vector<Point2f> pointbuf;
|
||||
cvtColor(view, viewGray, CV_BGR2GRAY);
|
||||
cvtColor(view, viewGray, COLOR_BGR2GRAY);
|
||||
|
||||
bool found;
|
||||
switch( pattern )
|
||||
|
Reference in New Issue
Block a user