Wavelet transform in openCV
问题 did someone tried to implement DWT in opencv or in C++? I saw older posts on this subject and i didn't find them useful for me, because I need a approximation coefficient and details as a result of wavelet transformation. I tried to add this (http://wavelet2d.sourceforge.net/) to my project but it's not working as well as planned. And this is to simple, because as a result parameters i need approximation coefficient and details: void haar1(float *vec, int n, int w) { int i=0; float *vecp =