Is there any way to draw a dotted or dashed circle in OpenCV, on an image ? Or even a way without using OpenCV on C++ for the same purpose ?
Open file opencv/modules/core/src/drawing.cpp. At line 1317 you find circle implementation:
Circle( Mat& img, Point center, int radius, const void* color, int fill )
Copy, modify and you're done. Feel free to share any interesting results.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With