Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/mcc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(the_description "Macbeth Chart Detection")
set(the_description "Color Correction Module")
ocv_define_module(mcc
opencv_core
opencv_imgproc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
// Jinheng Zhang <[email protected]>
// Chenqi Shan <[email protected]>

#ifndef __OPENCV_MCC_CCM_HPP__
#define __OPENCV_MCC_CCM_HPP__
#ifndef __OPENCV_CCM_HPP__
#define __OPENCV_CCM_HPP__

#include <opencv2/core.hpp>
#include <opencv2/imgproc.hpp>
Expand All @@ -35,7 +35,8 @@ namespace cv
{
namespace ccm
{
/** @addtogroup color_correction

/** @defgroup ccm Color Correction module
@{

Introduction
Expand Down
59 changes: 0 additions & 59 deletions modules/mcc/include/opencv2/mcc.hpp

This file was deleted.

222 changes: 0 additions & 222 deletions modules/mcc/include/opencv2/mcc/checker_detector.hpp

This file was deleted.

Loading