Edge detection using wavelet
Posted
by cheoma
on Stack Overflow
See other posts from Stack Overflow
or by cheoma
Published on 2010-05-13T20:20:46Z
Indexed on
2010/05/13
20:24 UTC
Read the original article
Hit count: 332
Windows
I had done Edge detection using wavelet transform using thus steps changing the image to Gray scale decomposing the image using dwt2(discrete wavelet transform,Haar wavelet filter ) in to horizontal,vertical,diagonal and approximation(detail) further decomposing the horizontal part threshold (global threshold like canny Edge detection ) i got the edge but i got a problem while locating the edge to complete image to mean recovering original image using only the Edges so i need help concerning this either in concept ,mat lab code or references I hope i will get your help soon
© Stack Overflow or respective owner