Fixed ML module build after merge

This commit is contained in:
Maksim Shabunin
2014-08-14 17:19:21 +04:00
parent a23836231f
commit 71770eb790
4 changed files with 3 additions and 5 deletions

View File

@@ -60,7 +60,7 @@
using namespace std;
using namespace cv;
using namespace cv::ml;
static bool calculateError( const Mat& _p_labels, const Mat& _o_labels, float& error)
{