added some basic functionality needed by the new face module (moved from the old "contrib")

This commit is contained in:
Vadim Pisarevsky
2014-08-10 01:54:16 +04:00
parent e49536e88b
commit e2f24f43c9
22 changed files with 1830 additions and 2 deletions

View File

@@ -3295,7 +3295,6 @@ void cv::PCABackProject(InputArray data, InputArray mean,
pca.backProject(data, result);
}
/****************************************************************************************\
* Earlier API *
\****************************************************************************************/