Function nvcvImageBatchVarShapeClear

Function Documentation

NVCVStatus nvcvImageBatchVarShapeClear(NVCVImageBatchHandle handle)

Clear the contents of the varshape image batch.

It sets its size to 0.

Parameters:

handle[in] Image batch to be manipulated

  • Must not be NULL.

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

  • NVCV_SUCCESS – Operation executed successfully.