Тёмный

Image Segmentation Using MATLAB 

Panimalar Group of Institutions
Подписаться 4,8 тыс.
Просмотров 60 тыс.
50% 1

Опубликовано:

 

11 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 24   
@harshg1007
@harshg1007 4 года назад
close all; clear all; clc %Gray level Thresolding a=imread('b.jpg'); level=graythresh(a); c= im2bw(a,level); subplot(1,2,1), imshow(a),title('original image'); subplot(1,2,2), imshow(c),title('threshold image'); %edge detection a=imread('jump.jpg'); a=rgb2gray(a); c=edge(a,'roberts'); d=edge(a,'sobel'); e=edge(a,'prewitt'); f=edge(a,'canny'); g=edge(a,'log'); subplot(2,3,1), imshow(a),title('original image'); subplot(2,3,2), imshow(c),title('roberta image'); subplot(2,3,3), imshow(d),title('sobel image'); subplot(2,3,4), imshow(e),title('prewitt image'); subplot(2,3,5), imshow(f),title('canny image'); subplot(2,3,6), imshow(g),title('log image'); %descrete wavelet tranform (wavelet decompsition) a=imread('jump.jpg'); subplot(2,2,1), imshow(a),title('original image'); [LL LH HL HH]=dwt2(im2double(a),'haar'); subplot(2,2,2), imshow([LL LH ; HL HH],[]),title('Wavelet Decomposition'); [LL1 LH1 HL1 HH1]=dwt2(im2double(LL),'haar'); c=[LL1 LH1 ; HL1 HH1]; subplot(2,2,3), imshow([c LH ; HL HH],[]),title('2nd level Wavelet Decomposition'); %Morphological processing a=imread('jump1.jpg'); subplot(2,2,1), imshow(a),title('original image'); s=strel('line',3,3); dilated=imdilate(a,s); subplot(222), imshow(dilated); eroded=imerode(a,s); subplot(223), imshow(eroded);
@ahmmadramadhan7645
@ahmmadramadhan7645 2 года назад
Many thanks.
@md.al-aminKU
@md.al-aminKU Год назад
thanks
@mohi_marvel5140
@mohi_marvel5140 4 года назад
mam please send the code because in video .... code is not clearly seen by eyes .... or upload 720p please mam
@divyarao6280
@divyarao6280 6 лет назад
Superb explanation ma'am thank you....... upload more videos on image processing
@renukadyawarkonda393
@renukadyawarkonda393 2 года назад
superbly explained!!!
@girijasivaraman2484
@girijasivaraman2484 6 лет назад
First one to like........ Amazingly explained...... Great
@sainiharika70
@sainiharika70 4 года назад
Good explanation but commands are not visible
@furqansiddiqui8129
@furqansiddiqui8129 5 лет назад
Simple yet effective!!!!
@pradeepsivaraman3159
@pradeepsivaraman3159 6 лет назад
Thanks Dr.Deepa. Very useful
@mangalesh05
@mangalesh05 6 лет назад
Useful mam
@gsasiecestaff4926
@gsasiecestaff4926 2 года назад
mam if we execute a program it shows the error in the line c=edge(a,'roberts');it shows same error for all the others also.kindly help me to rectify it .
@BURU1994
@BURU1994 4 года назад
It is hard to follow because the font is too small
@divyarao6280
@divyarao6280 6 лет назад
Any pdf of this content
@sapmmrajesh2294
@sapmmrajesh2294 6 лет назад
Useful
@sreekumarnr6313
@sreekumarnr6313 6 лет назад
Can you upload videos about autism detection and classification?
@user-xy6mk2bj2z
@user-xy6mk2bj2z 4 года назад
Please, I want the code
@VAISHNAVISMIS
@VAISHNAVISMIS 2 года назад
Mam give the code link
@snigdhasarkar5629
@snigdhasarkar5629 2 года назад
Maam please send the code
@SAPHELPER
@SAPHELPER 6 лет назад
Dear MAAM I am a PhD student I would like to collaborate on a paper, I would guarantee to publish this work with in a month in a good journal SCI indexed. Please let me know if u r interested
@muftahahmed6282
@muftahahmed6282 4 года назад
mam please send the code because in video .... code is not clearly seen by eyes .... or upload 720p please mam