Function cvcudaMinMaxLocVarShapeSubmit

Function Documentation

NVCVStatus cvcudaMinMaxLocVarShapeSubmit(NVCVOperatorHandle handle, cudaStream_t stream, NVCVImageBatchHandle in, NVCVTensorHandle minVal, NVCVTensorHandle minLoc, NVCVTensorHandle numMin, NVCVTensorHandle maxVal, NVCVTensorHandle maxLoc, NVCVTensorHandle numMax)

Executes the MinMaxLoc operation on a batch of images.

Apart from input image batch, all parameters are the same as cvcudaMinMaxLocSubmit.

Parameters:

in[in] Input image batch.