Commit ea0c9b7f authored by krodyush's avatar krodyush

GFFT fix for linux build

parent a63576e7
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment