mirror of
https://github.com/opencv/opencv.git
synced 2025-06-29 16:11:00 +08:00
Update hog.cpp
This commit is contained in:
parent
87b1835cb6
commit
98f6ea0785
@ -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…
Reference in New Issue
Block a user