Function:ChannelMix

From CUVI Wiki
Revision as of 07:35, 26 April 2012 by Jawad (talk | contribs) (Created page with "__NOTOC__ ===Function=== {| |style="font-size:150%;"| <syntaxhighlight lang="cpp"> CuviStatus colorTwist(CuviImage* srcImage, CuviImage* dstImage, ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Function

CuviStatus colorTwist(CuviImage* srcImage,
                      CuviImage* dstImage,
                      Cuvi32f coeffs[9],
                      CuviStream* stream = NULL);


Parameters

Name Type Description
srcImage CuviImage* Input Image
dstImage CuviImage* Output Image
coeffs[9] Cuvi32f Coefficient matrix for channel mixing
stream CuviStream* GPU stream ID for execution