Тёмный
No video :(

Connected-Components Labeling | MATLAB 

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

Prerequisite:
bwlabel documentation:
www.mathworks....
Extracting connected components Intuition | Digital Image Processing | MATLAB:
• Extracting connected c...
Digital Image Processing using MATLAB:
• Add two Images | MATLA...
Connected-component labeling without using built-in function:
www.mathworks....
Code:
clc;
clear all;
close all;
warning off;
a=[1 1 1 0 0 0 0 0
1 1 1 0 1 1 0 0
1 1 1 0 1 1 0 0
1 1 1 0 0 0 1 0
1 1 1 0 0 0 1 0
1 1 1 0 0 0 1 0
1 1 1 0 0 1 1 0
1 1 1 0 0 0 0 0];
[x y]=bwlabel(a,4);
#DigitalImageProcessing #MATLAB #ComputerVision

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

 

22 авг 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 3   
@mujtaba2617
@mujtaba2617 3 года назад
very informative. thanks for the great work
@KnowledgeAmplifier1
@KnowledgeAmplifier1 3 года назад
Glad it was helpful Mujtaba! Happy Learning :-)
@margaritaflores8114
@margaritaflores8114 2 года назад
Hello Sir thank you so much for your video. I have a question about your "without using built-in function code", could you tell me what does the "~" do in this line, please? [~,n,neighbours] = find(neighboursearch==1), Thank you in advance
Далее
Connected Components
3:22
Просмотров 68 тыс.
Difference between an Atom, a Molecule and a Compound
2:12
Snowflake Kafka Connector Streaming
6:09
Просмотров 327
How to draw BoundingBoxes in Matlab  (bounding boxes)
2:53
Active Contours | Boundary Detection
18:54
Просмотров 40 тыс.