![]() |
OpenCV 5.0.0
Open Source Computer Vision
|
#include <opencv2/core.hpp>クラス | |
| class | cv::ximgproc::ContourFitting |
| ContourFitting アルゴリズム用のクラス。ContourFitting は、2つの輪郭 \( z_a \) と \( z_b \) を距離を最小化しながらマッチングする。続き... | |
名前空間 | |
| namespace | cv |
| namespace | cv::ximgproc |
関数 | |
| void | cv::ximgproc::contourSampling (InputArray src, OutputArray out, int nbElt) |
| 輪郭のサンプリング。 | |
| Ptr< ContourFitting > | cv::ximgproc::createContourFitting (int ctr=1024, int fd=16) |
| ContourFitting アルゴリズムオブジェクトを生成する。 | |
| void | cv::ximgproc::fourierDescriptor (InputArray src, OutputArray dst, int nbElt=-1, int nbFD=-1) |
| 平面閉曲線に対するフーリエ記述子。 | |
| void | cv::ximgproc::transformFD (InputArray src, InputArray t, OutputArray dst, bool fdContour=true) |
| 輪郭を変換する。 | |