Normalized file endings.

This commit is contained in:
Roman Donchenko
2013-08-21 17:26:54 +04:00
parent f55740da70
commit e9a28f66ee
486 changed files with 166 additions and 606 deletions

View File

@@ -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

View File

@@ -48,4 +48,4 @@ int tbbTasksThresholdFunctionalScore(const CvLSVMFilterObject **filters, const i
int *kPoints,
CvPoint ****partsDisplacement);
#endif
#endif

View File

@@ -487,4 +487,3 @@ inline int predictCategoricalStump( CascadeClassifier& cascade, Ptr<FeatureEvalu
return 1;
}
}

View File

@@ -511,4 +511,4 @@ int getFeaturePyramid(IplImage * image, CvLSVMFeaturePyramid **maps)
}
return LATENT_SVM_OK;
}
}

View File

@@ -244,4 +244,3 @@ int fftInverse2d(float *x_in, float *x_out, int numRows, int numColls)
free(x_outTmp);
return FFT_OK;
}

View File

@@ -120,4 +120,3 @@ int tbbTasksThresholdFunctionalScore(const CvLSVMFilterObject **filters, const i
return LATENT_SVM_OK;
};
#endif