Commit Logs

jhallard
2014-06-19
Changed the formatting around, added some documentation
jhallard
2014-06-19
Program now works as planned. It uses a SURF algorithm for feature detection and description, and compares a video-feed from a webcam or kinect to a series of user-chosen images in real time while displaying the hypothesized key-point matches in a window. It still needs calibration but works surprisingly well with well-defined objects
jhallard
2014-06-18
Fixed merge conflics maybe?
jhallard
2014-06-18
changed back to old program , was getting some seg faults out of no where from the old progprogram
jhallard
2014-06-18
Working much better with commandline arguments, just experimenting with different OpenCV features at this point
jhallard
2014-06-18
Minor changes made, just messing around with the command line arguments
John Allard
2014-06-18
Initial commit
jhallard
2014-06-18
Merge branch ''master'' of https://github.com/jhallard/OpenCV_Kinect_Matcher
jhallard
2014-06-18
Initial commit, the program compiles and works decently but needs calibration