Searched refs:N_BINS (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/apps/traincascade/ |
D | HOGfeatures.h | 9 #define N_BINS 9 macro 54 int featureIdx = varIdx / (N_BINS * N_CELLS); in operator() 55 int componentIdx = varIdx % (N_BINS * N_CELLS); in operator() 65 int binIdx = featComponent % N_BINS; in calc() 66 int cellIdx = featComponent / N_BINS; in calc()
|
D | HOGfeatures.cpp | 14 featSize = N_BINS * N_CELLS; in CvHOGFeatureParams() 21 for (int bin = 0; bin < N_BINS; bin++) in init() 34 for (int bin = 0; bin < N_BINS; bin++) in setImage() 39 integralHistogram(img, integralHist, integralNorm, (int)N_BINS); in setImage()
|
/external/opencv3/modules/imgproc/src/ |
D | lsd.cpp | 256 const int N_BINS; member in cv::LineSegmentDetectorImpl 405 ANG_TH(_ang_th), LOG_EPS(_log_eps), DENSITY_TH(_density_th), N_BINS(_n_bins) in LineSegmentDetectorImpl() 458 ll_angle(rho, N_BINS, list); in flsd() 463 ll_angle(rho, N_BINS, list); in flsd()
|