wavelet1d
wavelet1d copied to clipboard
linker error during compilation
hi...i have opencv2.1 in devcpp environment. it works perfectly. then i
recently tried installing a wavelet library downloaded from wavelib.rar
now i tried compiling an example program in the library (i created a new
project and inserted the example file into it. i also added all corresponding
libraries and included files in the downloaded library) but it keeps on
returning the following two errors:
[Linker error] undefined reference to cv::Mat::Mat(_IplImage const*, bool)
[Linker error] undefined reference to cv::fastFree(void*)
ld returned 1 exit status
D:\Makefile.win [Build Error] [Project1.exe] Error 1
please someone help me..
thanks in advance
Original issue reported on code.google.com by [email protected] on 3 Jan 2013 at 4:00
I have not been able to recreate the error with OpenCV. It is possible that
issue may be with the example code. Have you tried testing the library without
using OpenCV ? You can use one of the 1D example codes to check if the wavelib
library is working correctly on your system.
Original comment by [email protected] on 6 Jan 2013 at 1:30