Feeds
답변 있음
simulink use imcrop problem
and i use the S = regionprops(bw3,'BoundingBox','Area'); a = [S.Area]; b = [S.BoundingBox]; the matrix is 5*5 why on the si...
simulink use imcrop problem
and i use the S = regionprops(bw3,'BoundingBox','Area'); a = [S.Area]; b = [S.BoundingBox]; the matrix is 5*5 why on the si...
거의 8년 전 | 0
질문
simulink use imcrop problem
if true function y = fcn(area,bbox,img_1,img_2,img_3) img = uint8(zeros(1932,2576,3)); %%%原圖 BW_2 = uint8(zeros(510,474...
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
simulink double value into a logical type error
if true function y = ratioimg(u) [L2,num2]=bwlabel(u,8); %連通區域標記 B2=false(size(u)); for i=1:num2 [r,c] = find(L2=...
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
why my raspi lcd touchscreen not show the camera image?
i use the simulink deploy the camera to videodisplay but the touchscreen not show the image.
거의 8년 전 | 답변 수: 0 | 0
0
답변답변 있음
raspi3 support simulink external mode show on the DSI display?
why i am deploy on the raspi but monitor not show the image? i use gpio touchscreen.
raspi3 support simulink external mode show on the DSI display?
why i am deploy on the raspi but monitor not show the image? i use gpio touchscreen.
거의 8년 전 | 0
질문
raspi support video input?
i want to use video as input then to process the video but show the error Data type mismatch. Input port 3 of 'untitled/SDL Vid...
대략 8년 전 | 답변 수: 0 | 0
0
답변질문
raspi3 support simulink external mode show on the DSI display?
as mentioned i use the simulink raspi support packed to show the camera image on the computer moniter is ok, now i want to show...
대략 8년 전 | 답변 수: 2 | 0
2
답변질문
Timer support code generation??
i have the problem i use the timer on the real time camera application I feel timer is good to use but i don't know timer wheth...
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
Undefined function 'stop' for input arguments of type 'double'.
% function frameshow_Callback(hObject, eventdata, handles) global t global t1 t1=timer('TimerFcn',{@timerCall...
대략 8년 전 | 답변 수: 0 | 0
0
답변질문
Data set must contain at least 3 samples.
if true % function shapedetect_Callback(hObject, eventdata, handles) global t global t1 t=timer('TimerFcn',{@timerCall...
대략 8년 전 | 답변 수: 0 | 0
0
답변질문
Error while evaluating TimerFcn for timer 'timer'
if true % function frameshow_Callback(hObject, eventdata, handles) global t %%%%顏色辨識timer global t1 t1=timer('Tim...
대략 8년 전 | 답변 수: 0 | 0