fixed defects from Xcode
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user