Searched refs:featSize (Results 1 – 3 of 3) sorted by relevance
32 CvFeatureParams::CvFeatureParams() : maxCatCount( 0 ), featSize( 1 ) in CvFeatureParams()40 featSize = fp.featSize; in init()46 fs << CC_FEATURE_SIZE << featSize; in write()54 featSize = node[CC_FEATURE_SIZE]; in read()55 return ( maxCatCount >= 0 && featSize >= 1 ); in read()
72 …int featSize; // 1 in case of simple features (HAAR, LBP) and N_BINS(9)*N_CELLS(4) in case of Dala… variable88 int getFeatureSize() const { return featureParams->featSize; } in getFeatureSize()
14 featSize = N_BINS * N_CELLS; in CvHOGFeatureParams()