fixed defects from Xcode

This commit is contained in:
Ilya Lavrenov
2014-02-23 21:07:20 +04:00
parent 32eb38ec98
commit ce0557ebb8
11 changed files with 23 additions and 29 deletions

View File

@@ -294,7 +294,7 @@ void ERFilterNM::er_tree_extract( InputArray image )
push_new_component = false;
// explore the (remaining) edges to the neighbors to the current pixel
for (current_edge = current_edge; current_edge < 4; current_edge++)
for ( ; current_edge < 4; current_edge++)
{
int neighbour_pixel = current_pixel;
@@ -1949,7 +1949,6 @@ private:
double (dissimilarity::*distfn) (const int_fast32_t, const int_fast32_t) const;
auto_array_ptr<double> precomputed;
double * precomputed2;
double * V;
const double * V_data;