Function cvcudaRemapVarShapeSubmit

Function Documentation

NVCVStatus cvcudaRemapVarShapeSubmit(NVCVOperatorHandle handle, cudaStream_t stream, NVCVImageBatchHandle in, NVCVImageBatchHandle out, NVCVTensorHandle map, NVCVInterpolationType inInterp, NVCVInterpolationType mapInterp, NVCVRemapMapValueType mapValueType, int8_t alignCorners, NVCVBorderType border, float4 borderValue)

Executes the Remap operation on a batch of images.

Apart from input and output image batches, all parameters are the same as cvcudaRemapSubmit.

Parameters:
  • in[in] Input image batch.

  • out[out] Output image batch.