WSD descriptor in opencv

asked 2013-09-13 04:20:51 -0600

sp_mic88 gravatar image

updated 2013-09-13 11:36:26 -0600

Do the opencv libraries contain functions to subject a grayscale image to an L-level discrete wavelet decomposition? I want to calculate the three detail images HL, LH and HH for every level, in order to use them to obtain the weighted standard deviation decriptor (WSD).

edit retag flag offensive close merge delete

Comments

Afaik it doesn't exist, you need to code it yourself.

Guanta gravatar imageGuanta ( 2013-09-13 09:06:34 -0600 )edit