First time here? Check out the FAQ!
answered 2013-10-21 05:26:51 -0600
std::vector<cv::Vec4i> lines // I guess this is what you have lines.push_back(cv::Vec4i(0,0,10,10)); // in this way you can add another Vec4i to your lines-vector