![]() |
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) |
| 變換輪廓 | |