OpenCV-vla.diff

Pavel Heimlich, 2012-02-07 09:52 pm

Download (411 Bytes)

 
modules/features2d/src/sift.cpp Tue Feb 7 20:41:26 2012
318 318
{
319 319
  IplImage*** gauss_pyr;
320 320
  const int _intvls = intvls;
321
#if defined WIN32 || defined _WIN32 || defined WINCE
321
#if defined WIN32 || defined _WIN32 || defined WINCE || defined __SUNPRO_CC
322 322
  double *sig = new double[_intvls+3];
323 323
#else
324 324
  double sig[_intvls+3];