Commit d263fe2b authored by Ilya Lysenkov's avatar Ilya Lysenkov

Removed unnecessary variables.

parent 0ef4ff89
......@@ -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
......
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