log c/Makefile @ 1211:a095d4fbb2ea

age author description
Sat, 08 Oct 2022 13:17:35 -0400 Nicolas Saunier minor modif, change to makefile for repo opencv installation
Mon, 22 Feb 2021 22:09:35 -0500 Nicolas Saunier moved trajectory management library into Traffic Intelligence
Tue, 28 Apr 2020 10:17:49 -0400 Nicolas Saunier bug correction for makefile
Sat, 02 Feb 2019 09:33:26 -0500 Nicolas Saunier updated to OpenCV4
Mon, 04 Jun 2018 17:42:35 -0400 Nicolas Saunier corrected makefile
Mon, 04 Jun 2018 15:51:03 -0400 Wendlasida getting ready for pull request
Fri, 01 Jun 2018 17:19:24 -0400 Nicolas Saunier improved handling of path for feature based tracking
Fri, 25 May 2018 14:23:56 -0400 Nicolas Saunier updated feature tracker to opencv 3
Fri, 07 Jul 2017 18:01:45 -0400 Nicolas Saunier work in progress on undistortion acceleration
Thu, 16 Mar 2017 15:06:14 -0400 Nicolas Saunier added MacOS (Darwin) to Cpp Makefile and moved non-functional CMakeLists.txt
Fri, 10 Jun 2016 12:29:58 -0400 Nicolas Saunier updated catch and C++ code to opencv2.4.13 opencv3
Wed, 01 Jun 2016 01:55:45 -0400 Nicolas Saunier work in progress on stabilization dev
Mon, 21 Dec 2015 15:15:45 -0500 Nicolas Saunier updated to OpenCV 3.1 dev
Wed, 13 May 2015 15:11:03 +0200 Nicolas Saunier explored options for static compilation (failed)
Thu, 07 May 2015 16:30:58 +0200 Nicolas Saunier removed the abstract class to represent folders of images or video files since the capability is now built in OpenCV
Thu, 07 May 2015 13:25:31 +0200 Nicolas Saunier compilation with C++11 and test function for movingobject distance
Wed, 03 Dec 2014 18:56:49 +0000 Nicolas Saunier Modifications to pull request
Tue, 25 Nov 2014 22:49:47 -0500 MohamedGomaa add some functions for behaviour analysis
Wed, 25 Sep 2013 14:49:30 -0400 Nicolas Saunier added creation of bin directory
Mon, 29 Jul 2013 18:58:05 -0400 Nicolas Saunier simplified input of directories of video frames (simply use the video filename parameter to point at the directory)
Mon, 29 Jul 2013 18:06:55 -0400 Nicolas Saunier clean up of input classes for list of images and video files
Thu, 21 Jun 2012 23:50:51 -0400 Nicolas Saunier switched to Catch for the tests
Fri, 02 Mar 2012 19:32:54 -0500 Nicolas Saunier added one test and cleaned the first and last instant mess
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 15:44:54 -0500 Nicolas Saunier simple test of adding and using default HoG pedestrian detector
Mon, 17 Oct 2011 00:07:18 -0400 Nicolas Saunier added lopencv_imgproc to linker
Tue, 27 Sep 2011 00:34:03 -0400 Nicolas Saunier added basics to run tests
Fri, 26 Aug 2011 19:38:11 -0400 Nicolas Saunier added the code to read matrices from text files
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
Wed, 17 Aug 2011 22:26:01 -0400 Nicolas Saunier saving of feature positions in sqlite database
Wed, 17 Aug 2011 17:14:00 -0400 Nicolas Saunier created basic feature saving code
Wed, 17 Aug 2011 01:25:13 -0400 Nicolas Saunier simple feature tracking and drawing working
Mon, 15 Aug 2011 12:53:10 -0400 Nicolas Saunier copied the video_homography opencv sample
Mon, 15 Aug 2011 11:39:25 -0400 Nicolas Saunier compilation of very simple feature class with trajectory
Mon, 06 Jun 2011 18:06:01 -0400 Nicolas Saunier added the simple script to create directories
Tue, 29 Mar 2011 01:47:00 -0400 Nicolas Saunier correction to compile with latest opencv
Sat, 13 Nov 2010 11:20:10 -0500 Nicolas Saunier got track features to compile, updated paths to headers and libraries for OpenCV 2
Fri, 27 Nov 2009 00:21:18 -0500 Nicolas Saunier incorporated code to use KLT
Fri, 13 Nov 2009 19:29:01 -0500 Nicolas Saunier minimal code to load UBC data
Mon, 09 Nov 2009 01:56:25 -0500 Nicolas Saunier added optical flow skeleton (test to reach a frame with cvqueryframe (fast for small resolutions)
Sun, 08 Nov 2009 10:33:41 -0500 Nicolas Saunier created cvutils
Sat, 07 Nov 2009 23:33:51 -0500 Nicolas Saunier renaming and added make clean
Fri, 23 Oct 2009 00:26:47 -0400 Nicolas Saunier updated and added makefile to compile C++ code using opencv in its directory, whipped up simple test to read the pixels in BW images