added default detector for winSize(64,128) for hog on gpu

This commit is contained in:
Anatoly Baksheev
2010-11-16 12:33:19 +00:00
parent be54f1237a
commit edff674105
4 changed files with 11 additions and 2 deletions

View File

@@ -995,6 +995,7 @@ namespace cv
double getWinSigma() const;
static vector<float> getDefaultPeopleDetector();
static vector<float> getDefaultPeopleDetector_64x128();
void setSVMDetector(const vector<float>& detector);
bool checkDetectorSize() const;