Lines Matching refs:Feature
80 features.push_back(Feature(offset, x, y, t, t));
89 features.push_back(Feature(offset, x, y, t, 2*t));
98 features.push_back(Feature(offset, x, y, 2*t, t));
106 CvHOGEvaluator::Feature::Feature()
114 CvHOGEvaluator::Feature::Feature( int offset, int x, int y, int cellW, int cellH )
127 void CvHOGEvaluator::Feature::write(FileStorage &fs) const
138 //void CvHOGEvaluator::Feature::write(FileStorage &fs, int varIdx) const
150 void CvHOGEvaluator::Feature::write(FileStorage &fs, int featComponentIdx) const