Denoising image using CNN

조회 수: 1 (최근 30일)
Jure Djure
Jure Djure 2018년 3월 19일
답변: Parag 2025년 1월 28일
Hello, I have found this example for denoising image using Convulutional Nural Network in matlab documentation openExample('images/RemoveImageNoiseUsingPretrainedNeuralNetworkExample')
but when I try to execute that line all I get is example not found in examples.xml ?
Also there is line in this example (from documentation)
net = denoisingNetwork('DnCNN');
How to get this pretraind network DnCNN ?
Matlab I am using is R2017a and Nural Network Toolbox 10.0
Thank you

답변 (1개)

Parag
Parag 2025년 1월 28일
Hi, you can open this example in upgraded version like MATLAB R2024a
openExample('images/RemoveImageNoiseUsingPretrainedNeuralNetworkExample')
To get the layer information about DnCNN you can use:
Layers = dnCNNLayers
Check the below documentation

Community Treasure Hunt

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

Start Hunting!

Translated by