GpuMat Sum的例子? [英] GpuMat Sum example ?

查看:73
本文介绍了GpuMat Sum的例子?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

please tell me can sum as in Emgu.CV.GPU.GpuMat  ?


This example does not work me :

GpuMat<int> a = 3;
GpuMat<int> b = 7;

GpuMat<int> sum = new GpuMat<int>(a.Size);
GpuInvoke.Add(a, b, sum, null, null);

Please can you tell me how it's done?


Thanks for your attention

推荐答案

这是用户指南,http://www.dms.umontreal.ca/~math/GPU/documents/GPUmat_User_Guide_0.25。 pdf [ ^ ]



Page 166具有SUM功能
Here is the user guide, http://www.dms.umontreal.ca/~math/GPU/documents/GPUmat_User_Guide_0.25.pdf[^]

Page 166 has the SUM function


这篇关于GpuMat Sum的例子?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆