Feeds
질문
How does this code support in carparking slot identification?
set(handles.text2,'string',10-handles.Num_object);
4년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0
1
답변질문
How does code working for identify slots in car parking?
inverse_binary=not(handles.bw);
4년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 0 | 0

