GFFT fix for linux build

This commit is contained in:
krodyush
2013-12-17 17:12:57 +04:00
parent a63576e76d
commit ea0c9b7f5c

View File

@@ -101,7 +101,7 @@ static void sortCorners_caller(oclMat& corners, const int count)
}
// find corners on matrix and put it into array
void findCorners_caller(
static void findCorners_caller(
const oclMat& eig_mat, //input matrix worth eigenvalues
oclMat& eigMinMax, //input with min and max values of eigenvalues
const float qualityLevel,