How to access GpuMat members if its vector is created?
Hello,
I am creating a vector of GpuMat in a C++ program. After creating it, I wanted to access GpuMat's members, but I am not able to. Could you please help me do so?
Thanks in advance.