Make imgproc.hpp independent from C API
This commit is contained in:
@@ -144,7 +144,7 @@ static int test_FaceDetector(int argc, char *argv[])
|
||||
LOGD("\n\nSTEP n=%d from prev step %f ms\n", n, t_ms);
|
||||
m=images[n-1];
|
||||
CV_Assert(! m.empty());
|
||||
cvtColor(m, gray, CV_BGR2GRAY);
|
||||
cvtColor(m, gray, COLOR_BGR2GRAY);
|
||||
|
||||
fd.process(gray);
|
||||
|
||||
|
Reference in New Issue
Block a user