The examples that I'm basing my work on use unsigned char
image; I have 16-bit unsigned images. Doing the naive substitutions of u8 -> u16
in the IPP function names doesn't work (I get compiler errors in some of the type casts).
Does anyone have a similar usage example for 16-bit (unsigned) images?
Basically it looks like IppiPyramid
looks like it holds a pointer to an 8 bit image, which doesn't make sense since the 16 bit version is defined.