fixed the condition
This commit is contained in:
@@ -359,9 +359,8 @@ int DTreesImpl::addTree(const vector<int>& sidx )
|
|||||||
}
|
}
|
||||||
printf("\n");
|
printf("\n");
|
||||||
}
|
}
|
||||||
#else
|
|
||||||
CV_Assert( w_nidx >= 0 );
|
|
||||||
#endif
|
#endif
|
||||||
|
CV_Assert( w_nidx >= 0 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
roots.push_back(root);
|
roots.push_back(root);
|
||||||
|
|||||||
Reference in New Issue
Block a user