switched to Input/Output Array in Color Processing

This commit is contained in:
Vladislav Vinogradov
2013-04-29 18:01:57 +04:00
parent 6d1ec452fc
commit 9eea9835ab
9 changed files with 674 additions and 423 deletions

View File

@@ -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);