2014年8月1日のブックマーク (2件)

  • 画像処理 #17 LOGフィルタ

    またまた画像処理ネタ. LOGフィルタ(Laplacian Of Gaussian Filter) LOGフィルタというものがあります. エッジの検出には,ラプラシアンフィルタを使ったりします.ラプラシアンフィルタは,2次微分と同様の働きをするため,値が+から-に変化する所(ゼロ交差=zero crossing)がエッジに相当します.しかし,2次微分であるためノイズが強調されます.だので,ガウシアンフィルタをかけ平滑化した後,ラプラシアンフィルタをしましょうというのがLOGフィルタです. 下がフィルタの式です. ちなみにグラフはこんな感じ. Fig.1 LOGフィルタのグラフ(σ=2) 下に例を… Fig.2 元画像 Fig.3 LOGフィルタ(σ=1) Fig.4 LOGフィルタ(σ=2) Fig.5 LOGフィルタ(σ=4) Fig.6 LOGフィルタ(σ=8) 左の画像は,フィルタ適

    yuripapageno
    yuripapageno 2014/08/01
    LaplacianOfGaussianFilterカーネル作成の指針。
  • INRIA Person dataset

    This dataset was collected as part of research work on detection of upright people in images and video. The research is described in detail in CVPR 2005 paper Histograms of Oriented Gradients for Human Detection and my PhD thesis. The dataset is divided in two formats: (a) original images with corresponding annotation files, and (b) positive images in normalized 64x128 pixel format (as used in the

    yuripapageno
    yuripapageno 2014/08/01
    人物検知用の学習データセットとして重宝。