Note that there are some explanatory texts on larger screens.

plurals
  1. POReducing Local Neighbourhood of pixels
    primarykey
    data
    text
    <p>I have recently come across a problem that I cannot seem to solve. I have a processed image that contains a number of pixels spread out across the entire image in small 'local' groups. I would like to find the 'centre' as it were of each group and place a single pixel in the output image as a representative of each group. The groupings can either be a closely knit group with no pixel zero spacing between them or a smaller spread out group with only a few (less than 4~5 pixels) between them. My first thought was to use something along the lines of morphological erosion but this doesn't account for the case of slightly more spread out groups of pixels. I would just like to know if someone can point me in the right direction. The following is an example of what I would like to do: <img src="https://i.imgur.com/DCzcI.png" alt="Local Group"> The left hand side image shows the input (the big black dot represents a group of pixels with no zeroes between them) and the right hand side image is an example of the type of output or processed image I would like to have. Finally I am using MATLAB and it can be assumed that the input image is a binary image (either with black being 1 or 0 either way the logic should be the same). </p> <p>Thanks so much for your help!</p> <p>EDIT: Thanks everyone for their input - I will be trying out the different solutions over the next day or so and I will try to reply to everyone whence I'm done. Thank you all so much for your insightful inputs - it is greatly appreciated.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload