Community Profile

photo

Jishnu C Rajan


Last seen: 3 years ago Active since 2014

Statistics

  • First Review
  • Thankful Level 1

View badges

Content Feed

View by

Question


please help, anybody explain me the meaning of following code
distance = ((vector- vec_mean).^2); vec_mean(2:end,:)=[]; [~,label_vector] = min(distance,[],2); % ...

9 years ago | 1 answer | 0

1

answer

Question


background subtraction of images using k-means algorithm
i have a set of images formed by converting a video into frames. I need to do background subtraction using k-means algorithm

9 years ago | 1 answer | 0

1

answer

Question


write sequence of image
i have a sequence of images formed inside the for loop, my aim is to store each image using a matrix having the same size of ima...

9 years ago | 1 answer | 0

1

answer

Question


writing a sequence of images inside a for loop using matix
i have sequence of images formed by processing inside a for loop. I need to write them into a new folder using the concept of ma...

9 years ago | 1 answer | 0

1

answer

Question


error in using aviread
In aviread at 29 In Untitled at 1 ??? Error using ==> aviread at 81 Unable to locate decompressor Indeo5 to decompress vide...

9 years ago | 2 answers | 0

2

answers