diff --git a/openbr/plugins/quantize2.cpp b/openbr/plugins/quantize2.cpp index 07be309..dc9b1a2 100644 --- a/openbr/plugins/quantize2.cpp +++ b/openbr/plugins/quantize2.cpp @@ -40,8 +40,8 @@ class BayesianQuantizationTransform : public Transform } - computeThresholdsRecursive(cumulativeGenuines.mid(0,index), cumulativeImpostors.mid(0,index), thresholds, thresholdIndex); - computeThresholdsRecursive(cumulativeGenuines.mid(index), cumulativeImpostors.mid(index), thresholds, thresholdIndex); +// computeThresholdsRecursive(cumulativeGenuines.mid(0,index), cumulativeImpostors.mid(0,index), thresholds, thresholdIndex); +// computeThresholdsRecursive(cumulativeGenuines.mid(index), cumulativeImpostors.mid(index), thresholds, thresholdIndex); } static void computeThresholds(const Mat &data, const QList &labels, float *thresholds)