静止画像処理 (processing Still Image)
・基本操作
画像の読み込み read image
画像の表示 Indicate image
画像の作成・保存 Create and preserve image
画素へのアクセス Access to a image elment
画像のリサイズ Resize image
画像の重ね合わせ Pile up image
画像の回転 Rotate image
画像の左右反転 reverse image
グレースケール変換 Gray scale
RGB色空間 RGB color space
HSV色空間 HSV color space
色チャンネル Color channel
ガンマ変換 Gamma conversion
ヒストグラム平坦化 Histgram
2値化 2 SingleChannel
減色処理 Color subtraction process
モザイク処理 Mosaic
マスク処理 Mask process
・ノイズ除去 & 平滑化 Noise rejection & Smoothing
ガウシアンフィルタ Gaussian Blur
・検出 & 抽出
顔検出 Facial Detection
ハフ変換 Hough
キャニー法 Canny
エッジ検出 輪郭検出
・特徴点抽出
SIFT Scale-Invariant Feature Transform
SURF Speed-Up Robust Features
FAST Features from Accelerated Segment Test
BRIEF Binary Robust Independent Elementary Features
ORB Oriented FAST and Rotated BRIEF
BFMatch Brute Force Matcher
FLANN Fast Library for Approximate Nearest Neighbors
k近傍法 k-Nearest Neighbor
動画像処理 (Processing Video)
・物体検出 & 追跡
Video
Meanshift
Camshift
OpticalFlow LK法
背景差分(GMG,MoG)
BackgroundSubtractor
・機械学習 (MachineLearning)
OCR 光学文字認識
[SVM]