OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gammaCorrection
(Results
1 - 7
of
7
) sorted by null
/external/opencv3/modules/objdetect/test/opencl/
test_hogdetector.cpp
81
hog.
gammaCorrection
= true;
100
hog.
gammaCorrection
= true;
/external/opencv3/modules/objdetect/include/opencv2/
objdetect.hpp
347
histogramNormType(HOGDescriptor::L2Hys), L2HysThreshold(0.2),
gammaCorrection
(true),
359
gammaCorrection
(_gammaCorrection), free_coef(-1.f), nlevels(_nlevels), signedGradient(_signedGradient)
430
CV_PROP bool
gammaCorrection
;
/external/opencv3/modules/cudaimgproc/include/opencv2/
cudaimgproc.hpp
157
CV_EXPORTS void
gammaCorrection
(InputArray src, OutputArray dst, bool forward = true, Stream& stream = Stream::Null());
/external/opencv3/modules/objdetect/src/
hog.cpp
156
obj["
gammaCorrection
"] >>
gammaCorrection
;
187
<< "
gammaCorrection
" <<
gammaCorrection
219
c.
gammaCorrection
=
gammaCorrection
;
250
if(
gammaCorrection
)
263
if(
gammaCorrection
)
[
all
...]
/external/opencv3/modules/java/src/
objdetect.cpp
[
all
...]
/external/opencv3/modules/objdetect/test/
test_cascadeandhog.cpp
[
all
...]
/external/opencv3/modules/cudaimgproc/src/
color.cpp
56
void cv::cuda::
gammaCorrection
(InputArray, OutputArray, bool, Stream&) { throw_no_cuda(); }
[
all
...]
Completed in 798 milliseconds