Add circular shape

Add circular shape1. Implementation principle2. Implementation effect3. Implementation code

1. Implementation principle

Use the cv2.circle() function to draw a circle on the image.

2. Implementation effect

image-20250106182835811

3. Implementation code