标签: c++ opencv
在简单的Mat类中,您可以将一个类添加到其他类。示例:
... Mat mat1,mat2. //any manipulation with mat1, mat2 mat1+=mat2; ...
GpuMat是否可以?