-
Notifications
You must be signed in to change notification settings - Fork 68
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
Interested in contributing to Skopy? #2
Comments
Hey @0x00b1! Thanks so much for sharing, we hadn't seen We're also super interested in working on or helping to improve those kinds of more general tools. As we start to go in that direction, we'll definitely dig into |
1. Remove ImageStack.max_proj. Steer users towards using Filter.MaxProject. 2. Move the core functionality of max_proj to _max_proj() as it is used commonly in internal code. 3. Refactor ISS notebook to use Filter.MaxProject. #2 is somewhat debatable. I feel there is a good case that all internal code that wants to run max_projection should already have been reduced. Test plan: travis
1. Remove ImageStack.max_proj. Steer users towards using Filter.MaxProject. 2. Move the core functionality of max_proj to _max_proj() as it is used commonly in internal code. 3. Refactor ISS notebook to use Filter.MaxProject. #2 is somewhat debatable. I feel there is a good case that all internal code that wants to run max_projection should already have been reduced. Test plan: travis
I have been working on a similar application Skopy. It can be used for feature extraction (i.e. similar to CellProfiler’s measurement modules), but I plan on adding image segmentation and object detection in the near future. It has nearly the same mission, providing a ready-made pipeline for image analysis, but it has a simple, portable, and lightweight architecture and people have already started using it. Would you be interested in contributing? It could be fun!
The text was updated successfully, but these errors were encountered: