Is the CIELUV missing a -16 in the documentation? (Bug #1687)
Description
Look at http://opencv.itseez.com/modules/imgproc/doc/miscellaneous_transformations.html and scroll down to (CIE L*u*v*). There is a (-16) missing from the calculation of L. Shouldn't it read "116 * Y ^ *1/3) - 16"? I'm aware that this link is probably outdated, but I see the same issue in svn:7292.
Associated revisions
Merge pull request #1687 from bitwangyaoyao:2.4_fix
History
Updated by Joel Granados almost 13 years ago
Sorry, the title should have read "-16"
Updated by Alexander Shishkov almost 13 years ago
It is already in trunk: http://opencv.itseez.com/trunk/modules/imgproc/doc/miscellaneous_transformations.html
- Subject changed from Is the CIELUV missing a +16 in the documentation? to Is the CIELUV missing a -16 in the documentation?
- Status changed from Open to Cancelled
Updated by Andrey Kamaev almost 13 years ago
- Target version set to 2.4.0
- Assignee set to Alexander Shishkov