int width = ref->width;
int height = ref->height;
fftw_complex* img1 = (fftw_complex*) fftw_malloc(siz eof(fftw_comple x)*width*height );
when i execute above code, im getting an error massage "Unhandled exception at 0x75899617 in AFIS Console.exe: 0xC06D007E: Module not found."
can someone help me to figure this out....
thanks
int height = ref->height;
fftw_complex* img1 = (fftw_complex*) fftw_malloc(siz eof(fftw_comple x)*width*height );
when i execute above code, im getting an error massage "Unhandled exception at 0x75899617 in AFIS Console.exe: 0xC06D007E: Module not found."
can someone help me to figure this out....
thanks
Comment