Merge branch 'master' into gpu-cuda-rename
Conflicts: modules/cudaoptflow/perf/perf_optflow.cpp modules/cudaoptflow/src/tvl1flow.cpp samples/gpu/stereo_multi.cpp
This commit is contained in:
@@ -670,6 +670,10 @@ public:
|
||||
//! reconstructs the original vector from the projection
|
||||
void backProject(InputArray vec, OutputArray result) const;
|
||||
|
||||
//! write and load PCA matrix
|
||||
void write(FileStorage& fs ) const;
|
||||
void read(const FileNode& fs);
|
||||
|
||||
Mat eigenvectors; //!< eigenvectors of the covariation matrix
|
||||
Mat eigenvalues; //!< eigenvalues of the covariation matrix
|
||||
Mat mean; //!< mean value subtracted before the projection and added after the back projection
|
||||
|
Reference in New Issue
Block a user