Searched refs:angle_scale (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/cudaobjdetect/src/cuda/ |
D | hog.cu | 554 … float angle_scale, PtrStepf grad, PtrStepb qangle) in compute_gradients_8UC4_kernel() argument 644 float ang = (::atan2f(best_dy, best_dx) + CV_PI_F) * angle_scale - 0.5f; in compute_gradients_8UC4_kernel() 656 … float angle_scale, PtrStepSzf grad, PtrStepSzb qangle, bool correct_gamma) in compute_gradients_8UC4() argument 665 …_gradients_8UC4_kernel<nthreads, 1><<<gdim, bdim>>>(height, width, img, angle_scale, grad, qangle); in compute_gradients_8UC4() 667 …_gradients_8UC4_kernel<nthreads, 0><<<gdim, bdim>>>(height, width, img, angle_scale, grad, qangle); in compute_gradients_8UC4() 676 … float angle_scale, PtrStepf grad, PtrStepb qangle) in compute_gradients_8UC1_kernel() argument 717 float ang = (::atan2f(dy, dx) + CV_PI_F) * angle_scale - 0.5f; in compute_gradients_8UC1_kernel() 729 … float angle_scale, PtrStepSzf grad, PtrStepSzb qangle, bool correct_gamma) in compute_gradients_8UC1() argument 738 …_gradients_8UC1_kernel<nthreads, 1><<<gdim, bdim>>>(height, width, img, angle_scale, grad, qangle); in compute_gradients_8UC1() 740 …_gradients_8UC1_kernel<nthreads, 0><<<gdim, bdim>>>(height, width, img, angle_scale, grad, qangle); in compute_gradients_8UC1()
|
/external/opencv/cv/src/ |
D | cvpgh.cpp | 155 double angle_scale = (angle_dim - 0.51) / icv_acos_table[0]; in icvCalcPGH() local 256 cvRound( icv_acos_table[dp] * angle_scale ); in icvCalcPGH()
|
/external/opencv3/modules/objdetect/src/opencl/ |
D | objdetect_hog.cl | 569 const float angle_scale, const char correct_gamma, const int cnbins) 652 float ang = (atan2(best_dy, best_dx) + CV_PI_F) * angle_scale - 0.5f; 668 const float angle_scale, const char correct_gamma, const int cnbins) 712 float ang = (atan2(dy, dx) + CV_PI_F) * angle_scale - 0.5f;
|
/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 | 1085 static bool ocl_compute_gradients_8UC1(int height, int width, InputArray _img, float angle_scale, in ocl_compute_gradients_8UC1() argument 1110 idx = k.set(idx, angle_scale); in ocl_compute_gradients_8UC1()
|