fixed compilation problems with new SIFT on Android
This commit is contained in:
parent
29b45e70bd
commit
25213d88a8
@ -1450,10 +1450,10 @@ SIFT::DescriptorParams SIFT::getDescriptorParams () const
|
|||||||
|
|
||||||
struct SiftParams
|
struct SiftParams
|
||||||
{
|
{
|
||||||
SiftParams( int _O, int _S )
|
SiftParams( int argO, int argS )
|
||||||
{
|
{
|
||||||
O = _O;
|
O = argO;
|
||||||
S = _S;
|
S = argS;
|
||||||
|
|
||||||
sigma0 = 1.6 * powf(2.0f, 1.0f / S ) ;
|
sigma0 = 1.6 * powf(2.0f, 1.0f / S ) ;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user