Function nvcvArrayResize

Function Documentation

NVCVStatus nvcvArrayResize(NVCVArrayHandle handle, int64_t length)

Resizes the array legnth to the specified length up to the capacity.

Parameters:
  • handle[in] Array to be queried.

  • length[in] The input length of the array.

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

  • NVCV_SUCCESS – Operation executed successfully.