On 23 Jan 2013, at 21:20, tstrubl1 <
[hidden email]> wrote:
> I could find no documentation as to how to declare a uint8 matrix in a C++
> file (I looked for a long time).
Off the top of my head, assuming you are writing a DLD function and your image is the first input, you could do:
uint8NDArray im = args(0).uint8_array_value ();
HTH,
c.
_______________________________________________
Help-octave mailing list
[hidden email]
https://mailman.cae.wisc.edu/listinfo/help-octave
To unsubscribe from Passing image matrix into c++ file,
click here.
NAML