最終更新:2011-06-02 (木) 03:58:16 (4705d)  

cvPyrSegmentation
Top / cvPyrSegmentation

画像ピラミッドを用いた画像の領域分割

void cvPyrSegmentation( IplImage* src, IplImage* dst,
                        CvMemStorage* storage, CvSeq** comp,
                        int level, double threshold1, double threshold2 );
src
入力画像.
dst
出力画像.
storage
結果として得られる接続成分のシーケンスを保存するための領域.
comp
セグメント化された成分の出力シーケンスへのポインタ.
level
セグメント化のためのピラミッドの最大レベル.
threshold1
リンク構築のための誤差閾値.
threshold2
セグメントクラスタリングのための誤差閾値.