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);
2 | No.2 Revision |
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);