Ask Your Question

Michael Shenouda's profile - activity

2020-05-19 04:13:27 -0600 received badge  Popular Question (source)
2014-05-04 03:35:01 -0600 commented question Opencv And CAD

hi berak let me brief you about what i am doing -i have a robot arm manipulator with 5 DOF -i can to control the robot arm through matlab -i managed to build opencv library and include it in matlab so that i can call it freely -the camera is attached to the end-effector -i am trying to reach the cube so that robot arm can grab it, but when i am using any features detecting method, it usually compares wrong(non-similar) features so i was hoping to define by mean or another the object i am tracking so that it can be detected only and compares how features of the object are moving

2014-04-23 06:23:10 -0600 commented question Opencv And CAD

hi, thanks berak and steven for reply what i am trying to do in brief, my object which i am trying to track and detect is a "cube" with some holes in it, and i read articles about training your classifier so that it can detect your object in the photos given, and i have seen some softwares that can read files exported in VRML language from CAD software like solidworks and produce a .xml files used by the classifier ex; Visp produced by inria labs so what i am asking now, can opencv do the same or i have to train the classifier ?

2014-04-22 03:21:18 -0600 asked a question Opencv And CAD

Hi i am newbie to opencv and just wanted to ask a question can i create a model for my object using solidworks , and import the whole model with it's features into opencv so that it can recognized from the images P.S. i can export it from solidworks into any extension thanks