Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
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