Normalized file endings.
This commit is contained in:
@@ -260,5 +260,3 @@ Return a count of loaded models (classes).
|
||||
|
||||
|
||||
.. [Felzenszwalb2010] Felzenszwalb, P. F. and Girshick, R. B. and McAllester, D. and Ramanan, D. *Object Detection with Discriminatively Trained Part Based Models*. PAMI, vol. 32, no. 9, pp. 1627-1645, September 2010
|
||||
|
||||
|
||||
|
@@ -48,4 +48,4 @@ int tbbTasksThresholdFunctionalScore(const CvLSVMFilterObject **filters, const i
|
||||
int *kPoints,
|
||||
CvPoint ****partsDisplacement);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@@ -487,4 +487,3 @@ inline int predictCategoricalStump( CascadeClassifier& cascade, Ptr<FeatureEvalu
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -511,4 +511,4 @@ int getFeaturePyramid(IplImage * image, CvLSVMFeaturePyramid **maps)
|
||||
}
|
||||
|
||||
return LATENT_SVM_OK;
|
||||
}
|
||||
}
|
||||
|
@@ -244,4 +244,3 @@ int fftInverse2d(float *x_in, float *x_out, int numRows, int numColls)
|
||||
free(x_outTmp);
|
||||
return FFT_OK;
|
||||
}
|
||||
|
||||
|
@@ -120,4 +120,3 @@ int tbbTasksThresholdFunctionalScore(const CvLSVMFilterObject **filters, const i
|
||||
return LATENT_SVM_OK;
|
||||
};
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user