MCPcopy Create free account
hub / github.com/CVCUDA/CV-CUDA / submit

Method submit

python/mod_cvcuda/operators/OpFindHomography.cpp:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 inline void submit(cudaStream_t stream, const nvcv::Tensor &srcPts, const nvcv::Tensor &dstPts,
79 const nvcv::Tensor &models)
80 {
81 m_op(stream, srcPts, dstPts, models);
82 }
83
84 inline void submit(cudaStream_t stream, const nvcv::TensorBatch &srcPts, const nvcv::TensorBatch &dstPts,
85 const nvcv::TensorBatch &models)

Callers 2

FindHomographyIntoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected