fixed angles of SURF detector
This commit is contained in:
@@ -667,7 +667,7 @@ struct SURFInvoker
|
|||||||
besty = sumy;
|
besty = sumy;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
descriptor_dir = fastAtan2( besty, bestx );
|
descriptor_dir = fastAtan2( -besty, bestx );
|
||||||
}
|
}
|
||||||
kp.angle = descriptor_dir;
|
kp.angle = descriptor_dir;
|
||||||
if( !descriptors || !descriptors->data )
|
if( !descriptors || !descriptors->data )
|
||||||
|
Reference in New Issue
Block a user