abf3617903
Merge branch 'solve_crop' into refactoring
2012-07-12 09:20:48 +02:00
b503f122f6
Fixes problem of weird video output.
...
Integrates fix into facemovie.
Branch can be merged into refactoring
TODO :
Add nChannels check and save into main variables, as it is needed for video framesize.
May also be useful in case user put BW and color images together.
2012-07-12 09:18:53 +02:00
8b0d1fe3fd
Corrects the video codec bug.
...
Thanks to SO (once again), it appears that to be correct, the video has to have this relation :
(channels * width) i a multiple of 4
The method has to be integrated into Facemovie_lib
2012-07-12 08:09:45 +02:00
1249a00411
Adds a test case for bug in creating video depending on frame size
2012-07-11 21:52:38 +02:00
d2ede79502
Several small changes in the files.
...
Starts searching why video gets sometimes messy.
Seems like it is related with the video size. Check for OpenCV bugs when at home
2012-07-11 19:29:04 +02:00
85b1205fd8
Some more doc
2012-07-10 18:25:50 +02:00
ce8abc9fc5
Corrects small mistake in face params. Crop mode seems to be working fine on windows
2012-07-10 18:14:17 +02:00
Julien Lengrand-Lambert
1967eb7b87
Modifies Facemoviefier.py accordingly
2012-06-30 15:46:18 +02:00
Julien Lengrand-Lambert
283100888e
Test with Thread. Seems ok. Facemoviefier to me modified
2012-06-30 15:30:49 +02:00
Julien Lengrand-Lambert
bdda05e0e8
Changes facemovie into lib. Thread file has to be created now.
2012-06-30 14:22:41 +02:00
Julien Lengrand-Lambert
d274bd3a69
Creates param file
2012-06-30 14:11:22 +02:00
Julien Lengrand-Lambert
c7e488cb7e
Small change to Facemovifier to correct error
2012-06-30 13:54:19 +02:00
a2fb80d872
Adds output choice feature. mandatory Output folder parameter may be removed in the future
2012-06-21 18:38:47 +02:00
3234e90fbe
Adds method allowing to change output name and folder
2012-06-21 18:28:50 +02:00
7dc7ff8adc
Starts adding out name feature
2012-06-21 18:03:42 +02:00
034270894c
Checks documentation, corrects some typos
2012-06-20 17:56:56 +02:00
e7e88dad15
Refactors facemovifier accordingly with changes. Enhances show faces mode
2012-06-20 17:37:08 +02:00
5328556d22
creates prepare_image, designed to prepare the ouput image so that it is ready to be saved.
2012-06-20 14:11:40 +02:00
c126cce049
Prpagates refactoring to Guy
2012-06-20 13:57:50 +02:00
ad37229142
simplifies dims and center variables
2012-06-20 13:49:47 +02:00
f52c84701c
prepares for create_output refactoring
2012-06-20 13:32:58 +02:00
392b3bfa4d
removes loads of code
2012-06-19 19:04:30 +02:00
39a38e7624
Also works for big images
2012-06-19 18:56:43 +02:00
3d423928bd
Ensures save result is ok
2012-06-19 18:53:12 +02:00
28db9ccb7f
Small typo
2012-06-19 18:38:30 +02:00
b9192148ce
Changes option from fps to pace/speed level
2012-06-19 18:35:17 +02:00
3b6260ad04
Adds crop support. Refacoring has to be done
2012-06-19 18:30:50 +02:00
f2521b8a31
Refactors create_output to beautify it
2012-06-19 17:22:54 +02:00
cdd2879529
starts refactoring
2012-06-19 08:11:48 +02:00
228d4253c1
Bug fixed for default mode. Code has to be greatly enhanced
2012-06-19 08:06:43 +02:00
9fe40b1e60
bug video_output size
2012-06-19 07:42:17 +02:00
8f3254f715
starts implementing find dims
2012-06-18 21:48:43 +02:00
b437ec3100
Adds face search
2012-06-18 18:28:25 +02:00
Julien Lengrand-Lambert
6a23c612eb
Starting big refactoring
2012-06-17 22:03:24 +02:00
Julien Lengrand-Lambert
d0f20bbe21
test source
2012-06-17 17:38:12 +02:00
957f96d393
test for nice switch between frames ok
2012-06-14 19:00:56 +02:00
Julien Lengrand-Lambert
d26e4ce9ca
Quick Fix for video output problem. To be further investigated
2012-06-13 23:03:37 +02:00
8c22ea07d5
Updates README to 0.8.2
2012-06-12 22:28:14 +02:00
e77a9eeaf6
Switches to 0.8.2. README to be changed
2012-06-12 22:08:27 +02:00
Julien Lengrand-Lambert
6a856914e7
Updates README to include Ubuntu 12.04 comments
2012-06-11 22:00:47 +02:00
Julien Lengrand-Lambert
3c48893d3b
Updates README to include Ubuntu 12.04 comments
2012-06-11 22:00:06 +02:00
d92c7baecd
Add changes
2012-06-11 21:36:01 +02:00
c45399f9a3
Updates version and README
2012-06-11 08:08:03 +02:00
Julien Lengrand-Lambert
5593b55a97
Subfolders are now also searched for files
2012-06-10 21:40:18 +02:00
Julien Lengrand-Lambert
3b3a258c2d
Prepares os.walk listing.
2012-06-10 21:10:25 +02:00
Julien Lengrand-Lambert
46c2e341f0
Simple fix. Sub folders are not taken into account
2012-06-10 12:19:02 +02:00
Julien Lengrand-Lambert
4117e04568
Removes the equalization option. It is obvious people want to use it
2012-06-10 12:13:12 +02:00
Julien Lengrand-Lambert
751fc618c2
Reference problem solved. Chosen reference is smalest face now
2012-06-10 12:05:39 +02:00
Julien Lengrand-Lambert
20e6f5bf0d
Simply adds print message
2012-06-10 11:08:22 +02:00
Julien Lengrand-Lambert
ce831d95b7
Changing codec for ignacio
2012-06-10 09:47:13 +02:00