mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
Merge pull request #12591 from sturkmen72:patch-6
This commit is contained in:
commit
a610be6335
@ -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…
Reference in New Issue
Block a user