Function nvcvImageBatchGetNumImages

Function Documentation

NVCVStatus nvcvImageBatchGetNumImages(NVCVImageBatchHandle handle, int32_t *numImages)

Retrieve the number of images in the batch.

Parameters:
  • handle[in] Image batch to be queried.

    • Must not be NULL.

  • numImages[out] Where the number of images will be written to.

    • Must not be NULL.

Return values:
  • NVCV_ERROR_INVALID_ARGUMENT – Some parameter is outside its valid range.

  • NVCV_SUCCESS – Operation executed successfully.