Function cvcudaPairwiseMatcherCreate

Function Documentation

NVCVStatus cvcudaPairwiseMatcherCreate(NVCVOperatorHandle *handle, NVCVPairwiseMatcherType algoChoice)

Constructs and an instance of the PairwiseMatcher operator.

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

    • Must not be NULL.

  • algoChoice[in] Choice of algorithm to find pair-wise matches.

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.