Load, Modify, and Save an Image tutorial used RGB instead of BGR (Bug #2739)
Description
The tutorial (http://docs.opencv.org/doc/tutorials/introduction/load_save_image/load_save_image.html) is using the CV_RGB2GRAY conversion instead of the correct BGR2GRAY one.
Associated revisions
Fixed color code in cvtColor in "Load, Modify, and Save an Image" tutorial (bug #2739)
Merge pull request #2739 from StevenPuttemans:bug_1523
History
Updated by Daniil Osokin about 12 years ago
- Pull request set to https://github.com/Itseez/opencv/pull/356
Updated by Kirill Kornyakov about 12 years ago
- Target version set to 2.4.4