Ask Your Question

bluekid's profile - activity

2013-07-11 17:25:55 -0600 received badge  Editor (source)
2013-07-11 17:25:22 -0600 answered a question Object Detection using Surf

void surf_detection(Mat img_1,Mat img_2);

you cant get out img_2 you only send a copy of img_2 So change function like

void surf_detection(Mat img_1,Mat& img_2)

2012-10-09 02:06:16 -0600 received badge  Critic