Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Why not this ?

cv::Point  middleTop(xx,0)
cv::Point  middleBottom(xx,cdst.rows);
cv::line(cdst,middleTop,middleBottom,Scalar(0,255,0));