
-----------------------------------
allenh98
Sat Sep 27, 2008 3:37 pm

Finding shapes using java
-----------------------------------
Hello all, my assignment is to write a program that can depict shapes from pictures. So far, my plan is to average all the pixels with the pixels around them 1 by 1, therefore bluring the picture. Then, i will compare the new picture to the old picture. Any pixels that are not equal, means that it is a border. I then draw a white outline around the shapes. Any help as to how to actually determine the shapes?

-----------------------------------
Euphoracle
Sun Sep 28, 2008 11:11 am

RE:Finding shapes using java
-----------------------------------
Connect the dots and count the sides?  3=triangle, etc?
