タグ

画像とoptical flowに関するalcohorhythmのブックマーク (2)

  • Optical Flow Matlab/C++ Code

    Optical Flow Matlab/C++ Code [Download the latest package] [Update Aug 1, 2011]. Recently I used successive over-relaxation (SOR) to replace conjugate gradient (CG) in solving the linear system and the code ran much faster! I developed some C++ optical flow code that can be used in MATLAB during my thesis. I realized that it will be helpful to share this code to the research community. This code i

    Optical Flow Matlab/C++ Code
  • opencv.jp - OpenCV: オプティカルフロー(Optical flow)サンプルコード -

    作成者: 怡土順一, 最終変更者: 怡土順一, 最終変更リビジョン: 358, 最終変更日時: 2007-12-26 14:39:31 +0900 (水, 26 12月 2007) ■ オプティカルフロー オプティカルフローとは,時間連続な画像列を利用して,画像の速度場(物体 の速度+カメラの速度)を求め,それをベクトル集合で表現したものである. 大別して,勾配法,ブロックマッチング法が存在する. 勾配法では,「オプティカルフロー拘束方程式」と呼ばれる, 輝度の時間/空間的微分(輝度勾配)の拘束方程式を用いて,これに制約条件 を付加することでフローを求める. 比較的高速に全画素についての速度場を計算できるが,前提条件に合わない個 所(急激な輝度変化,ノイズ)では,著しい誤差が発生する事がある. ブロックマッチング法では,画像中のあるブロックをテンプレートとして,次 時間の画像中からマッチす

  • 1