Тёмный

Grayscale Image & Color Image Histogram | MATLAB 

Knowledge Amplifier
Подписаться 27 тыс.
Просмотров 15 тыс.
50% 1

Prerequisite:
Random sequence Generation in MATLAB | Part 1
• Random sequence Genera...
Random Sequence generation in MATLAB | PART 2
• Random Sequence genera...
Create Image Histogram:
www.mathworks.com/help/images....
Code :
% Histogram: a graphical display of data using bars of different heights.
% It is similar to a Bar Chart, but a histogram groups numbers into ranges .
% The height of each bar shows how many fall into each range.
clc
clear all
close all
a=imread('Golden.jfif');
subplot(1,4,1);
imshow(a);
title('Original Colored Image');
rc=a(:,:,1);
subplot(1,4,2);
imhist(rc);
title('Histogram of the red channel');
gc=a(:,:,2);
subplot(1,4,3);
imhist(gc);
title('Histogram of the green channel');
hc=a(:,:,3);
subplot(1,4,4);
imhist(hc);
title('Histogram of the blue channel');
#DSP #MATLAB #ImageProcessing #DIP

Наука

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

 

6 июн 2020

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 5   
@edilsonribeirodossantosjun4267
Thank you for the tutorial, really help me from Amazonas, Brazil. Hope you have a nice day, week and year!
@KnowledgeAmplifier1
@KnowledgeAmplifier1 Год назад
Glad to know the video is helpful to you Edilson Ribeiro dos Santos Júnior! Happy Learning
@mehmetfatihayten8269
@mehmetfatihayten8269 3 года назад
Thank you for great tutorial, I really appreciate changing bc :D
@KnowledgeAmplifier1
@KnowledgeAmplifier1 3 года назад
LOL , Welcome Mehmet fatih Ayten . Happy Coding :-)
@claudiapatricia5406
@claudiapatricia5406 3 года назад
Hi! Would it be possible to actually count which is proportion of each color in the original imagine? Could I use digital image processing to sort and classify an imagine based on the amount of an specific color? for example what % of green color exist on the imagine??
Далее
Histogram Equalization on GrayScale Image | MATLAB
5:21
Image Histograms - 5 Minutes with Cyrill
5:16
Просмотров 14 тыс.
MC TAXI: АК-47
35:14
Просмотров 278 тыс.
Detecting a colour using MATLAB
10:21
Просмотров 10 тыс.
Detect Edges in Images | MATLAB
13:37
Просмотров 7 тыс.
Creating Histograms
11:24
Просмотров 13 тыс.
Choose a phone for your mom
0:20
Просмотров 4,4 млн
Улучшил свои Apple Watch!
0:25
Просмотров 42 тыс.