| Mon, 25 Jun 2012 23:50:18 -0400 |
Nicolas Saunier |
cleaned and corrected connected components and feature groups
|
| Thu, 21 Jun 2012 23:50:51 -0400 |
Nicolas Saunier |
switched to Catch for the tests
|
| Thu, 21 Jun 2012 19:10:47 -0400 |
Nicolas Saunier |
added comments for future development
|
| Thu, 21 Jun 2012 18:04:11 -0400 |
Nicolas Saunier |
corrected bugs to load objects and display trajectories over videos
|
| Thu, 21 Jun 2012 15:18:41 -0400 |
Nicolas Saunier |
added comment/TODO
|
| Thu, 21 Jun 2012 00:57:26 -0400 |
Nicolas Saunier |
modified the function to read and save images from a movie
|
| Fri, 08 Jun 2012 18:44:27 -0400 |
Nicolas Saunier |
created first doctest tests for storage
|
| Thu, 07 Jun 2012 01:20:25 -0400 |
Nicolas Saunier |
corrected name typos in drawOnWorldImage
|
| Thu, 07 Jun 2012 00:53:30 -0400 |
Nicolas Saunier |
added minor comments
|
| Wed, 06 Jun 2012 23:39:03 -0400 |
Nicolas Saunier |
minor modifications
|
| Wed, 06 Jun 2012 13:24:04 -0400 |
Francois Belisle |
2 Changes :
|
| Tue, 05 Jun 2012 14:10:25 -0400 |
Francois Belisle |
Merged.
|
| Tue, 05 Jun 2012 14:08:46 -0400 |
Francois Belisle |
Added function to read Prototype indexes matches.
|
| Tue, 05 Jun 2012 13:12:19 -0400 |
Francois Belisle |
Added functions to write trajectories through sqlite
|
| Wed, 16 May 2012 02:23:49 -0400 |
Nicolas Saunier |
removed unused code that has changed in OpenCV 2.4
|
| Tue, 03 Apr 2012 01:11:29 -0400 |
Nicolas Saunier |
re-arranged and commnted signal cycle calculations
|
| Tue, 20 Mar 2012 22:32:38 -0400 |
Nicolas Saunier |
minor changes to traffic engineering
|
| Tue, 06 Mar 2012 18:44:03 -0500 |
Nicolas Saunier |
added code to load object trajectories (average of features)
|
| Tue, 06 Mar 2012 18:10:19 -0500 |
Nicolas Saunier |
added code to display trajectories on videa
|
| Mon, 05 Mar 2012 02:55:19 -0500 |
Nicolas Saunier |
added early saving of objects
|
| Mon, 05 Mar 2012 01:52:56 -0500 |
Nicolas Saunier |
added tests for graphs
|
| Fri, 02 Mar 2012 19:32:54 -0500 |
Nicolas Saunier |
added one test and cleaned the first and last instant mess
|
| Mon, 20 Feb 2012 19:32:27 -0500 |
Nicolas Saunier |
added utility to calibrate polynoms and plot
|
| Thu, 16 Feb 2012 18:59:12 -0500 |
Nicolas Saunier |
simple vehicle model with constant acceleration
|
| Wed, 08 Feb 2012 15:02:30 -0500 |
Nicolas Saunier |
simple cumulatie function distribution computation
|
| Tue, 20 Dec 2011 00:31:37 -0500 |
Nicolas Saunier |
began testing of FeatureGraph
|
| Fri, 16 Dec 2011 11:34:07 -0500 |
Nicolas Saunier |
use of non multi-threaded version of Boost program options
|
| Mon, 12 Dec 2011 18:32:10 -0500 |
Nicolas Saunier |
connected commponents works, but issue with removing the vertices
|
| Mon, 12 Dec 2011 15:44:54 -0500 |
Nicolas Saunier |
simple test of adding and using default HoG pedestrian detector
|
| Mon, 12 Dec 2011 02:05:26 -0500 |
Nicolas Saunier |
connected_components is working with listS for vertex list
|
| Thu, 08 Dec 2011 18:32:35 -0500 |
Nicolas Saunier |
added basic code to identify features and save them (crash)
|
| Wed, 07 Dec 2011 18:51:32 -0500 |
Nicolas Saunier |
Got the connected_components to finally work using a vecS for the vertex list in the adjacency list.
|
| Fri, 02 Dec 2011 19:11:53 -0500 |
Nicolas Saunier |
work on connected components (does not compile)
|
| Thu, 01 Dec 2011 19:18:32 -0500 |
Nicolas Saunier |
work on connected components
|
| Thu, 01 Dec 2011 18:13:10 -0500 |
Nicolas Saunier |
using minmaxsimilarity
|
| Tue, 29 Nov 2011 00:38:50 -0500 |
Nicolas Saunier |
work on feature similarity, issue with getting point
|
| Fri, 25 Nov 2011 18:44:59 -0500 |
Nicolas Saunier |
utilities for user types
|
| Fri, 25 Nov 2011 18:38:54 -0500 |
Nicolas Saunier |
initial work on flow vectors and clustering algorithms
|
| Thu, 24 Nov 2011 19:20:07 -0500 |
Nicolas Saunier |
first simple clustering algorithm implementation
|
| Thu, 24 Nov 2011 19:00:04 -0500 |
Nicolas Saunier |
added drawing functialities, in particular on aerial image
|
| Wed, 23 Nov 2011 15:57:42 -0500 |
Nicolas Saunier |
minor error management addition
|
| Tue, 01 Nov 2011 00:12:33 -0400 |
Nicolas Saunier |
method to add features and vertices to graph
|
| Mon, 31 Oct 2011 19:17:42 -0400 |
Nicolas Saunier |
added getting first and last instant for each feature
|
| Mon, 31 Oct 2011 00:35:34 -0400 |
Nicolas Saunier |
next steps
|
| Sun, 30 Oct 2011 11:25:51 -0400 |
Nicolas Saunier |
added loading FeatureTrajectory from database, printing
|
| Thu, 27 Oct 2011 13:56:46 -0400 |
Nicolas Saunier |
changed positions and velocities to shared pointers and renamed methods
|
| Wed, 26 Oct 2011 19:09:50 -0400 |
Nicolas Saunier |
using single view for frame_numbers and getting max trajectory length
|
| Wed, 26 Oct 2011 17:46:11 -0400 |
Nicolas Saunier |
tested loading trajectory by id numbers
|
| Wed, 26 Oct 2011 15:04:38 -0400 |
Nicolas Saunier |
function name change
|
| Tue, 25 Oct 2011 19:01:21 -0400 |
Nicolas Saunier |
modified comments
|
| Mon, 17 Oct 2011 14:16:50 -0400 |
Nicolas Saunier |
corrected bug in to get images from video
|
| Mon, 17 Oct 2011 00:07:18 -0400 |
Nicolas Saunier |
added lopencv_imgproc to linker
|
| Sat, 01 Oct 2011 08:28:13 -0400 |
Nicolas Saunier |
created groupFeatures function
|
| Fri, 30 Sep 2011 19:27:27 -0400 |
Nicolas Saunier |
small steps for feature grouping
|
| Fri, 30 Sep 2011 02:04:56 -0400 |
Nicolas Saunier |
sql to create views
|
| Thu, 29 Sep 2011 18:49:40 -0400 |
Nicolas Saunier |
tests on reading and printing trajectories from database
|
| Thu, 29 Sep 2011 03:12:59 -0400 |
Nicolas Saunier |
solved issue with header inclusion
|
| Wed, 28 Sep 2011 13:27:20 -0400 |
Nicolas Saunier |
added test code to read trajectories
|
| Tue, 27 Sep 2011 01:38:05 -0400 |
Nicolas Saunier |
added graph structures
|
| Tue, 27 Sep 2011 00:34:03 -0400 |
Nicolas Saunier |
added basics to run tests
|
| Tue, 20 Sep 2011 13:49:01 -0400 |
Nicolas Saunier |
added utility to offset the time intervales of complete trajectory files
|
| Mon, 19 Sep 2011 16:43:28 -0400 |
Nicolas Saunier |
created function to load point correspondences and updates scripts that use it
|
| Mon, 12 Sep 2011 16:38:47 -0400 |
Nicolas Saunier |
updated calibration-translation and added function to convert point correspondences
|
| Fri, 09 Sep 2011 19:23:11 -0400 |
Nicolas Saunier |
corrected and improved calibration-translation.py
|
| Thu, 08 Sep 2011 19:25:02 -0400 |
Nicolas Saunier |
added utility to recalibrate images with similar viewpoints
|
| Thu, 08 Sep 2011 19:24:42 -0400 |
Nicolas Saunier |
added key values for opencv
|
| Thu, 08 Sep 2011 19:24:29 -0400 |
Nicolas Saunier |
added functions to parse options
|
| Wed, 07 Sep 2011 16:35:51 -0400 |
Nicolas Saunier |
updated computeTranslation with cv2
|
| Tue, 06 Sep 2011 19:22:24 -0400 |
Nicolas Saunier |
corrected bug in reading floats from text files
|
| Tue, 06 Sep 2011 18:44:23 -0400 |
Nicolas Saunier |
re-organized code to avoid cyclic python module dependencies
|
| Tue, 06 Sep 2011 17:55:06 -0400 |
Nicolas Saunier |
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 |
added python function to get image frames from video filenames
|
| Thu, 01 Sep 2011 18:33:38 -0400 |
Nicolas Saunier |
added python function to play video
|
| Thu, 01 Sep 2011 16:44:23 -0400 |
Nicolas Saunier |
bug correction for cosine functions in python
|
| Tue, 30 Aug 2011 13:38:31 -0400 |
Nicolas Saunier |
added projection of points and reprojection for display
|
| Tue, 30 Aug 2011 13:04:36 -0400 |
Nicolas Saunier |
added loading of mask
|
| Mon, 29 Aug 2011 19:20:37 -0400 |
Nicolas Saunier |
removed bug with loadMat and added diagnosis code for empty frames
|
| Fri, 26 Aug 2011 19:38:11 -0400 |
Nicolas Saunier |
added the code to read matrices from text files
|
| Wed, 24 Aug 2011 19:43:44 -0400 |
Nicolas Saunier |
wrote the code to load positions from sqlite database
|
| Wed, 24 Aug 2011 02:12:06 -0400 |
Nicolas Saunier |
added code to write velocities
|
| Wed, 24 Aug 2011 01:34:27 -0400 |
Nicolas Saunier |
modifications to get nframes option working on the command line
|
| Tue, 23 Aug 2011 19:04:41 -0400 |
Nicolas Saunier |
added function to save vectors of features
|
| Tue, 23 Aug 2011 13:14:47 -0400 |
Nicolas Saunier |
cleaned code, added condition on smooth displacement
|
| Fri, 19 Aug 2011 12:15:23 -0400 |
Nicolas Saunier |
corrected initialization bugs and feature shortening before saving
|
| Fri, 19 Aug 2011 01:35:45 -0400 |
Nicolas Saunier |
created the parameter structure to parse parameters (bug remaining)
|
| Thu, 18 Aug 2011 22:25:21 -0400 |
Nicolas Saunier |
renamed Feature to Motion files and added code to test blob db
|
| Thu, 18 Aug 2011 01:03:38 -0400 |
Nicolas Saunier |
added constraint on minimum displacement
|
| Wed, 17 Aug 2011 23:21:26 -0400 |
Nicolas Saunier |
added test on feature length and display control
|
| Wed, 17 Aug 2011 22:26:01 -0400 |
Nicolas Saunier |
saving of feature positions in sqlite database
|
| Wed, 17 Aug 2011 19:03:25 -0400 |
Nicolas Saunier |
added drawing function for features
|
| Wed, 17 Aug 2011 19:03:11 -0400 |
Nicolas Saunier |
added colors
|
| Wed, 17 Aug 2011 17:30:30 -0400 |
Nicolas Saunier |
changed to goodFeaturesToTrack instead of generic detectors
|
| Wed, 17 Aug 2011 17:14:00 -0400 |
Nicolas Saunier |
created basic feature saving code
|
| Wed, 17 Aug 2011 02:44:28 -0400 |
Nicolas Saunier |
new features generated as needed
|
| Wed, 17 Aug 2011 01:25:13 -0400 |
Nicolas Saunier |
simple feature tracking and drawing working
|
| Wed, 17 Aug 2011 00:20:31 -0400 |
Nicolas Saunier |
added conversion function from keypoint vector to point vector and cleaned headers
|
| Tue, 16 Aug 2011 19:35:07 -0400 |
Nicolas Saunier |
work on klt tracker (problem on computer at poly)
|
| Tue, 16 Aug 2011 12:31:22 -0400 |
Nicolas Saunier |
renaming and working on klt
|
| Tue, 16 Aug 2011 00:46:22 -0400 |
Nicolas Saunier |
displays tracking from video and webcam
|
| Mon, 15 Aug 2011 18:37:14 -0400 |
Nicolas Saunier |
work on displaying matched features
|
| Mon, 15 Aug 2011 12:53:10 -0400 |
Nicolas Saunier |
copied the video_homography opencv sample
|
| Mon, 15 Aug 2011 11:56:34 -0400 |
Nicolas Saunier |
added CMakeLists.txt for feature-based-tracking
|
| Mon, 15 Aug 2011 11:39:25 -0400 |
Nicolas Saunier |
compilation of very simple feature class with trajectory
|
| Wed, 10 Aug 2011 18:36:05 -0400 |
Nicolas Saunier |
added configuration file and parameter structure
|
| Tue, 09 Aug 2011 15:10:31 -0400 |
Nicolas Saunier |
created main feature based tracking file and minimum doxygen documentation
|
| Mon, 08 Aug 2011 14:47:30 -0400 |
Nicolas Saunier |
moved intersection plotting and added markers for scatter plots
|
| Sat, 23 Jul 2011 02:18:16 -0400 |
Nicolas Saunier |
added functionalities to indicator maps
|
| Mon, 18 Jul 2011 19:24:06 -0400 |
Nicolas Saunier |
minor change to the point marker
|
| Mon, 18 Jul 2011 14:29:07 -0400 |
Nicolas Saunier |
corrected errors in trajectories (if empty) and getTrajectoryInPolygon
|
| Mon, 18 Jul 2011 14:28:40 -0400 |
Nicolas Saunier |
added tests if OpenCV python libraries are not available
|
| Fri, 15 Jul 2011 19:51:31 -0400 |
Nicolas Saunier |
corrected bugs in file copying functions and added utility to get concatenate feature numbers for a set of objects
|
| Fri, 15 Jul 2011 15:49:32 -0400 |
Nicolas Saunier |
added functions to modify and copy subsets of trajectory files
|
| Fri, 15 Jul 2011 03:05:00 -0400 |
Nicolas Saunier |
added median trajectory computation, other tests
|
| Fri, 15 Jul 2011 03:04:39 -0400 |
Nicolas Saunier |
added test existsAtInstant to STObject
|
| Fri, 15 Jul 2011 02:32:34 -0400 |
Nicolas Saunier |
corrected bug for TimeInterval interation and added corresponding test
|
| Thu, 14 Jul 2011 20:05:01 -0400 |
Nicolas Saunier |
added kalman filtering and rearranged functions
|
| Thu, 14 Jul 2011 19:48:30 -0400 |
Nicolas Saunier |
added multiply method to Point
|
| Thu, 14 Jul 2011 17:15:09 -0400 |
Nicolas Saunier |
finally added the representation of intervals
|
| Wed, 13 Jul 2011 19:14:17 -0400 |
Nicolas Saunier |
started python script to compute the moving object trajectory as the trajectory of the lowest of the features (ie closest to the ground)
|
| Wed, 13 Jul 2011 15:15:24 -0400 |
Nicolas Saunier |
removed import of Point from moving in cvutils
|