Aircraft Detection 1.0
Loading...
Searching...
No Matches
eigenplanes.h
Go to the documentation of this file.
1#pragma once
2
3#include <opencv2/core/mat.hpp>
4
5
6cv::Mat eigenPlanes(const std::vector<cv::Mat>& vec, cv::Size img_dims);
cv::Mat eigenPlanes(const std::vector< cv::Mat > &vec, cv::Size img_dims)
Computes the average plane from a vector of images using PCA.
Definition eigenplanes.cpp:46