- LL is the approximate image of input image it is low frequency subband so it is used for further decomposition process.
- LH subband extract the horizontal features of original image.
- HL subband gives vertical features .
- HH subband gives diagonal features .
What are LL,LH,HL,HH in DWT?
95 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello everyone, I have a small project where my first step is to decompose an image using DWT. Could anyone help me explain
1:what are LL,LH,HL,HH in DWT?
2: what code do i need to write if I want to do a second level and even third level decompostion to extract the value of LL
0 commentaires
Réponses (1)
Saurav Chaudhary
le 5 Nov 2020
DWT is an algorithm used to reduce dimensionality of an image, feature extraction process. DWT algorithm decomposes the image into 4 sub-band (sub-image) ie,LL,LH,HL,HH.
You can decompose LL band image further, look at the following MATLAB answer to get an idea.https://www.mathworks.com/matlabcentral/answers/163844-how-to-write-matlab-code-for-third-level-dwt
2 commentaires
Dominic Mathew
le 17 Mar 2021
I had tried to do hyperchaotic image encryption for the decomposed LL image but it is showing error could you explain why and how to resolve it.
Voir également
Catégories
En savoir plus sur Discrete Multiresolution Analysis dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!