Revision history of "Function:Dot"

From CUVI Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 19:26, 31 October 2022Jawad talk contribs 833 bytes +833 Created page with "__NOTOC__ Computes the dot product of two 2D images and stores into a 1D scalar. ====Function==== {| |style="font-size:100%;"| <syntaxhighlight lang="cpp"> CuviStatus cuvi::arithmeticLogical::dot(CuviImage& src1, CuviImage& src2, CuviScalar& result, const CuviStream& stream = CuviStream()); </syntaxhighlight> |} ====Parameters==== {| |style="font-size..."