Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
remove unused variables in CV_KDTreeTest_CPP::findNeighbors()
Browse files Browse the repository at this point in the history
  • Loading branch information
maksqwe committed Apr 9, 2014
1 parent 29d1bce commit eb89f52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/features2d/test/test_nearestneighbors.cpp
Expand Up @@ -214,8 +214,6 @@ int CV_KDTreeTest_CPP::findNeighbors( Mat& points, Mat& neighbors )
const int emax = 20;
Mat neighbors2( neighbors.size(), CV_32SC1 );
int j;
vector<float> min(points.cols, static_cast<float>(minValue));
vector<float> max(points.cols, static_cast<float>(maxValue));
for( int pi = 0; pi < points.rows; pi++ )
{
// 1st way
Expand Down

0 comments on commit eb89f52

Please sign in to comment.