projects
/
profile
/
ivi
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ef4ff8
)
Removed unnecessary variables.
author
Ilya Lysenkov
<no@email>
Tue, 20 Sep 2011 13:16:54 +0000
(13:16 +0000)
committer
Ilya Lysenkov
<no@email>
Tue, 20 Sep 2011 13:16:54 +0000
(13:16 +0000)
modules/calib3d/src/circlesgrid.cpp
patch
|
blob
|
history
diff --git
a/modules/calib3d/src/circlesgrid.cpp
b/modules/calib3d/src/circlesgrid.cpp
index
405e409
..
39c6183
100644
(file)
--- a/
modules/calib3d/src/circlesgrid.cpp
+++ b/
modules/calib3d/src/circlesgrid.cpp
@@
-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