Update hog.cpp

pull/12591/head
Suleyman TURKMEN 6 years ago
parent 87b1835cb6
commit 98f6ea0785
  1. 2
      modules/objdetect/src/hog.cpp

@ -218,7 +218,7 @@ void HOGDescriptor::copyTo(HOGDescriptor& c) const
c.histogramNormType = histogramNormType;
c.L2HysThreshold = L2HysThreshold;
c.gammaCorrection = gammaCorrection;
c.svmDetector = svmDetector;
c.setSVMDetector(svmDetector);
c.nlevels = nlevels;
c.signedGradient = signedGradient;
}

Loading…
Cancel
Save