![]() |
OpenCV 4.13.0
Open Source Computer Vision
|
#include <opencv2/core.hpp>名前空間 | |
| namespace | cv |
| namespace | 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) |