First time here? Check out the FAQ!
answered 2015-11-15 09:53:11 -0600
//std::vector<Vec4i> lines; // this line causes exception std::vector<Vec2f> lines; // right usage
you can find an example usage here