OpenCV 4.5.3(日本語機械翻訳)
モジュール | クラス | 列挙型
Macbeth Chart module

モジュール

Color Correction Model

クラス

struct cv::mcc::DetectorParameters
detectMarker処理のパラメータ。[【詳解】(英語]
class cv::mcc::CCheckerDetector
画像中のColorChartsの位置を求めるクラス.[【詳解】(英語]
class cv::mcc::CChecker
checkerオブジェクト[【詳解】(英語]
class cv::mcc::CCheckerDraw
チェッカーの描画[【詳解】(英語]

列挙型

enum cv::mcc::TYPECHART { cv::mcc::MCC24 = 0 , cv::mcc::SG140 , cv::mcc::VINYL18 }
チェッカーの種類を表す列挙型[【詳解】(英語]

詳解

Introduction

ColorCharts are a tool for calibrating the color profile of camera, which not only depends on the intrinsic and extrinsic parameters of camera but also on the lighting conditions. This is done by taking the image of a chart, such that the value of its colors present in it known, in the image the color values changes depeding on many variables, this gives us the colors initially present and the colors that are present in the image, based on this information we can apply any suitable algorithm to find the actual color of all the objects present in the image.

列挙型詳解

TYPECHART

チェッカーの種類を表す列挙型

タイプラット

列挙値
MCC24

24マスの標準マクベスチャート

SG140

140マスのデジタルSG

VINYL18

DKKカラーチャート(12マスと6マスの長方形で構成