Removed unnecessary variables.
authorIlya Lysenkov <no@email>
Tue, 20 Sep 2011 13:16:54 +0000 (13:16 +0000)
committerIlya Lysenkov <no@email>
Tue, 20 Sep 2011 13:16:54 +0000 (13:16 +0000)
modules/calib3d/src/circlesgrid.cpp

index 405e409..39c6183 100644 (file)
@@ -215,9 +215,6 @@ void CirclesGridClusterFinder::findOutsideCorners(const std::vector<cv::Point2f>
 {
   outsideCorners.clear();
   //find two pairs of the most nearest corners
-  double min1 = std::numeric_limits<double>::max();
-  double min2 = std::numeric_limits<double>::max();
-  Point minLoc1, minLoc2;
   int i, j, n = (int)corners.size();
 
 #ifdef DEBUG_CIRCLES