| Wed, 04 Jul 2012 16:02:00 -0400 |
Nicolas Saunier |
initial sqlite code and bug corrected in cvutils
|
| Tue, 03 Jul 2012 00:17:30 -0400 |
Nicolas Saunier |
removed tr1::
|
| Mon, 02 Jul 2012 23:49:39 -0400 |
Nicolas Saunier |
merged modifications for windows
|
| Fri, 29 Jun 2012 16:15:13 -0400 |
Nicolas Saunier |
compatibility modifications for visual studio compilation
|
| Fri, 29 Jun 2012 10:27:46 -0400 |
Nicolas Saunier |
correction for unsigned int parameters
|
| Wed, 27 Jun 2012 18:11:34 -0400 |
Nicolas Saunier |
minor modifications for unsigned int (nframes is now 0 to process all frames)
|
| Wed, 27 Jun 2012 09:52:06 -0400 |
Nicolas Saunier |
cleaned the code
|
| Tue, 26 Jun 2012 10:15:11 -0400 |
Nicolas Saunier |
added goto framenum
|
| Tue, 26 Jun 2012 03:37:19 -0400 |
Nicolas Saunier |
added code to process only needed frames based on saved features
|
| Tue, 26 Jun 2012 03:36:55 -0400 |
Nicolas Saunier |
added goto frame
|
| Tue, 26 Jun 2012 03:29:57 -0400 |
Nicolas Saunier |
minor modifications for integer drawing in OpenCV
|
| Tue, 26 Jun 2012 02:08:01 -0400 |
Nicolas Saunier |
temporary trajectory instants table
|
| 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
|