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::ximgproc |
Functions | |
void | cv::ximgproc::covarianceEstimation (InputArray src, OutputArray dst, int windowRows, int windowCols) |
Computes the estimated covariance matrix of an image using the sliding window forumlation. | |