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