Funny Image Processing using Morphological Operation (MATLAB)

Published: 20 June 2020
on channel: Knowledge Amplifier
437
2

Code:

clc
clear all
close all
x=rgb2gray(imread('Capture.JPG'));
figure;
imshow(x);
SE=ones(4,4);
g=imerode(x,SE);
g=imdilate(g,SE);
g=im2bw(g);
figure;
imshow(g);

#ImageProcessing #MATLAB #DigitalImageProcessing


On this page of the site you can watch the video online Funny Image Processing using Morphological Operation (MATLAB) with a duration of hours minute second in good quality, which was uploaded by the user Knowledge Amplifier 20 June 2020, share the link with friends and acquaintances, this video has already been watched 437 times on youtube and it was liked by 2 viewers. Enjoy your viewing!