Ask Your Question
0

Wavelet Transform

asked 2013-03-27 13:41:37 -0600

Ethan gravatar image

updated 2013-03-27 13:42:27 -0600

I am planning to make a Android App that uses 2D Haar Wavelet Transform to encode data into pictures. Can OpenCV do the transform for me? I am new to OpenCV and am seeking a java library that is able to do this.

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
1

answered 2013-03-27 13:47:17 -0600

Yes, the haarwavelet structure are actualy simple 2D filters. Filtering is implemented in OpenCV. Just look for the correct filter structure to get the desired result.

I only know the C++ - code but you can use Java bindings to reach the same result.

http://docs.opencv.org/modules/imgproc/doc/filtering.html?highlight=filter%202d#cv.Filter2D

edit flag offensive delete link more

Comments

Thanks for the quick response helping me to make sure OpenCV fits my situation. I am going ahead downloading OpenCV for my project. :D

Ethan gravatar imageEthan ( 2013-03-27 13:56:28 -0600 )edit
0

answered 2013-12-22 01:36:43 -0600

stereomatching gravatar image

Just give filter2D a try, but looks like it can not implement the haar discrete wavelet transform.However, stack overflow do have an answer

dwt

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-03-27 13:41:37 -0600

Seen: 9,523 times

Last updated: Dec 22 '13