Ask Your Question
0

How to access GpuMat members if its vector is created?

asked Apr 15 '15

SanjayMK gravatar image

updated Apr 15 '15

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.

Preview: (hide)

1 answer

Sort by » oldest newest most voted
0

answered Apr 16 '15

littlie gravatar image

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.

Preview: (hide)

Comments

I might think he wants individual values of the GpuMat elements?

StevenPuttemans gravatar imageStevenPuttemans (Apr 17 '15)edit

Question Tools

1 follower

Stats

Asked: Apr 15 '15

Seen: 265 times

Last updated: Apr 16 '15