Community Profile

photo

Saktheeswaran Mohan


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How does this code support in carparking slot identification?
set(handles.text2,'string',10-handles.Num_object);

3 years ago | 2 answers | 0

2

answers

Question


how does code work in identify the images?
inverse_binary=not(handles.bw); [handles.L handles.Num_object]=bwlabel(inverse_binary);

3 years ago | 1 answer | 0

1

answer

Question


How does code working for identify slots in car parking?
inverse_binary=not(handles.bw);

3 years ago | 1 answer | 0

1

answer

Question


How does code working in matlab?
inverse_binary=not(handles.bw)

3 years ago | 0 answers | 0

0

answers

Question


How does code working in matlab ?
inverse_binary=not(handles.bw); [handles.Lhandles.Num_object]=bwlabel(inverse_binary); set(handles.text2,'string',10-handles.N...

3 years ago | 2 answers | 0

2

answers

Question


How can I explain below matlab code to someone each line?
handles.output=hObject; [a b]=uigetfile({'*.*'}); img=imread({b a}) gravy=rgb2gray(img); gr=graythresh(grayy); handles.bw...

3 years ago | 0 answers | 0

0

answers