Тёмный

Implement Histogram Equalisation without Histeq( ) 

Dr. Rashi Agarwal
Подписаться 17 тыс.
Просмотров 61 тыс.
50% 1

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

 

1 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 37   
@robb1324
@robb1324 9 лет назад
In the line: sum = sum + freq(i) "freq" is not a function. I'm not sure how it worked on your matlab. :(
@visintel
@visintel 6 лет назад
She later on changed Freq to f
@oumaymayousfi9811
@oumaymayousfi9811 9 лет назад
hi rachi, i have a question , i implement your programm but it''s not working ..when i execute the programm . the result was just a black picture .. plz can you help me .. i really need to this programm to work .. thanks
@_tinker_bell
@_tinker_bell 4 года назад
yeah...for me too...can anyone help??
@muhammadfaique9978
@muhammadfaique9978 5 лет назад
Not working this code is even wrong what the fuck
@Earth4Mars
@Earth4Mars 9 лет назад
Thx. I have a question. How can I apply histogram equalization on a selected range. I want to apply HE on 3 ranges on the images. 0 to 10 then 11 to 180 then 181 to 255?
@emreyonet7262
@emreyonet7262 8 лет назад
Is there local histogram equalization without hiteq ? Please help.
@shashanksingh2727
@shashanksingh2727 8 лет назад
srry ma'am but theory isn't that much clear after lecture 14
@khitemamiri8051
@khitemamiri8051 7 лет назад
Hi rashi, thank you for your explanation, i would like to ask please, how can i assign a function (that change the intensity) to the pixels with intensity values between 0 and 127 for example and another equation to the pixels from 128 to 255 ??
@devilboii96
@devilboii96 7 лет назад
Can I ask how do you find gray level? I have a gray image that has pixel intensities from 0-255 so is the gray level from 0-255?
@vinaypant569
@vinaypant569 6 лет назад
where this freq came from? you havent declared it and still this program is running?
@ramanchopra6772
@ramanchopra6772 7 лет назад
Can you tell me how to prepare median filter using matlab simulink or prepare a tutorial for it asap
@동반입대
@동반입대 9 лет назад
hi rashi, i'm korean student. I have a question in your code.what is f? T_T Is that function?? else,, just variable??? plz help me T_T
@vinaypant569
@vinaypant569 6 лет назад
variable
@mohamedouahidi57
@mohamedouahidi57 6 лет назад
please how do Local Histogram Equalisation
@marioserodotou2958
@marioserodotou2958 9 лет назад
thanks mam! very good explanation!
@arunpillai1685
@arunpillai1685 5 лет назад
Can u plot the histogram as well ?
@wedsonbarbosa9027
@wedsonbarbosa9027 8 лет назад
Thank you!! It was a great explanation
@alexanderroman7650
@alexanderroman7650 3 года назад
Thank to you miss, you have save a soul jajjaja. Greetings for latam
@alexanderroman7650
@alexanderroman7650 3 года назад
also, if someone needs the code, its here. (Hope you dont mind miss rashi) clc, clear all a=imread('Name of you image.extension'); r=size(a,1); c=size(a,2); ah=uint8(zeros(r,c)); n=r*c; f=zeros(256,1); pdf=zeros(256,1); cdf=zeros(256,1); cum=zeros(256,1); out=zeros(256,1); for i=1:r for j=1:c value = a(i,j); f(value+1)=f(value+1)+1; pdf(value+1)=f(value+1)/n; end end sum=0; L=255 for i=1:size(pdf) sum = sum + f(i); cum(i) = sum; cdf(i) = cum(i)/n; out(i) = round(cdf(i)*L) end for i=1:r for j=1:c ah(i,j)=out(a(i,j)+1); end end figure() subplot(2,1,1) imshow(ah) subplot(2,1,2) imshow(histeq(a))
@youngresearcher.
@youngresearcher. 3 года назад
Happy to help
@umutdonmez2707
@umutdonmez2707 9 лет назад
ty so much . i used my homework.
@darksideofthemoon3185
@darksideofthemoon3185 8 лет назад
thank you so much you're my savior!
@sakib8275
@sakib8275 8 лет назад
anyone having problem with sum = sum + freq(i); change freq(i) to f(i). it will work
@vinaypant569
@vinaypant569 6 лет назад
this program executes a black pic
@qamarabbas9196
@qamarabbas9196 6 лет назад
Thanks Bro its work....
@rizwankhalid9266
@rizwankhalid9266 8 лет назад
nice
@darknightr15yzf
@darknightr15yzf 8 лет назад
u saved me thanks a lot
@gvalchca1
@gvalchca1 10 лет назад
hi rashi, thanx for the great explanation :)
@youngresearcher.
@youngresearcher. 10 лет назад
Thanks :)
@arunpillai1685
@arunpillai1685 5 лет назад
Wtf is freq(i) ?
@Sanaullah-be3rd
@Sanaullah-be3rd 5 лет назад
define freq= histogram(image); it will work
@oshanadissanayake7884
@oshanadissanayake7884 5 лет назад
will this be the answer to the question Write a program which will apply histogram equalization to a 256 level gray scale image. You can only use imread function in matlab. Program should accept an image of any size.
Далее
Histogram specification using Matlab
7:10
Просмотров 58 тыс.
Airpod Through Glass Trick! 😱 #shorts
00:19
Просмотров 1,1 млн
БЕЛКА ЗВОНИТ ДРУГУ#cat
00:20
Просмотров 929 тыс.
Point tranformations in Matlab-Part1
4:41
Просмотров 59 тыс.
Median filter to remove Salt & Pepper noise
5:32
Просмотров 65 тыс.
Introduction to Image processing toolbox of Matlab
9:38
Matlab codes for Image compression ( part 4)
8:04
Просмотров 101 тыс.
High Pass Filtering in Frequency Domain
2:04
Просмотров 45 тыс.