- 追加された行はこの色です。
- 削除された行はこの色です。
- HOG へ行く。
TITLE:Histograms of Oriented Gradients (HOG)
[[Computer Vision>ComputerVision]]
- HOG + SVMで物体検出をやってみた
-- https://meideru.com/archives/3701
HOG(Histograms of Oriented Gradients)とは、特徴ベクトルの一種です。
輝度の勾配をヒストグラム化したものです。
- Histogram of Oriented Gradients and Object Detection
-- https://www.pyimagesearch.com/2014/11/10/histogram-oriented-gradients-object-detection/
* OpenCV [#xb27980b]
- OpenCVで物体検出器を作成する④ ~HOG特徴~
-- https://www.pro-s.co.jp/engineerblog/opencv/post_6338.html
* 関連 [#rel]
- [[FaceDetection]]