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
"... so that it can recognized from the images" - could you explain , what you are trying to do here ?
probably he wants do draw a 2D or 3D model of an object and try something like shape or contour based matching ...
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 ?
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