Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

How to count how many time a certain pixel has been processed

1 visualizzazione (ultimi 30 giorni)
Hi guys!
I have to process an image where i need to know how many times a pixel has been overlapped. The image attached can be used as an example:
In the image the three patches (B1, B2, B3) overlap three times at the position of pixel A_i. Pixel C is only being overlapped by two patches (B1, B2).
Programmatically, how do I count how many times a pixel has been overlapped AND know its index? I am going to do this in the whole image.
Thanks!
  4 Commenti
Anders Jensen
Anders Jensen il 23 Nov 2019
Actually, the patch is 3D and so is the image. Så the patch contains 3x3x3 voxels. It will be moving around the image with and overlap on 1. Therefore not all voxels are going to be processed the same amount of times. I have tried add 1's on the position of the processed voxel. But I will get unique numbers from 0-18 of the whole image. Is that even possible?
Walter Roberson
Walter Roberson il 23 Nov 2019
With your description, I do not see any reason why 0-18 would not be plausible.

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by