Feeds
질문
Help me understand this code
a = imread('circles.png'); x=[ 1 -2 1]; y=[ 1; -2; 1]; gx=filter2(x,a); gy=filter2(y,a); g=sqrt(gx.^2 + gy.^2); [r c]= bwl...
10년 초과 전 | 답변 수: 2 | 0
2
답변질문
Find a submatrix in a matrix
How can I find a sub matrix in a larger one. We learned how to extract objects from an image using filter2 and bwlabel. But I ...
10년 초과 전 | 답변 수: 1 | 0