mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
switched to Input/Output Array in Color Processing
This commit is contained in:
@@ -294,7 +294,7 @@ int main(int argc, const char *argv[])
|
||||
}
|
||||
cout << endl;
|
||||
|
||||
cvtColor(resized_cpu, frameDisp, COLOR_GRAY2BGR);
|
||||
cv::cvtColor(resized_cpu, frameDisp, COLOR_GRAY2BGR);
|
||||
displayState(frameDisp, helpScreen, useGPU, findLargestObject, filterRects, fps);
|
||||
imshow("result", frameDisp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user