Function cvcudaColorTwistVarShapeSubmit

Function Documentation

NVCVStatus cvcudaColorTwistVarShapeSubmit(NVCVOperatorHandle handle, cudaStream_t stream, NVCVImageBatchHandle in, NVCVImageBatchHandle out, NVCVTensorHandle twist)

Executes the ColorTwist operation on a batch of images.

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

Parameters:
  • in[in] Input image batch.

  • out[out] Output image batch.

  • twist[in] Tensor describing the affine transformation to apply to the channels extent.