Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

how to get a outputarrayofarrays

Hi, I have a method

func(OutputArrayOfArrays points)

{

vector < vector < Point2f > > vec;

//initialize vec here

//how to convert vec to points?

}

My question is how to convert vector of vector to OutputArrayOfArrays?

Thanks.

YL

click to hide/show revision 2
None

updated 2020-09-23 03:16:31 -0600

berak gravatar image

how to get a outputarrayofarrays

Hi, I have a method

func(OutputArrayOfArrays points)

points) {

{

vector < vector < Point2f > > vec;

vec;

//initialize vec here

//how to convert vec to points?

points?

}

}

My question is how to convert vector of vector to OutputArrayOfArrays?

Thanks.

YL