Edge detection using wavelet
- by cheoma
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…