Function nvcvImageBatchVarShapePopImages

Function Documentation

NVCVStatus nvcvImageBatchVarShapePopImages(NVCVImageBatchHandle handle, int32_t numImages)

Pop images from the end of the image batch.

Parameters:
  • handle[in] Image batch to be manipulated

  • numImages[in] Number of images in the images array.

    • Must be >= 1.

    • Must be <= number of images in the batch.

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

  • NVCV_ERROR_UNDERFLOW – Tried to remove more images that there are in the batch.

  • NVCV_SUCCESS – Operation executed successfully.