fixing all RGB instances to BGR where needed

This commit is contained in:
StevenPuttemans
2015-04-30 11:27:58 +02:00
parent 07e07655d4
commit 34dacdea32
14 changed files with 23 additions and 23 deletions

View File

@@ -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}