Commit 89df7923 authored by StevenPuttemans's avatar StevenPuttemans

revert PR 5362

parent 56c89e0a
......@@ -998,7 +998,7 @@ public:
{
if( result == 1 )
result = -(int)classifier->data.stages.size();
if( -result >= 0 ) // TODO: Add variable to define a specific last accepted Stage - ABI_COMPATIBILITY problem with new/changed virtual functions - PR #5362
if( classifier->data.stages.size() + result == 0 )
{
mtx->lock();
rectangles->push_back(Rect(cvRound(x*scalingFactor),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment