Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

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

1 visualización (últimos 30 días)
Anders Jensen
Anders Jensen el 22 de Nov. de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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 comentarios
Anders Jensen
Anders Jensen el 23 de Nov. de 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 el 23 de Nov. de 2019
With your description, I do not see any reason why 0-18 would not be plausible.

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by