mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
change remaining c-api CV_ prefixes in constants
This commit is contained in:
@@ -70,7 +70,7 @@ After the processing we need to convert it back to UIImage. The code below can h
|
||||
.. code-block:: cpp
|
||||
|
||||
cv::Mat greyMat;
|
||||
cv::cvtColor(inputMat, greyMat, CV_BGR2GRAY);
|
||||
cv::cvtColor(inputMat, greyMat, COLOR_BGR2GRAY);
|
||||
|
||||
After the processing we need to convert it back to UIImage.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user