mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
switched to Input/Output Array in Color Processing
This commit is contained in:
@@ -169,7 +169,7 @@ namespace
|
||||
break;
|
||||
|
||||
default:
|
||||
cvtColor(src, dst, code, cn);
|
||||
cv::cvtColor(src, dst, code, cn);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user