mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
fixed VS2010 compile warnings and errors
This commit is contained in:
@@ -637,7 +637,7 @@ static struct feature* interp_extremum( IplImage*** dog_pyr, int octv,
|
||||
{
|
||||
struct feature* feat;
|
||||
struct detection_data* ddata;
|
||||
double xi, xr, xc, contr;
|
||||
double xi=0, xr=0, xc=0, contr;
|
||||
int i = 0;
|
||||
|
||||
while( i < SIFT_MAX_INTERP_STEPS )
|
||||
|
||||
Reference in New Issue
Block a user