Feeds
提问
precision and recall computation
i have a background subtracted image and its ground truth. How can i find the accuracy using precision and recall.precision=tp/(...
12 years 前 | 1 个回答 | 0
1
个回答提问
Can anyone please clarify "what's the difference when a matrix is declared as zerosfrom ones"?
for eg: arr=zeros(row,col); #create a matrix of size row X col with all elements #initialized to zero #similarly arr1=ones...
13 years 前 | 2 个回答 | 0
2
个回答提问
can I store images with differing sizes into a matrix in matrix?
I'm doing object detection and classification to either human or non human from a surveillance video clip. when I detect object...
13 years 前 | 1 个回答 | 0
1
个回答提问
??? Assignment has more non-singleton rhs dimensions than non-singleton subscripts
% my array declaration imgarr=zeros([5,3,nFrames]); % Create topleft quantized image [img1,map] = rgb2ind(tl,64);...
13 years 前 | 1 个回答 | 0

