Typedef NVCVPushImageFunc

Typedef Documentation

typedef NVCVImageHandle (*NVCVPushImageFunc)(void *ctx)

Callback function used to push images.

Every time it is called, it’ll return the next image in a sequence. It’ll return NULL after the last image is returned.

Param ctx:

[in] User context passed by the user.

Return:

The next NVCVImage handle in the sequence, or NULL if there’s no more images to return.