Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Determine if a blob consist of multiple particle #61

Open
jellespijker opened this issue Aug 14, 2015 · 1 comment
Open

Determine if a blob consist of multiple particle #61

jellespijker opened this issue Aug 14, 2015 · 1 comment
Assignees

Comments

@jellespijker
Copy link
Owner

Algorithm that determines if blob consist of multiple particles so that it can exclude these blobs from the PSD.

@jochemverboom
Copy link
Collaborator

Gonna test a couple of possible methods:

  1. Using multiple circles and shifting center of masses to determine if multiple blobs exist
  2. Perform an iterated spiral on outer segments of the blob, going outward would indicate multiple particles
  3. (max(circle enclosure) - actual particle size )/ actual particle size < alpha......this method assumes the particle to have the shape of a circle
  4. Use a neural network to perform the classification between multiple particles and singular particles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants