magick++ --medianFilter
Posted: 2010-10-05T07:26:46-07:00
hi,
any suggestion on the following issue? Thanks
I used Magick++ and medianFilter as follows:
#include <Magick++.h>
image.read(srcimage);
image.medianFilter(3.0);
image.sample("500x500");
image.write(output);
but the valgrind complains the following error:
==25070== Thread 8:
==25070== Use of uninitialised value of size 8
==25070== at 0x3CDD0C7A15: (within /usr/lib64/libMagickCore.so.3.0.0)
==25070== by 0x3CDCC07F51: (within /usr/lib64/libgomp.so.1.0.0)
==25070== by 0x37404061B4: start_thread (in /lib64/libpthread-2.5.so)
==25070== by 0x373F8CD36C: clone (in /lib64/libc-2.5.so)
==25070==
==25070== Use of uninitialised value of size 8
==25070== at 0x3CDD0BC58C: (within /usr/lib64/libMagickCore.so.3.0.0)
==25070== by 0x3CDD0C7ADF: (within /usr/lib64/libMagickCore.so.3.0.0)
==25070== by 0x3CDCC07F51: (within /usr/lib64/libgomp.so.1.0.0)
==25070== by 0x37404061B4: start_thread (in /lib64/libpthread-2.5.so)
==25070== by 0x373F8CD36C: clone (in /lib64/libc-2.5.so)
any suggestion on the following issue? Thanks
I used Magick++ and medianFilter as follows:
#include <Magick++.h>
image.read(srcimage);
image.medianFilter(3.0);
image.sample("500x500");
image.write(output);
but the valgrind complains the following error:
==25070== Thread 8:
==25070== Use of uninitialised value of size 8
==25070== at 0x3CDD0C7A15: (within /usr/lib64/libMagickCore.so.3.0.0)
==25070== by 0x3CDCC07F51: (within /usr/lib64/libgomp.so.1.0.0)
==25070== by 0x37404061B4: start_thread (in /lib64/libpthread-2.5.so)
==25070== by 0x373F8CD36C: clone (in /lib64/libc-2.5.so)
==25070==
==25070== Use of uninitialised value of size 8
==25070== at 0x3CDD0BC58C: (within /usr/lib64/libMagickCore.so.3.0.0)
==25070== by 0x3CDD0C7ADF: (within /usr/lib64/libMagickCore.so.3.0.0)
==25070== by 0x3CDCC07F51: (within /usr/lib64/libgomp.so.1.0.0)
==25070== by 0x37404061B4: start_thread (in /lib64/libpthread-2.5.so)
==25070== by 0x373F8CD36C: clone (in /lib64/libc-2.5.so)