Which detection algorithm will be the best for detection screws head and classify the screw types depending on the image taken for their heads only? [closed]

asked 2019-02-04 01:06:10 -0600

updated 2019-02-10 01:37:55 -0600

berak gravatar image

I'm new with opencv and computer vision and I'm working on a project for detection screws head and classify the screw types depending on the image taken for their heads only. I'm confused which detection algorithm will be the best for my project? I need to use an appropriate computer vision detection algorithm for real-time application. There are many detection algorithms: CASCADE, CNN, F-CNN, R-FNC and so on, I'm confused which one will be the best for my project?! If i have like this picture and i want to recognize each type of this screw head and localize them. I appreciate your help and thank you ^_^ image description

edit retag flag offensive reopen merge delete

Closed for the following reason not a real question by berak
close date 2019-02-10 07:37:06.140933

Comments

1

can you be more clear about your input, and what exactly is required from it ?

some smallish example images would help, too !

berak gravatar imageberak ( 2019-02-04 07:11:13 -0600 )edit

The input for the system will be a picture like this,link text which is the top view of a different type of screw and the system should be able to identify and detect these shapes.

mohamar gravatar imagemohamar ( 2019-02-04 23:39:46 -0600 )edit

hi, IF you have images, please upload them HERE (into your question), not on a dropbox or such, thank you.

berak gravatar imageberak ( 2019-02-05 02:50:23 -0600 )edit

HELLO, SORRY FOR THAT.

mohamar gravatar imagemohamar ( 2019-02-09 21:28:16 -0600 )edit
1

i do not think, we can answer your question.

while you're safe to rule out cascade classifiers (which only can detect one class at a time), we cannot help you choose a deep learning architecture (pretty much beyond the scope of opencv)

also, your image is useless, as it is computer-generated, and does not show any real world problems, like variations in pose / lighting / reflections

imho, you shuld get a few hundred * real world* images for each class, and try to retrain something, using the idea you best understood so far.

berak gravatar imageberak ( 2019-02-10 06:38:50 -0600 )edit