I was wondering if it is possible to upload a 3-dimensional matrix to the gpu to work with it? I have a sequence of images all having the same resolution (around 100 frames); now I want to upload them to the gpu using OpenCV s .upload function and do a few computations on them.
简单的做法只是为每个框架建立一个GPuMat,并按顺序上载,但我很想知道,是否有更明智的方法。