OpenCV
3.4.12
Open Source Computer Vision
|
#include <opencv2/core.hpp>
Namespaces | |
cv | |
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. More... | |
Mat | cv::sfm::skew (InputArray x) |
Returns the 3x3 skew symmetric matrix of a vector. More... | |