Searched defs:votes (Results 1 – 7 of 7) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | generalized_hough.cpp | 154 … void GeneralizedHoughBase::detectImpl(InputArray image, OutputArray positions, OutputArray votes) in detectImpl() 179 …etectImpl(InputArray edges, InputArray dx, InputArray dy, OutputArray positions, OutputArray votes) in detectImpl() 318 Mat votes = _votes.getMat(); in convertTo() local 337 …void detect(InputArray image, OutputArray positions, OutputArray votes) { detectImpl(image, positi… in detect() 338 …utArray edges, InputArray dx, InputArray dy, OutputArray positions, OutputArray votes) { detectImp… in detect() 480 const int votes = curRow[x + 1]; in findPosInHist() local 509 …void detect(InputArray image, OutputArray positions, OutputArray votes) { detectImpl(image, positi… in detect() 510 …utArray edges, InputArray dx, InputArray dy, OutputArray positions, OutputArray votes) { detectImp… in detect() 929 const int votes = curRow[x + 1]; in calcPosition() local
|
/external/opencv3/modules/cudaimgproc/src/ |
D | generalized_hough.cpp | 239 … void GeneralizedHoughBase::detectImpl(InputArray image, OutputArray positions, OutputArray votes) in detectImpl() 270 …etectImpl(InputArray edges, InputArray dx, InputArray dy, OutputArray positions, OutputArray votes) in detectImpl() 424 void GeneralizedHoughBase::convertTo(OutputArray positions, OutputArray votes) in convertTo() 449 …void detect(InputArray image, OutputArray positions, OutputArray votes) { detectImpl(image, positi… in detect() 450 …utArray edges, InputArray dx, InputArray dy, OutputArray positions, OutputArray votes) { detectImp… in detect() 573 …void detect(InputArray image, OutputArray positions, OutputArray votes) { detectImpl(image, positi… in detect() 574 …utArray edges, InputArray dx, InputArray dy, OutputArray positions, OutputArray votes) { detectImp… in detect()
|
/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | hough_lines.cu | 149 …__global__ void linesGetResult(const PtrStepSzi accum, float2* out, int* votes, const int maxSize,… in linesGetResult() 177 …int linesGetResult_gpu(PtrStepSzi accum, float2* out, int* votes, int maxSize, float rho, float th… in linesGetResult_gpu()
|
D | generalized_hough.cu | 258 __global__ void Ballard_Pos_findPosInHist(const PtrStepSzi hist, float4* out, int3* votes, in Ballard_Pos_findPosInHist() 285 …int Ballard_Pos_findPosInHist_gpu(PtrStepSzi hist, float4* out, int3* votes, int maxSize, float dp… in Ballard_Pos_findPosInHist_gpu() 763 …__global__ void Guil_Full_findPosInHist(const PtrStepSzi hist, float4* out, int3* votes, const int… in Guil_Full_findPosInHist() 791 …int Guil_Full_findPosInHist_gpu(PtrStepSzi hist, float4* out, int3* votes, int curSize, int maxSiz… in Guil_Full_findPosInHist_gpu()
|
/external/opencv/ml/src/ |
D | mlrtrees.cpp | 410 CvMat votes; in grow_forest() local 547 int* votes = (int*)alloca( sizeof(int)*nclasses ); in predict() local
|
/external/opencv3/modules/ml/src/ |
D | rtrees.cpp | 220 int* votes = &oobvotes[j*nclasses]; in train() local
|
D | tree.cpp | 1374 int* votes = buf; in predictTrees() local
|