log

age author commit description
Tue, 06 Sep 2011 18:44:23 -0400 Nicolas Saunier 74b1fc68d4df re-organized code to avoid cyclic python module dependencies
Tue, 06 Sep 2011 17:55:06 -0400 Nicolas Saunier 4af774bb186d wrote a simple script to compute homography from point correspondences and display the reprojection for visual verification
Thu, 01 Sep 2011 18:37:35 -0400 Nicolas Saunier 404f3cade05f added python function to get image frames from video filenames
Thu, 01 Sep 2011 18:33:38 -0400 Nicolas Saunier 0f552c8b1650 added python function to play video
Thu, 01 Sep 2011 16:44:23 -0400 Nicolas Saunier ad21db62b785 bug correction for cosine functions in python
Tue, 30 Aug 2011 13:38:31 -0400 Nicolas Saunier 0089fb29cd26 added projection of points and reprojection for display
Tue, 30 Aug 2011 13:04:36 -0400 Nicolas Saunier 7150427c665e added loading of mask
Mon, 29 Aug 2011 19:20:37 -0400 Nicolas Saunier 7bf8084e720f removed bug with loadMat and added diagnosis code for empty frames
Fri, 26 Aug 2011 19:38:11 -0400 Nicolas Saunier b32947b002da added the code to read matrices from text files
Wed, 24 Aug 2011 19:43:44 -0400 Nicolas Saunier 436b87d4b992 wrote the code to load positions from sqlite database
Wed, 24 Aug 2011 02:12:06 -0400 Nicolas Saunier a3532db00c28 added code to write velocities
Wed, 24 Aug 2011 01:34:27 -0400 Nicolas Saunier 6f10a227486c modifications to get nframes option working on the command line
Tue, 23 Aug 2011 19:04:41 -0400 Nicolas Saunier 8de5e8256224 added function to save vectors of features
Tue, 23 Aug 2011 13:14:47 -0400 Nicolas Saunier 47329bd16cc0 cleaned code, added condition on smooth displacement
Fri, 19 Aug 2011 12:15:23 -0400 Nicolas Saunier c1b260b48d2a corrected initialization bugs and feature shortening before saving
Fri, 19 Aug 2011 01:35:45 -0400 Nicolas Saunier 445e773c9be3 created the parameter structure to parse parameters (bug remaining)
Thu, 18 Aug 2011 22:25:21 -0400 Nicolas Saunier 0f790de9437e renamed Feature to Motion files and added code to test blob db
Thu, 18 Aug 2011 01:03:38 -0400 Nicolas Saunier 32d2722d4028 added constraint on minimum displacement
Wed, 17 Aug 2011 23:21:26 -0400 Nicolas Saunier a617d0808bbc added test on feature length and display control
Wed, 17 Aug 2011 22:26:01 -0400 Nicolas Saunier 63dd4355b6d1 saving of feature positions in sqlite database
Wed, 17 Aug 2011 19:03:25 -0400 Nicolas Saunier 45c64e68053c added drawing function for features
Wed, 17 Aug 2011 19:03:11 -0400 Nicolas Saunier 3a11dba30655 added colors
Wed, 17 Aug 2011 17:30:30 -0400 Nicolas Saunier 2a6e7a9a5c53 changed to goodFeaturesToTrack instead of generic detectors
Wed, 17 Aug 2011 17:14:00 -0400 Nicolas Saunier 4742b2b6d851 created basic feature saving code
Wed, 17 Aug 2011 02:44:28 -0400 Nicolas Saunier 536510f60854 new features generated as needed
Wed, 17 Aug 2011 01:25:13 -0400 Nicolas Saunier d19d6e63dd77 simple feature tracking and drawing working
Wed, 17 Aug 2011 00:20:31 -0400 Nicolas Saunier 336926453b28 added conversion function from keypoint vector to point vector and cleaned headers
Tue, 16 Aug 2011 19:35:07 -0400 Nicolas Saunier 28907fde9855 work on klt tracker (problem on computer at poly)
Tue, 16 Aug 2011 12:31:22 -0400 Nicolas Saunier 1e68e18b1aa5 renaming and working on klt
Tue, 16 Aug 2011 00:46:22 -0400 Nicolas Saunier df3bdd8e50ba displays tracking from video and webcam