diff --git a/src/main.cpp b/src/main.cpp index 71ac674..68dc9e6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -154,11 +154,14 @@ void gpuComputeEignS( size_t g, size_t fea){ } ///DETERMINANT CURRENTLY REQUIRES OPENCV - cv::Mat newSw = cv::Mat((int)r, (int)r, CV_32FC1, nSw); //within scatter of gnome g in the population - cv::Mat newSb = cv::Mat((int)r, (int)r, CV_32FC1, nSb); //within scatter of gnome g in the population + std::cout<<"ERROR: This code requires a fix to remove an OpenCV dependence."<