Feeds
提问
How does this code support in carparking slot identification?
set(handles.text2,'string',10-handles.Num_object);
4 years 前 | 2 个回答 | 0
2
个回答提问
how does code work in identify the images?
inverse_binary=not(handles.bw); [handles.L handles.Num_object]=bwlabel(inverse_binary);
4 years 前 | 1 个回答 | 0
1
个回答提问
How does code working for identify slots in car parking?
inverse_binary=not(handles.bw);
4 years 前 | 1 个回答 | 0
1
个回答提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 0 个回答 | 0

