Commit cd2f3786 authored by Maria Dimashova's avatar Maria Dimashova

removed duplicated check

parent 97ae8f7a
......@@ -247,8 +247,6 @@ struct KeyPoint_LessThan
return kp1.pt.y < kp2.pt.y;
if( kp1.size != kp2.size )
return kp1.size > kp2.size;
if( kp1.size != kp2.size )
return kp1.size > kp2.size;
if( kp1.angle != kp2.angle )
return kp1.angle < kp2.angle;
if( kp1.response != kp2.response )
......
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