![]() |
OpenCV 4.11.0
开源计算机视觉
|
#include <opencv2/core.hpp>类 | |
| 类 | cv::ximgproc::ContourFitting |
| 用于ContourFitting 算法的类。ContourFitting 匹配两个轮廓\( z_a \) 和 \( z_b \),最小化距离。更多… | |
命名空间 | |
| 命名空间 | cv |
| 命名空间 | 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) |
| 变换轮廓 | |