Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaobjdetect/include/opencv2/
Dcudaobjdetect.hpp111 virtual bool getGammaCorrection() const = 0;
/external/opencv3/modules/cudaobjdetect/src/
Dhog.cpp114 virtual bool getGammaCorrection() const { return gamma_correction_; } in getGammaCorrection() function in __anon78effd4c0111::HOG_Impl