Merge pull request #12591 from sturkmen72:patch-6

pull/12644/head
Alexander Alekhin 7 years ago
commit a610be6335
  1. 2
      modules/objdetect/src/hog.cpp

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

Loading…
Cancel
Save