Searched refs:componentIdx (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/apps/traincascade/
H A DHOGfeatures.h55 int componentIdx = varIdx % (N_BINS * N_CELLS); local
56 //return features[featureIdx].calc( hist, sampleIdx, componentIdx);
57 return features[featureIdx].calc( hist, normSum, sampleIdx, componentIdx);
H A DHOGfeatures.cpp50 int componentIdx; local
58 componentIdx = fi % getFeatureSize();
59 features[featIdx].write( fs, componentIdx );

Completed in 65 milliseconds