add an image processing to detect pixels at the center of strong circular symmetry #3

Open
opened 2020-04-01 13:05:19 +02:00 by graffy · 1 comment
Owner

This idea was proposed by graffy at the 20/03/2020 meeting. This method can be used to detect circular particles.

The idea is that for each pixel we compute, treating this pixel to be a center of circular symmetry :

  • the radial profile of the pixel values in the neighborhood of this pixel.
  • the radial profile variance in the same neighborhood

Center of circular particles can then be detected at pixels where:

  1. the radial profile variance is small (which means there is a strong circular symmetry with this pixel as as center)
  2. and the radial profile exhibits a strong peak (to not consider uniform areas as proper center of circular symmetry). The position of the peak gives the particle radius.
This idea was proposed by graffy at the 20/03/2020 meeting. This method can be used to detect circular particles. The idea is that for each pixel we compute, treating this pixel to be a center of circular symmetry : - the radial profile of the pixel values in the neighborhood of this pixel. - the radial profile variance in the same neighborhood Center of circular particles can then be detected at pixels where: 1. the radial profile variance is small (which means there is a strong circular symmetry with this pixel as as center) 2. and the radial profile exhibits a strong peak (to not consider uniform areas as proper center of circular symmetry). The position of the peak gives the particle radius.
graffy added the
enhancement
prio:high
labels 2020-11-25 17:13:17 +01:00
graffy self-assigned this 2020-11-25 17:18:19 +01:00
Author
Owner

commits related to work related to this ticket (manually added because lost in migration gogs -> gitea):

commits related to work related to this ticket (manually added because lost in migration gogs -> gitea): - e8b1e331fe59a5313d9b6855dd571cfe37e4d2d5 - 4daf2bfe91a69bfa702c111532c0f1fbdadc4bc2 - f0a624fc2b1898d5e305078c345bfc52fc95d839 - 608fefce0a21309294e4df89fdded44967e13556 - bfca19e039bf8f81bc4f7601fab5399fd2474587 - ad18e2e451d200ae90923b883a726f342f554143
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: graffy/lipase#3
No description provided.