Ask Your Question
0

how to combine sift source code with the camera ?

asked 2013-11-01 04:15:39 -0600

hi there.. i'm have some problem to combine sift source code with the camera.can someone help me? actually,i want to recognize the object using camera and input will match with my train image.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-11-03 03:46:57 -0600

FLY gravatar image

Can you please provide your code and explain your problem ?

You can get help about SIFT implementation from here and here

If you want to configure camera you just need to add

CvCapture* capture;
capture = cvCaptureFromCAM( 0 );

cvCaptureFromCAM will allow you to choose different cameras . Then just take notes regarding which camera corresponds to which number.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-11-01 04:15:39 -0600

Seen: 282 times

Last updated: Nov 03 '13