BSI-OFIQ / OFIQ-Project

Open Source Facial Image Quality
Other
38 stars 12 forks source link

unused variable #31

Closed maddin200 closed 3 months ago

maddin200 commented 3 months ago

OFIQlib\modules\measures\src\Sharpness.cpp line 89 Code: float svmPrediction = this->rtree->predict(features, predResults, cv::ml::StatModel::RAW_OUTPUT); // <-- unused double prediction = numTrees - predResults.at(0, 0); SetQualityMeasure(session, qualityMeasure, prediction, OFIQ::QualityMeasureReturnCode::Success);

bbtams commented 3 months ago

Yes, there are such small issues and more beyond those that you have reported here. We will fix them at once with one of the upcoming PRs.