mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Update hog.cpp
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user