Searched defs:free_coef (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudaobjdetect/src/cuda/ |
D | hog.cu | 337 … float free_coef, float threshold, float* confidences) in compute_confidence_hists_kernel_many_blocks() 368 … float* coefs, float free_coef, float threshold, float *confidences) in compute_confidence_hists() 399 … float free_coef, float threshold, unsigned char* labels) in classify_hists_kernel_many_blocks() 430 float* coefs, float free_coef, float threshold, unsigned char* labels) in classify_hists()
|
/external/opencv3/modules/objdetect/include/opencv2/ |
D | objdetect.hpp | 433 float free_coef; member
|
/external/opencv3/modules/objdetect/src/ |
D | hog.cpp | 1642 … float free_coef, float threshold, UMat& labels, Size descr_size, int block_hist_size) in ocl_classify_hists() 1726 … bool gammaCorrection, double L2HysThreshold, float sigma, float free_coef, bool signedGradient) in ocl_detect() 1796 … double L2HysThreshold, float sigma, float free_coef, bool signedGradient) in ocl_detectMultiScale()
|