Rich's Wordpress

又一个WordPress站点

Day: 2024-06-24

OpenCV 3: Drawing on Images

The OpenCV can also allow us to edit the images by drawing on them or writing texts on them. Create Blank Image: We can draw and write on an existing image file or create a blank image and edit it. To create a blank image, we need to use the “np.zeros((500,500,3), dtype=’uint8′)” np.zeros((500,500,3), dtype=’uint8′): This […]

Scroll to top