1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

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
+1 -1
View File
@@ -48,4 +48,4 @@ int tbbTasksThresholdFunctionalScore(const CvLSVMFilterObject **filters, const i
int *kPoints,
CvPoint ****partsDisplacement);
#endif
#endif
-1
View File
@@ -487,4 +487,3 @@ inline int predictCategoricalStump( CascadeClassifier& cascade, Ptr<FeatureEvalu
return 1;
}
}
+1 -1
View File
@@ -511,4 +511,4 @@ int getFeaturePyramid(IplImage * image, CvLSVMFeaturePyramid **maps)
}
return LATENT_SVM_OK;
}
}
-1
View File
@@ -244,4 +244,3 @@ int fftInverse2d(float *x_in, float *x_out, int numRows, int numColls)
free(x_outTmp);
return FFT_OK;
}
-1
View File
@@ -120,4 +120,3 @@ int tbbTasksThresholdFunctionalScore(const CvLSVMFilterObject **filters, const i
return LATENT_SVM_OK;
};
#endif