OpenCV
4.10.0
Open Source Computer Vision
|
#include <opencv2/core.hpp>
Namespaces | |
namespace | cv |
"black box" representation of the file storage associated with a file on disk. | |
namespace | cv::sfm |
Functions | |
void | cv::sfm::applyTransformationToPoints (InputArray points, InputArray T, OutputArray transformed_points) |
Apply Transformation to points. | |
void | cv::sfm::isotropicPreconditionerFromPoints (InputArray points, OutputArray T) |
Point conditioning (isotropic). | |
void | cv::sfm::normalizeIsotropicPoints (InputArray points, OutputArray normalized_points, OutputArray T) |
This function normalizes points. (isotropic). | |
void | cv::sfm::normalizePoints (InputArray points, OutputArray normalized_points, OutputArray T) |
This function normalizes points (non isotropic). | |
void | cv::sfm::preconditionerFromPoints (InputArray points, OutputArray T) |