switched to Input/Output Array in Color Processing
This commit is contained in:
@@ -34,7 +34,7 @@ int main(int argc, const char* argv[])
|
||||
Canny(src, mask, 100, 200, 3);
|
||||
|
||||
Mat dst_cpu;
|
||||
cvtColor(mask, dst_cpu, COLOR_GRAY2BGR);
|
||||
cv::cvtColor(mask, dst_cpu, COLOR_GRAY2BGR);
|
||||
Mat dst_gpu = dst_cpu.clone();
|
||||
|
||||
vector<Vec4i> lines_cpu;
|
||||
|
||||
Reference in New Issue
Block a user