colorchecker-detection icon indicating copy to clipboard operation
colorchecker-detection copied to clipboard

Multiple ColorChecker Detection. This code implements a multiple colorChecker detection method, as described in the paper Fast and Robust Multiple ColorChecker Detection.

Results 7 colorchecker-detection issues
Sort by recently updated
recently updated
newest added

Thanks to the author for his answer. I'm On Windows, and I've executed : --set OpenCV_DIR="./extern/opencv" --mkdir build --cd build --cmake -G "Visual Studio 14 2015 Win64" -D OpenCV_DIR=%OpenCV_DIR% .....

In 'build/colorchecker.py' ,there is a line as follows. **mcclib = utils.ffi_module_import( 'build/mcclib/libmcclib' )** I can't find libmcclib. I hope that you could help solve my problem . Thank you!

Thanks for creating this! What's the difference between mccfind and mccfindnet? I'm sorry if this has already been mentioned but I couldn't find it.

I'm trying to detect the colorchecker in the image img-colorchecker.jpg and also in new images taken by me, but the model seems to fail in all of the cases. Does...

Hello, I would like to install, test and eventually use this project. However, I could not find my way out how to install it on my macOS. It would be...

Hello! My system is Windows7 and my opencv version is 3.4.5. I've done the cmake already. However, when I was generating solution with vs, there comes an error which I...

error lines may be added to get wrong rectangle, so inf is got. for (int kk = 0; kk < k; kk ++) { if (abs(atan2(Lc[kk].y / Lc[kk].z, Lc[kk].x /...