Commit Graph

86 Commits

Author SHA1 Message Date
f539bd5f99 Creates compile and clean targets 2012-06-06 21:41:30 +02:00
4db69c4cfa Solves cropping problem. Cropping does not need big image any more 2012-06-05 22:33:59 +02:00
92a45fe285 Adds max image limit to avoid errors; start searching for image orientation in exif files 2012-06-05 18:24:20 +02:00
7c969fd9b3 Starts adding ant script. Adds script allowing to create raw video from images 2012-06-05 14:15:34 +02:00
d6e1965cbe Adds better print statements for user experience. Updates executables 2012-06-04 18:31:28 +02:00
7d1cfd01c5 Temporary solves memory bug by reducing final size of image. Better solution has to be implemented 2012-06-04 00:21:49 +02:00
83d01bb7c3 Prepares README for pages. Add CHANGES for pypi 2012-06-01 08:07:28 +02:00
65c46e325a Finishes first version of sphinx documentation 2012-05-31 14:00:54 +02:00
332702b511 Starts messing around with Sphinx. Doc repo not clean yet 2012-05-31 11:19:27 +02:00
09c3f09e08 Adds Documentation for the code. Trying to include Sphinx auto generated doc 2012-05-31 10:59:28 +02:00
85b0b93d5f Ready for shipping. README ok 2012-05-30 18:29:51 +02:00
12110facf1 Updates readme again 2012-05-30 17:24:25 +02:00
12909075d3 Starts updating README. Still lots of work to do 2012-05-30 10:32:33 +02:00
5e3a496f81 Uploads new video.
Updates README accordingly

Adds choice of frame per second in output video feature.

TODO :
Big work on documentation
2012-05-26 20:34:39 +02:00
d5defe4bcf Removes README.sav 2012-05-26 18:43:24 +02:00
cc28e82484 Adds rst readme for pypi. 2012-05-26 16:21:06 +02:00
b51f521bd1 Adds packaging structure 2012-05-23 13:45:56 +02:00
5370631b36 Removes samples from code itself. Link to dl to be included in README 2012-05-23 07:45:25 +02:00
92b9905ede Haarcascades included into dist repo, for use with the executable. Input data to be removed from github (and included only in archives) 2012-05-23 07:44:11 +02:00
b203f61838 Creates Manifest.in to add samples and tests in source packages 2012-05-22 19:14:58 +02:00
011926f4b4 Adds all topics. Remove automatically generated MANIFEST file 2012-05-22 19:02:18 +02:00
0ac42a2e34 Adds xml classifier files to the lib 2012-05-22 18:50:39 +02:00
de1a71304c Not using ant, but distutils to package the application. 2012-05-22 18:33:31 +02:00
1db9ae0228 Reorganizes input files.
Removes all Axel files from the web.
Adds sample images from me.

Axel and Aurelie images are moved to Google Drive
First commit using GitHub Windows
2012-05-22 11:10:47 +02:00
AirballTest
4dd7b5bc78 Creates build.xml. To be filled 2012-05-22 09:26:38 +02:00
AirballTest
042bc44468 Enhances setup.py to prepare shipping to pipy. Creates proper installer for Windows. To be checked on several machines. TODO : remove pictures from source folder, move to GDrive (leave one sample though). Add ant script to ease compilation. Ship application with 2012-05-22 08:06:03 +02:00
AirballTest
8d417607ee Changes training types to get one word keys. Adds available training files listing option 2012-05-16 13:56:07 +02:00
AirballTest
4f47cb895e Adds EXIF metadata support for sorting input images. Choices are now metadata or file name, file name being the default . TODO : overlay date in the bottom corner of the image 2012-05-15 18:40:03 +02:00
AirballTest
bdac00e12e Corrects bugs for crop feature. Everything should be ok now 2012-05-15 15:04:41 +02:00
AirballTest
5e7e1eb126 Adds console support for user crop dims choice. Changes Pixels choice to number of face size 2012-05-15 14:14:46 +02:00
Julien Lengrand-Lambert
0290f6b9af Adds sort function for pictures. Add lib for reading exif data 2012-05-14 21:39:52 +02:00
Julien Lengrand-Lambert
54e562174f Updates run script 2012-05-13 16:33:57 +02:00
Julien Lengrand-Lambert
7c919b3671 Adds TODO and linux simple run script 2012-05-13 16:29:24 +02:00
AirballTest
e65a626327 Merge branch 'thumbmail' 2012-05-11 21:35:55 +02:00
AirballTest
07b59dfeea Merge branch 'master' of github.com:jlengrand/FaceMovie 2012-05-11 21:35:48 +02:00
AirballTest
b40b38d996 Adds user interaction for cropping. TODO : Add corresponding option in command line. Change pixels to number of face size 2012-05-11 18:08:24 +02:00
AirballTest
95f66ae519 First step of thumbmail feature finished. TODO: Allow user input 2012-05-11 17:57:17 +02:00
AirballTest
3252956e2b Adds cropping feature/. Crop function to be implemented 2012-05-09 19:07:19 +02:00
julien Lengrand-Lambert
b217769f34 Update LICENSE 2012-05-09 15:15:01 +03:00
julien Lengrand-Lambert
42e5e60218 Update requirements.txt 2012-05-09 15:14:50 +03:00
julien Lengrand-Lambert
0ae902d5f4 Merge pull request #1 from Airballtest/master
plz try
2012-05-09 05:14:27 -07:00
julien Lengrand-Lambert
ebf354916f test for fork 2012-05-09 15:07:42 +03:00
AirballTest
6d06f3dbce first fork test 2012-05-09 14:06:23 +02:00
julien Lengrand-Lambert
8acec7af71 Adds acknowledgements in README 2012-05-09 14:30:03 +03:00
julien Lengrand-Lambert
38e6cef589 Corrects small typo. Video output functional on both test sets. TODO: Thumbmail option 2012-05-09 08:08:07 +02:00
julien Lengrand-Lambert
a542a753fa Refactors code to remove out_im. Functional 2012-05-09 08:02:30 +02:00
julien Lengrand-Lambert
1492ab5b45 Removes normalized image for good. TO BE FULLY TESTED 2012-05-09 07:45:53 +02:00
julien Lengrand-Lambert
a39d97d63c Removed normalized image. 2012-05-08 22:34:39 +02:00
julien Lengrand-Lambert
a6a2c32a05 Add new data. Adds Aurelie faces 2012-05-08 21:42:25 +02:00
julien Lengrand-Lambert
df865dab61 Small commit for Masterbranch 2012-05-07 13:31:03 +02:00