Jesin
Prolific Member
- Local time
- Today 2:43 PM
- Joined
- May 2, 2008
- Messages
- 2,036
This is a thread for me to talk about some programs I've been writing.
To start off, I've been working on edge detection in AI class. I started with this image: http://academics.tjhsst.edu/compsci/ai/vision/italy/italy.png
I converted it to grayscale, and then I ran it through a 3x3 median filter (ignoring the outer rim because I'm lazy like that) to reduce noise. Then I ran my own variation of Canny edge detection on it. The result is attached.
To start off, I've been working on edge detection in AI class. I started with this image: http://academics.tjhsst.edu/compsci/ai/vision/italy/italy.png
I converted it to grayscale, and then I ran it through a 3x3 median filter (ignoring the outer rim because I'm lazy like that) to reduce noise. Then I ran my own variation of Canny edge detection on it. The result is attached.