Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is there a DWT function in opencv?

Tags:

c++

opencv

is there a DWT (discrete wavelet transform ) function in opencv ?? else if anyone have link of its implementation in c++

like image 670
seddik Avatar asked Feb 12 '26 20:02

seddik


2 Answers

No, I don't believe OpenCV has that functionality.

This page might be useful.

like image 181
Peter K. Avatar answered Feb 15 '26 20:02

Peter K.


It appears that openCV does not have an implementation of the DWT algorithm, but a quick google search turns up two results which may be relevant.

First is a result from Koders code search, which is an implementation designed to process MPEG4 frames for an image decoding program.

There is also a google code project, wavelet1d which is a version designed to process a 1d array of data.

You may be able to use those two implementations to build your own suitable for your uses?

like image 35
Ephphatha Avatar answered Feb 15 '26 21:02

Ephphatha



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!