Click to See Complete Forum and Search --> : Identifying the presentes of shapes(Circle,Ellipse or Rectangle) in an Image
Vipin4u123
October 18th, 2005, 08:32 AM
With Hope....
Can I solve this using Neural network ?. How I achieve this. Please help me immediately.
Thanking you
Vipin............
gstercken
October 18th, 2005, 08:37 AM
Identifying the presentes of shapes(Circle,Ellipse or Rectangle) in an Image
Can I solve this using Neural network ?. To a certain degree... yes.
Please help me immediately.Your wish is my command... ;)
cilu
October 18th, 2005, 08:40 AM
Please help me immediately.
I bow to you, my king!
cilu
October 18th, 2005, 08:44 AM
[ moved thread ]
Marc G
October 18th, 2005, 09:04 AM
Please do not start multiple threads with the same question.
If you don't get an answer in your previous thread, try to bump that thread, but don't start a new one.
RoboTact
October 18th, 2005, 04:31 PM
With Hope....
Can I solve this using Neural network ?No, you can't. Even if you'll use neural network for some causes, most of the work must be done by other means.
yiannakop
October 19th, 2005, 09:18 AM
- Firstly you will have to use an edge detection arlgorithm.
- Then you could run a tracking algorithm to find all closed lines.
- For each line a set of features (e.g. central moments) could be calculated.
- The final step should be the classification of each line to a pre-defined shape (e.g. cyrcle, ellipse etc), using the features computed in the previous step. In this step NN could be a way to do this.
Regards,
Theodore
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.