Re: Imshow and Linescan - first version
On Fri, Mar 16, 2012 at 4:17 PM, Tony Yu <tsyu80@gmail.com> wrote:
2012/3/16 Stéfan van der Walt <stefan@sun.ac.za>
Hi Tony
On Fri, Mar 16, 2012 at 12:18 PM, Tony Yu <tsyu80@gmail.com> wrote:
Sorry to change things up while you're working on this, but I wanted to split the viewer into different files; so, I've moved development to a repo called `skloupe`:
Out of curiosity, what is the motivation for developing this outside of skimage?
Stéfan
Mainly because it was getting messy. For example, I'm not sure how I feel about putting subdirectories into the plugins directory.
If this actually became a useful project, I think a good place for it would in the scikits-image github account but in a separate repo. The reason being that it could be quite large if there are a lot of plugins. Even if it isn't, I'd like to play around with it outside of skimage so that I don't have to switch between branches so often.
If you think otherwise, then I'm happy to move it back into the main repo after I've played around a bit in the sandbox.
-Tony
Here's an example plugin for using skimage's canny edge detector: https://github.com/tonysyu/skloupe/blob/master/skloupe/plugins/edgedetector.... and the demo script: https://github.com/tonysyu/skloupe/blob/master/examples/plugins/edgedetector... -Tony
participants (1)
-
Tony Yu