Searched refs:p1_theta (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | generalized_hough.cu | 337 …void Guil_Full_setTemplFeatures(PtrStepb p1_pos, PtrStepb p1_theta, PtrStepb p2_pos, PtrStepb d12,… in Guil_Full_setTemplFeatures() argument 344 tbl.p1_theta_data = p1_theta.data; in Guil_Full_setTemplFeatures() 345 tbl.p1_theta_step = p1_theta.step; in Guil_Full_setTemplFeatures() 361 …void Guil_Full_setImageFeatures(PtrStepb p1_pos, PtrStepb p1_theta, PtrStepb p2_pos, PtrStepb d12,… in Guil_Full_setImageFeatures() argument 368 tbl.p1_theta_data = p1_theta.data; in Guil_Full_setImageFeatures() 369 tbl.p1_theta_step = p1_theta.step; in Guil_Full_setImageFeatures() 392 static __device__ float* p1_theta(int n) in p1_theta() function 421 static __device__ float* p1_theta(int n) in p1_theta() function 468 const float p1_theta = thetaList[blockIdx.x]; in Guil_Full_buildFeatureList() local 482 if (angleEq(p1_theta - p2_theta, xi, angleEpsilon)) in Guil_Full_buildFeatureList() [all …]
|
/external/opencv3/modules/cudaimgproc/src/ |
D | generalized_hough.cpp | 72 …void Guil_Full_setTemplFeatures(PtrStepb p1_pos, PtrStepb p1_theta, PtrStepb p2_pos, PtrStepb d12,… 73 …void Guil_Full_setImageFeatures(PtrStepb p1_pos, PtrStepb p1_theta, PtrStepb p2_pos, PtrStepb d12,… 650 GpuMat p1_theta; member 664 …typedef void (*set_func_t)(PtrStepb p1_pos, PtrStepb p1_theta, PtrStepb p2_pos, PtrStepb d12, PtrS… 804 ensureSizeIsEnough(levels + 1, maxCapacity, CV_32FC1, p1_theta); in create() 828 …set_func(features.p1_pos, features.p1_theta, features.p2_pos, features.d12, features.r1, features.… in buildFeatureList()
|