From: Pragya on
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
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);