"This code is copyrighted by PI Keigo Hirakawa. The softwares are for research use only. Use of software for commercial purposes without a prior agreement with the authors is strictly prohibited. We do not guarantee the code’s accuracy. We would appreciate if acknowledgments were made for the use of CCFind in your projects and publications. Please cite it as:
K. Hirakawa, “ColorChecker Finder,” accessed from http://iss.udayton.edu/software.
CCFind.m will detect the Macbeth ColorChecker inside an image. It will return the coordinates for the center points of the squares.
CCFind.m does not detect squares explicitly. Instead, it learns the recurring shapes inside an image. Because ColorChecker has 24 squares, CCFind usually detects the square shapes. The code is >95% accurate on Shi’s dataset, and should run reasonably fast on a modern desktop computer. The code was specifically designed not to use color as a cue. This is so that CCFind can be used with unconventional lighting or multispectral sensors. Code does not support multiple ColorCheckers. We’re working on that.
Calibration and parameter tuning are essential for camera development. Although it is labor intensive to look for coordinates of calibration targets such as the Macbeth ColorChecker, most companies/researchers/photographers still do this by hand. ISSL developed CCFind.m to help shorten the time spent tuning camera pipelines as a service to the camera manufacturers and fellow researchers that we come into contact with on daily basis.
Suggestions:
Incremental updates will be brought to this website as they are made. We are working to improve accuracy and support multiple ColorCheckers. If anyone wants to help convert CCFind into a C++ code, please contact PI Hirakawa.