VisionWorks functions for 16 bit images

Hi @ all,

are there some functions in VisionWorks that can handle 16 bit unsigned images? The data format for 16U images does exist but I haven’t found functions for it yet. I need things like threshold, blur, … but just found some for 8 bit unsigned in the primitives API, like nvxcuThresholdBinary.

Best
ManuKlause

Hi,

Please check following openvx document for function that supports S16 input.

In chapter2 - p18.

Thanks.