2023-09-08

OpenCV Reference

【OpenCV-Python】circle(円の描画)

OpenCVで画像に円を描画するには、circle()関数を用います。circle()関数の構文circle( img, center, radius, color]] ) -> img引数img円の描画先の画像データcenter中心の座標...