Ping Wu
d6102ef65f
Update dictionary.hpp ( #3297 )
...
In Macbeth colorchecker, the RGB value of 21.neutral 6.5(.44*) and 23.neutral 3.5(.1.05*) seems to be wrong, while Lab values are correct.
Citation: https://babelcolor.com/index_htm_files/RGB%20Coordinates%20of%20the%20Macbeth%20ColorChecker.pdf
2 years ago
Yannis Guyon
94ca0c5fc0
Move poly*clockwise() definition to common.cpp
3 years ago
Yannis Guyon
0be54f24f2
Untemplate polyanticlockwise() and polyclockwise()
3 years ago
Yannis Guyon
cd97cad52d
Use T as temp var type in polyanticlockwise()
...
To match the input data type.
Cast inner computation to double to prevent int overflows for any
input type.
3 years ago
Yannis Guyon
badef606c2
Remove unused size of get_subbox_chart_physical()
...
The argument size of get_subbox_chart_physical() is unused.
get_subbox_chart_physical() is called only in one place.
The local variable h could overflow the cast to int and lead to a
SIGILL in some environments.
3 years ago
Gary Allen
9d0a451bee
Merge pull request #3296 from gvcallen:4.x
...
Allow new glog in SFM CMake Project
* Allow new glog in SFM CMakeLists.txt
* Fix typo
* Fixed missing bracket
3 years ago