1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #3974 from StevenPuttemans:fix_RGB_naming_master

This commit is contained in:
Vadim Pisarevsky
2015-05-12 15:12:26 +00:00
14 changed files with 23 additions and 23 deletions
@@ -56,7 +56,7 @@ Explanation
-----------
-# We begin by loading an image using @ref cv::imread , located in the path given by *imageName*.
For this example, assume you are loading a RGB image.
For this example, assume you are loading a BGR image.
-# Now we are going to convert our image from BGR to Grayscale format. OpenCV has a really nice
function to do this kind of transformations:
@code{.cpp}