OpenCV
5.0.0-pre
Open Source Computer Vision
|
#include <opencv2/core.hpp>
Namespaces | |
namespace | cv |
namespace | cv::sfm |
Functions | |
void | cv::sfm::meanAndVarianceAlongRows (InputArray A, OutputArray mean, OutputArray variance) |
Computes the mean and variance of a given matrix along its rows. | |
Mat | cv::sfm::skew (InputArray x) |
Returns the 3x3 skew symmetric matrix of a vector. | |