Home
last modified time | relevance | path

Searched refs:gamma_correction_ (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudaobjdetect/src/
Dhog.cpp113 … virtual void setGammaCorrection(bool gamma_correction) { gamma_correction_ = gamma_correction; } in setGammaCorrection()
114 virtual bool getGammaCorrection() const { return gamma_correction_; } in getGammaCorrection()
163 bool gamma_correction_; member in __anon50cfe1180111::HOG_Impl
194 gamma_correction_(true), in HOG_Impl()
526 …mpute_gradients_8UC1(nbins_, img.rows, img.cols, img, angleScale, grad, qangle, gamma_correction_); in computeGradient()
529 …mpute_gradients_8UC4(nbins_, img.rows, img.cols, img, angleScale, grad, qangle, gamma_correction_); in computeGradient()