Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
undocumented *_FULL in cv::ColorConversionCodes #18836
Comments
|
There is another link on useful page (see enum's documentation itself instead of entries): https://docs.opencv.org/4.5.0/de/d25/imgproc_color_conversions.html
|
|
Hi, I would like to contribute to this issue. |
|
Would like to work on this |


System information (version)
Detailed description
The documentation for color conversions does not explain what _FULL does, e.g. https://docs.opencv.org/4.5.0/d8/d01/group__imgproc__color__conversions.html#gga4e0972be5de079fed4e3a10e24ef5ef0ae0070d7e97f1e565cc0992d038e5498e
I believe this should be explained for each color conversion as there are different interpretations on forums.
Issue submission checklist
answers.opencv.org, Stack Overflow, etc and have not found solution
There are some places with answers like:
https://stackoverflow.com/questions/34200353/why-isnt-inrange-function-detecting-blue-color-when-i-have-given-it-the-entire
or
https://stackoverflow.com/questions/21782420/difference-between-hsv-and-hsv-full-in-opencv
but they actually give different answers (full gives H in [0,255] in one, [0,360] in the other).