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.
- Host: GitHub
- URL: https://github.com/matt5816/detect_circle
- Owner: MAtt5816
- Created: 2022-10-28T13:57:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-31T12:54:52.000Z (over 3 years ago)
- Last Synced: 2025-03-18T18:19:59.826Z (about 1 year ago)
- Topics: image-detection, image-processing
- Language: C#
- Homepage:
- Size: 1.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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):

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