1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #12591 from sturkmen72:patch-6

This commit is contained in:
Alexander Alekhin
2018-09-25 10:05:15 +00:00
+1 -1
View File
@@ -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;
}