N_CELLS 14 apps/traincascade/HOGfeatures.cpp featSize = N_BINS * N_CELLS; N_CELLS 108 apps/traincascade/HOGfeatures.cpp for (int i = 0; i < N_CELLS; i++) N_CELLS 121 apps/traincascade/HOGfeatures.cpp for (int i = 0; i < N_CELLS; i++) N_CELLS 130 apps/traincascade/HOGfeatures.cpp for( int i = 0; i < N_CELLS; i++ ) N_CELLS 39 apps/traincascade/HOGfeatures.h cv::Rect rect[N_CELLS]; //cells N_CELLS 44 apps/traincascade/HOGfeatures.h } fastRect[N_CELLS]; N_CELLS 54 apps/traincascade/HOGfeatures.h int featureIdx = varIdx / (N_BINS * N_CELLS); N_CELLS 55 apps/traincascade/HOGfeatures.h int componentIdx = varIdx % (N_BINS * N_CELLS);