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 years 前 | 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 years 前 | 1 个回答 | 0