Hello,
I need FFTW library to caluculte image correlation and i am trying to link the FFTW to my project in Windows on Qt Creator.
And i have no idea how could i start.
There no information on FFTW site.
Any suggestions?
Thanks,
Best regards,
Maroua
Printable View
Hello,
I need FFTW library to caluculte image correlation and i am trying to link the FFTW to my project in Windows on Qt Creator.
And i have no idea how could i start.
There no information on FFTW site.
Any suggestions?
Thanks,
Best regards,
Maroua
You can start by clicking on "File" menu and then choosing "New file or project".
Hello,
I need FFTW library to caluculte image correlation and i am trying to link the FFTW to my project in Windows on Qt Creator.
And i have no idea how could i start.
There no information on FFTW site.
Any suggestions?
Thanks,
Best regards,
Maroua
Added after 1 35 minutes:
i tried to add dll to my .pro file
and i obtained the following error:Code:
INCLUDEPATH += "C:/OpenCV-2.3.1-win/opencv/build/include"\ "C:/fftwMinGW" LIBS += "C:/OpenCV-2.3.1MinGW/lib/libopencv_core231.dll.a" \ "C:/OpenCV-2.3.1MinGW/lib/libopencv_highgui231.dll.a" \ "C:/OpenCV-2.3.1MinGW/lib/libopencv_imgproc231.dll.a" \ "C:/QtSDK/mingw/lib/libgdi32.a"\ "C:/fftwMinGW/libfftw3-3.dll"\ "C:/fftwMinGW/libfftw3f-3.dll"\ "C:/fftwMinGW/libfftw3l-3.dll"
C:/fftwMinGW/libfftw3-3.dll: file not recognized: File format not recognized
collect2: ld returned 1 exit status
mingw32-make.exe[1]: *** [debug\DIGIDOC.exe] Error 1
mingw32-make.exe: *** [debug] Error 2
13:51:57: Le processus "C:\QtSDK\mingw\bin\mingw32-make.exe" s'est terminé avec le code 2.
Someone could help me
I believe you normally link with .a or .lib(windows), not the actual dll.
I have no idea how to compile fftw to link it to my qt project. I need .a and there are only .dll.
Can someone help me?
Thanks.
Best regards,
Maroua
http://www.fftw.org/install/windows.html
Make sure you read the part behind "See DLLs and wisdom, below, for important information on using wisdom import/export from a DLL."
how could I obtain .dll.a from .dll?and how could I compile fftw on windws to obtain .dll.a?
Thanks
Threads merged.
I also have the same trouble? anyone can help?Thanks