Imshow and Linescan - first version

Tony Yu tsyu80 at gmail.com
Fri Mar 16 17:08:43 EDT 2012


On Fri, Mar 16, 2012 at 4:17 PM, Tony Yu <tsyu80 at gmail.com> wrote:

>
>
> 2012/3/16 Stéfan van der Walt <stefan at sun.ac.za>
>
>> Hi Tony
>>
>> On Fri, Mar 16, 2012 at 12:18 PM, Tony Yu <tsyu80 at 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`:
>> >
>> > https://github.com/tonysyu/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.py


and the demo script:

https://github.com/tonysyu/skloupe/blob/master/examples/plugins/edgedetector_demo.py

-Tony
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20120316/7fd2232d/attachment.html>


More information about the scikit-image mailing list