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

Method: SVM classify by z-pixel shadow #26

Open
JohnTigue opened this issue Oct 17, 2019 · 2 comments
Open

Method: SVM classify by z-pixel shadow #26

JohnTigue opened this issue Oct 17, 2019 · 2 comments

Comments

@JohnTigue
Copy link
Contributor

This SVM tech is some simple stuff that should be checked out before going full on deep and convolutional. SVM is what was state-of-the-art a decade ago before deep learning stole the spotlight.

Identification of individual cells from z-stacks of bright-field microscopy images This

Really nice 2018 paper out of France. Simple, fast techniques (SVM classifier) simply looking at "z-pixels" (i.e. array of pixel intensities on the thin Z plane of a microscope slide; the colored curves). Basically, classifying SVM is light absorption around cell.

@JohnTigue
Copy link
Contributor Author

This could be interesting. Say the SVM classifier can guess that something is in an area even if it cannot see it. If there is a break in a reconstruction, if the break endpoints are connected within a volume contiguously classified as probably containing something that might be a candidate for connecting the two endpoints.

@JohnTigue
Copy link
Contributor Author

Instead of z-index use radius from line of SWC. I.e. walk vectors perpendicular to the SWC vectors. This is the path through the cell membrane which is a detector we want.

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

No branches or pull requests

1 participant