Statistics
6 Questions
0 Answers
RANK
96,330
of 301,141
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 21,181
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,007
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
How does this code support in carparking slot identification?
set(handles.text2,'string',10-handles.Num_object);
4 years ago | 2 answers | 0
2
answersQuestion
how does code work in identify the images?
inverse_binary=not(handles.bw); [handles.L handles.Num_object]=bwlabel(inverse_binary);
4 years ago | 1 answer | 0
1
answerQuestion
How does code working for identify slots in car parking?
inverse_binary=not(handles.bw);
4 years ago | 1 answer | 0
1
answerQuestion
How does code working in matlab?
inverse_binary=not(handles.bw)
4 years ago | 0 answers | 0
0
answersQuestion
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...
4 years ago | 2 answers | 0
2
answersQuestion
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...
4 years ago | 0 answers | 0

