Function:Dot
From CUVI Wiki
Revision as of 11:26, 31 October 2022 by Jawad (talk | contribs) (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...")
Computes the dot product of two 2D images and stores into a 1D scalar.
Function
|
Parameters
|
Image Type Support
|