Skip to content

Commit

Permalink
[software] colorCheckerDetection: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiencastan committed Apr 22, 2021
1 parent 707d234 commit af7be7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/software/utils/main_colorCheckerDetection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ namespace fs = boost::filesystem;
namespace bpt = boost::property_tree;
namespace po = boost::program_options;


// Match values used in OpenCV MCC
// See https://github.com/opencv/opencv_contrib/blob/342f8924cca88fe6ce979024b7776f6815c89978/modules/mcc/src/dictionary.hpp#L72
const std::vector< cv::Point2f > MACBETH_CCHART_CORNERS_POS = {
{0.f, 0.f}, {1675.f, 0.f}, {1675.f, 1125.f}, {0.f, 1125.f},
};
Expand Down

0 comments on commit af7be7f

Please sign in to comment.