An open API service indexing awesome lists of open source software.

https://github.com/matt5816/detect_circle

Detecting a circle in a given image. A program that finds a second circle on the image read from in.png and marks it with pixels in red.
https://github.com/matt5816/detect_circle

image-detection image-processing

Last synced: about 2 months ago
JSON representation

Detecting a circle in a given image. A program that finds a second circle on the image read from in.png and marks it with pixels in red.

Awesome Lists containing this project

README

          

# Detecting a circle in a given image

A program that finds a second circle on the image read from in.png and marks it with pixels in red.

---

[in.png file](detect_circle/in/in.png):
![in.png file](detect_circle/in/in.png)

---

[out.png file](detect_circle/out/out.png):
![out.png file](detect_circle/out/out.png)