a red-black wavelet kernel

Maciek UrbaƄski <[email protected]> Tue, 18 Jun 2002 12:27:09 +0200
Newsgroups gmane.comp.multimedia.ogg.tarkin.devel
Message-ID <002201c216b2$b3fd31e0$24010a0a@limdul>
check-up the kernel I've calculated recently; It's high-pass kernel for
first step of red-black wavelet transform; to test it - just put it into a
any graphics program with 7x7 custom matrix filter capatibility
(PaintShopPro will do) and type it. The more gray image becomes -> the more
signal was removed

matrix:
[ [0,-4, 0,6,0,-4,0]
  [-4,0,13,0,13,0,-4]
  [0,13,0,-88,0,13,0]
  [6,0,-88,256,-88,0,6]
  [0,13,0,-88,0,13,0]
  [-4,0,13,0,13,0,-4]
  [0,-4, 0,6,0,-4,0]]

it behaves very good on all standard test images (including lena, alu,
arctic_hare, baboon, bear, peppers, texmos1.p512, water and z1x25)

Maciej


--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to '[email protected]'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.