fixed several gcc 4.1 warnings
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
// CvLatentSvmDetector* cvLoadLatentSvmDetector(const char* filename);
|
||||
// INPUT
|
||||
// filename - path to the file containing the parameters of
|
||||
- trained Latent SVM detector
|
||||
// - trained Latent SVM detector
|
||||
// OUTPUT
|
||||
// trained Latent SVM detector in internal representation
|
||||
*/
|
||||
@@ -133,4 +133,4 @@ CvSeq* cvLatentSvmDetectObjects(IplImage* image,
|
||||
free(score);
|
||||
|
||||
return result_seq;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user