Community Profile

photo

soumya


Active since 2012

Statistics

  • First Review
  • Thankful Level 1

View badges

Content Feed

View by

Question


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/(...

10 years ago | 1 answer | 0

1

answer

Question


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...

11 years ago | 2 answers | 0

2

answers

Question


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...

11 years ago | 1 answer | 0

1

answer

Question


??? 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);...

11 years ago | 1 answer | 0

1

answer