fixed angles of SURF detector

pull/2/head
Maria Dimashova 13 years ago
parent 565a8dc30d
commit 9cd0c9033f
  1. 2
      modules/nonfree/src/surf.cpp

@ -667,7 +667,7 @@ struct SURFInvoker
besty = sumy;
}
}
descriptor_dir = fastAtan2( besty, bestx );
descriptor_dir = fastAtan2( -besty, bestx );
}
kp.angle = descriptor_dir;
if( !descriptors || !descriptors->data )

Loading…
Cancel
Save