David Cournapeau wrote:
> Oliver Kranz wrote:
>> Hi,
>>
>> I am working on a Python extension module using of the NumPy C-API. The
>> extension module is an interface to an image processing and analysis
>> library written in C++. The C++ functions are exported w
Timothy Hochberg wrote:
>
>
> On 10/25/07, *Oliver Kranz* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
> wrote:
>
> Hi,
>
> I am working on a Python extension module using of the NumPy C-API. The
> extension module is an interf
Hi,
I am working on a Python extension module using of the NumPy C-API. The
extension module is an interface to an image processing and analysis
library written in C++. The C++ functions are exported with
boos::python. Currently I am implementing the support of
three-dimensional data sets whic