From e9a7821b05145a1b6c019b4c9faa288044eba3e5 Mon Sep 17 00:00:00 2001 From: David Mayerich Date: Mon, 16 Dec 2019 20:12:26 +0000 Subject: [PATCH] Code should now compile, but still needs the determinant lines replaced --- src/main.cpp | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) 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."<