Home
last modified time | relevance | path

Searched refs:harris_k (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/cudafeatures2d/src/cuda/
Dorb.cu72 … const short2* loc_, float* response, const int npoints, const int blockSize, const float harris_k) in HarrisResponses() argument
121 …response[ptidx] = ((float)a * b - (float)c * c - harris_k * ((float)a + b) * ((float)a + b)) * sca… in HarrisResponses()
126 …t short2* loc, float* response, const int npoints, int blockSize, float harris_k, cudaStream_t str… in HarrisResponses_gpu() argument
133 … HarrisResponses<<<grid, block, 0, stream>>>(img, loc, response, npoints, blockSize, harris_k); in HarrisResponses_gpu()
/external/opencv/cv/src/
Dcvfeatureselect.cpp52 int use_harris, double harris_k ) in CV_IMPLEMENT_QSORT()
144 CV_CALL( cvCornerHarris( img, eig, block_size, 3, harris_k )); in CV_IMPLEMENT_QSORT()
/external/opencv3/modules/imgproc/src/
Dfeatureselect.cpp411 int use_harris, double harris_k ) in cvGoodFeaturesToTrack() argument
421 min_distance, mask, block_size, use_harris != 0, harris_k ); in cvGoodFeaturesToTrack()
/external/opencv3/modules/features2d/src/
Dorb.cpp65 int nkeypoints, int blockSize, float harris_k) in ocl_HarrisResponses() argument
73 …NSES -D blockSize=%d -D scale_sq_sq=%.12ef -D HARRIS_K=%.12ff", blockSize, scale_sq_sq, harris_k)); in ocl_HarrisResponses()
131 std::vector<KeyPoint>& pts, int blockSize, float harris_k) in HarrisResponses() argument
169 harris_k * ((float)a + b) * ((float)a + b))*scale_sq_sq; in HarrisResponses()
/external/opencv3/modules/cudafeatures2d/src/
Dorb.cpp60 …t short2* loc, float* response, const int npoints, int blockSize, float harris_k, cudaStream_t str…