Blur a part of Image | MATLAB | Image Processing
clc
clear all
close all
warning off
c=webcam;
e=c.snapshot;
clear c;
a=e;
imshow(a);
[j rect]=imcrop(a);
ag=fspecial('average',[5,5]);
g=imfilter(a,ag);
g( rect(2):rect(2)+rect(4),rect(1):rect(1)+rect(3), :)=j;
imshow(g);
Live Support: https://www.t.me/matlabcastor
Share with us: https://www.quora.com/q/matlabirawen
Free Codes: https://www.youtube.com/castorclasses
Free Support: https://www.castorclasses2014@gmail.com
Like us: https://www.facebook.com/matlabirawen/
Join us: https://www.facebook.com/groups/MATLA...
MATLAB Book for the beginner: https://amzn.to/3fTfmTa
Free program: https://www.matlabcoding.com
No comments