How to Remove Noise
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hello Guys, I'm a newbie in MATLAB and then I have some project. Here are some pictures I transform into a 3D graphic. The result is full of noise. I read there are some filtering images like Gaussian, Laplace, Canny, Sobel etc. But how I can apply them to my picture so it's become better to transform into the 3D plot.
% I use this code to make the 3D plot
a = imread('edge_final.jpg');
b = rgb2gray (a);
surf(b,'EdgeColor','none')
colorbar;
colormap(jet(50));
0 Commenti
Risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!