Commit 98f6ea07 authored by Suleyman TURKMEN's avatar Suleyman TURKMEN

Update hog.cpp

parent 87b1835c
...@@ -218,7 +218,7 @@ void HOGDescriptor::copyTo(HOGDescriptor& c) const ...@@ -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;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment