Is it possible to include a custom data type in a slice definition? Specifically I'm trying to define an OpenCV IplImage type in a slice definition, as follows:
module VQN {
interface vqn1 {
void printStringENTvqn1(int a, int b, int c, int d, IplImage *s);
};
};
Thanks in advance,
Gabriel.

Reply With Quote
