Hi,<br>
<br>
I was curious if there are people who have tried numpy/pyrex in such a
way that they could dynamically export arrays into python.<br>
<br>
What I had in mind was a pyrex function which takes a number of numpy
arrays as input (images of a video sequence). Then manipulate the array
data (fast) by use of a pointer to the raw array data. And output a
number of newly allocated arrays (filled and allocated in C of course,
but returning python numpy objects).<br>
<br>
This means creating new numpy arrays and associated buffers by use of
malloc and then exporting these into numpy python arrays.. quite
difficult...<br>
<br>
Anyone?<br>
<br>
Y.S.,<br>
Chris<br>