![]() |
OpenCV 4.12.0
开源计算机视觉
|
#include <opencv2/core.hpp>命名空间 | |
| 命名空间 | cv |
| 命名空间 | cv::sfm |
函数 | |
| void | cv::sfm::applyTransformationToPoints (InputArray points, InputArray T, OutputArray transformed_points) |
| 将变换应用于点。 | |
| void | cv::sfm::isotropicPreconditionerFromPoints (InputArray points, OutputArray T) |
| 点条件化(各向同性)。 | |
| void | cv::sfm::normalizeIsotropicPoints (InputArray points, OutputArray normalized_points, OutputArray T) |
| 此函数标准化点。(各向同性)。 | |
| void | cv::sfm::normalizePoints (InputArray points, OutputArray normalized_points, OutputArray T) |
| 此函数标准化点(非各向同性)。 | |
| void | cv::sfm::preconditionerFromPoints (InputArray points, OutputArray T) |