$darkmode
404 Not Found

404 Not Found


nginx
OpenCV 4.11.0
Open Source Computer Vision
BEGIN_CUSTOM_MATHJAX // END_CUSTOM_MATHJAX
Namespaces | Functions
numeric.hpp File Reference
#include <opencv2/core.hpp>
Include dependency graph for numeric.hpp:
This graph shows which files directly or indirectly include this file:

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. More...
 
Mat cv::sfm::skew (InputArray x)
 Returns the 3x3 skew symmetric matrix of a vector. More...