Is there any effective preserve edges Image Decomposition Technique?

조회 수: 1 (최근 30일)
Kelvin Wong
Kelvin Wong 2022년 9월 23일
답변: Vidip Jain 2023년 9월 7일
Hi guys,
I am working on Infrared and Visible Image Fusion task. I want to perform Image decomposition on an image to split an image into base and detail layer. At the same time preserve more edges in the process, is there any technique/method that I could looked into?
Thank you!

답변 (1개)

Vidip Jain
Vidip Jain 2023년 9월 7일
I understand you want to perform Image decomposition on an image to split it into base and detail layer and at the same time preserve more edges in the process.
One commonly used technique is the application of multi-scale decomposition methods, particularly those based on the concept of multiscale transforms. These methods allow you to extract both the low-frequency components (base layer) and high-frequency components (detail layer) of the image.
Start by loading and preprocessing both images to ensure they have consistent dimensions and intensity ranges. Perform wavelet decomposition on both images using the wavedec2 function, specifying the desired wavelet family and decomposition level.
Combine the wavelet coefficients from the two images, typically using weighted averaging to control the contribution of each modality. Reconstruct the fused image from the combined coefficients using waverec2.
Refer to this documentation for more information:

카테고리

Help CenterFile Exchange에서 Image Analysis에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by