Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
画像上にOpenCVで点線または破線の円を描く方法はありますか? それとも、同じ目的で C++ で OpenCV を使用しない方法ですか?
ファイルopencv/modules/core/src/drawing.cpp を開きます。1317行目には、サークルの実装があります。
Circle( Mat& img, Point center, int radius, const void* color, int fill )
コピーして変更すれば完了です。興味深い結果があれば自由に共有してください。