added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
This commit is contained in:
@@ -202,8 +202,7 @@ int getFFTImageFilterObject(const CvLSVMFilterObject *filter,
|
||||
int mapDimX, int mapDimY,
|
||||
CvLSVMFftImage **image)
|
||||
{
|
||||
unsigned int i, mapSize, filterSize;
|
||||
int res;
|
||||
int i, mapSize, filterSize, res;
|
||||
float *newFilter, *rot2PIFilter;
|
||||
|
||||
filterSize = filter->sizeX * filter->sizeY;
|
||||
|
Reference in New Issue
Block a user