Feeds
질문
Matlab raspberry-pi simulink
Hi I'm wondering if i can run standalone matlab code on raspberry independently without being connected to pc after code deploy...
10년 초과 전 | 답변 수: 1 | 1
1
답변질문
i am beginner, i wrote a code to detect circles but it is too slow , the most consuming time part is images\private\chaccum what is is and how can i make it fast?
g=imread('eshara.jpg'); figure,imshow(g); g2=im2bw(g); %g=rgb2gray(g); [centers, radii, metric] = imfindcircles(g2,[15 75],'...
거의 11년 전 | 답변 수: 1 | 0