OpenCV CLI VC# VS2008 VS2012 画像処理 GUIプログラミング 画像処理の研究を行う事になったので、画像処理について勉強しています。

RGB(Red,Green,Blue)

  • 加色混合法。発光物体により発色する。
  • 代表例
    • R+G+B=白
    • R+G=マゼンダ
    • R+B=黄
    • G+B=シアン

CMYK(Cian,Magenta,Yellow,Kuro)

  • 減色混合法。色を塗る事で光の反射により発色。
  • カラープリンタの場合
    • データをRGB表現で処理
    • RGBからCMYKに変換
    • 印刷

CIE L*a*b

  • シーラブと読む
  • L = Brightness.明度.
  • a,b = 捕色.
  • コントラスト調整などに用いる。データ量は増加する。
  • 黄色成分の抽出ができる

HSV

  • 人間の目に近い色表現だとか。
  • H = Hue(色相)
  • S = Saturation(彩度)
  • V = Value(明度)

発色法


●加色法(加法混色法)

  • 発行物体により発色する場合。
  • RGBを使用して、それぞれ光源の輝度変化を利用する。
  • 画像処理では断りがない場合、RGBを使っている場合が多い
    • R+B = 黄
    • G+B = シアン
    • R+G = マゼンダ
    • R+G+B = 白


●減色法(減法混色法)
  • 色を塗り、光を反射して見る場合。絵画、プリンタのインク
  • CMYK(黒)を使用
    • C+M+Y = 黒
    • カラー三色を混ぜれば黒が作れるけどインクの無駄

このページへのコメント

Great topic and well written. Do you have any more resources about this that you reccommend?

0
Posted by Rusty 2016年03月26日(土) 19:07:29 返信

Great topic and well written. Do you have any more resources about this that you reccommend?

0
Posted by Rosario 2016年03月26日(土) 18:59:53 返信

Great topic and well written. Do you have any more resources
about this that you reccommend?

0
Posted by Chris 2016年03月26日(土) 18:55:40 返信

Great topic and well written. Do you have any more resources about
this that you reccommend?

0
Posted by Lloyd 2016年03月26日(土) 18:27:29 返信

Great topic and well written. Do you have any more resources about
this that you reccommend?

0
Posted by Lloyd 2016年03月26日(土) 18:27:28 返信

コメントをかく


「http://」を含む投稿は禁止されています。

利用規約をご確認のうえご記入下さい

カウンタ

カウンタ




Menu

null

フリーエリア

管理人/副管理人のみ編集できます