开发者

What does OpenCV's cvAcc() do?

开发者 https://www.devze.com 2023-04-12 14:35 出处:网络
Could someone please explains in simple, non-technical and non-mathematical terms what exactly does cvAcc do? I read that it it \"accumulates\", but have no idea what accumulates mean开发者_JAVA百科s.

Could someone please explains in simple, non-technical and non-mathematical terms what exactly does cvAcc do? I read that it it "accumulates", but have no idea what accumulates mean开发者_JAVA百科s.

Thanks


Accumulation is the result of adding (or summing). It's kind of what the += does in C/C++. So

cvAcc(image, accumulation, mask);

Is like

accumulation += image; // with the mask applied so only a region might be affected
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号