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
@@ -53,7 +53,7 @@ Explanation
-----------
-# Declare variables such as the matrices to store the base image and the two other images to
compare ( RGB and HSV )
compare ( BGR and HSV )
@code{.cpp}
Mat src_base, hsv_base;
Mat src_test1, hsv_test1;