Fixed some warnings under Windows

This commit is contained in:
Ilya Lysenkov
2010-12-21 12:11:28 +00:00
parent 351f6eeb97
commit 0bc1349335
4 changed files with 17 additions and 18 deletions

View File

@@ -97,10 +97,10 @@ struct CirclesGridFinderParameters
int kmeansAttempts;
int minDistanceToAddKeypoint;
int keypointScale;
int minGraphConfidence;
float minGraphConfidence;
float vertexGain;
float vertexPenalty;
int existingVertexGain;
float existingVertexGain;
float edgeGain;
float edgePenalty;
float convexHullFactor;