Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You can also try the following (red cross, 10 width, 1 line width)

cv::drawMarker(myimage, cv::Point(x, y),  cv::Scalar(0, 0, 255), MARKER_CROSS, 10, 1);

You can also try the following drawMarker function (red cross, 10 width, 1 line width)

cv::drawMarker(myimage, cv::Point(x, y),  cv::Scalar(0, 0, 255), MARKER_CROSS, 10, 1);