OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
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
 "black box" representation of the file storage associated with a file on disk.
 
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.