Searched refs:correct_gamma (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/cudaobjdetect/src/cuda/ |
D | hog.cu | 552 template <int nthreads, int correct_gamma> 601 if (correct_gamma) in compute_gradients_8UC4_kernel() 616 if (correct_gamma) in compute_gradients_8UC4_kernel() 656 … float angle_scale, PtrStepSzf grad, PtrStepSzb qangle, bool correct_gamma) in compute_gradients_8UC4() argument 664 if (correct_gamma) in compute_gradients_8UC4() 674 template <int nthreads, int correct_gamma> 700 if (correct_gamma) in compute_gradients_8UC1_kernel() 710 if (correct_gamma) in compute_gradients_8UC1_kernel() 729 … float angle_scale, PtrStepSzf grad, PtrStepSzb qangle, bool correct_gamma) in compute_gradients_8UC1() argument 737 if (correct_gamma) in compute_gradients_8UC1()
|
/external/opencv3/modules/objdetect/src/opencl/ |
D | objdetect_hog.cl | 569 const float angle_scale, const char correct_gamma, const int cnbins) 615 if (correct_gamma == 1) 627 if (correct_gamma == 1) 668 const float angle_scale, const char correct_gamma, const int cnbins) 695 if (correct_gamma == 1) 705 if (correct_gamma == 1)
|
/external/opencv3/modules/cudaobjdetect/src/ |
D | hog.cpp | 85 … float angle_scale, cv::cuda::PtrStepSzf grad, cv::cuda::PtrStepSzb qangle, bool correct_gamma); 87 … float angle_scale, cv::cuda::PtrStepSzf grad, cv::cuda::PtrStepSzb qangle, bool correct_gamma);
|
/external/opencv3/modules/objdetect/src/ |
D | hog.cpp | 1086 UMat grad, UMat qangle, bool correct_gamma, int nbins) in ocl_compute_gradients_8UC1() argument 1096 char correctGamma = (correct_gamma) ? 1 : 0; in ocl_compute_gradients_8UC1()
|