1 | initial version |
Did you use the vector notation of accessing elements.
Suppose the vector, vec consists of 2 elements and you want to access the second GpuMat:
GpuMat g = vec[1];
I am assuming by members you mean individual element of vector.