- 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?
83 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Saurav Chaudhary
2020-11-5
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 个评论
Dominic Mathew
2021-3-17
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Discrete Multiresolution Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!