CTMF code source

Reza Azodinia mohammad.reza.azodinia at gmail.com
Tue Mar 11 14:09:21 EDT 2014


Dear Tony,
Look at this line of the code (line 16):

from . import _ctmf

Here the ctmf.py code has imported the _ctmf.py (not the _ctmf.pyx). I am 
about to see the content of _ctmf.py in order to be able to get some 
inspiration for the code which I have developed.
So anyway to get _ctmf.py?

Reza



On Tuesday, March 11, 2014 5:53:04 PM UTC+1, Tony S Yu wrote:
>
> On Tue, Mar 11, 2014 at 6:36 AM, Reza Azodinia <mohammad.re... at gmail.com<javascript:>
> > wrote:
>
>> We have developed some ctmf code and would like to compare it with other 
>> ctmf codes in python, both time-wise and code-wise. We tried to go over the 
>> ctmf code of scikits-image package but we could not find _ctmf.py file.
>>
>> Any help would be appreciated.
>>
>>  
>
> Hi Reza,
>
> There are actually two files: A Python wrapper and the main Cython code:
>
>
> https://github.com/scikit-image/scikit-image/blob/master/skimage/filter/ctmf.py
>
> https://github.com/scikit-image/scikit-image/blob/master/skimage/filter/_ctmf.pyx
>
> Cheers,
> -Tony
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20140311/cc4a037a/attachment.html>


More information about the scikit-image mailing list