Function cvcudaFindHomographyCreate

Function Documentation

NVCVStatus cvcudaFindHomographyCreate(NVCVOperatorHandle *handle, int batchSize, int maxNumPoints)

Constructs an instance of the Find-Homography operator.

Parameters:
  • handle[out] Where the image instance handle will be written to.

    • Must not be NULL.

  • batchSize[in] number of samples in the batch

  • numPoints[in] maximum number of coordinates that in the batch

Return values:
  • NVCV_ERROR_INVALID_ARGUMENT – Handle is null.

  • NVCV_ERROR_OUT_OF_MEMORY – Not enough memory to create the operator.

  • NVCV_SUCCESS – Operation executed successfully.