From: Pragya on 5 Jun 2010 07:22 Hi I want to compare some frames of binary images which I extracted from a video. The pixel values are obviously 1s and 0s. I want to get the x and y coordinates of all the pixels having a pixel value of 1 and store them in an excel sheet. How do I do it? Thanks Pragya
From: ImageAnalyst on 5 Jun 2010 07:52 On Jun 5, 7:22 am, "Pragya " <pragoe...(a)yahoo.com> wrote: > Hi > > I want to compare some frames of binary images which I extracted from a video. The pixel values are obviously 1s and 0s. I want to get the x and y coordinates of all the pixels having a pixel value of 1 and store them in an excel sheet. How do I do it? > > Thanks > Pragya ------------------------------------------- [rows columns] = find(binaryImage);
|
Pages: 1 Prev: Learning time, neural networks Next: help for image restore |