mirror of
https://github.com/jlengrand/IvolutionWebsite.git
synced 2026-03-10 08:31:18 +00:00
47 lines
1.6 KiB
Markdown
47 lines
1.6 KiB
Markdown
Title: 1 minute kick-off
|
|
Tags: face recognition, image processing, computer vision, python, openCV, Ivolution, Facemovie, Everyday, tutorial
|
|
Slug: OneMinuteTutorial
|
|
|
|
|
|
## Coz' 1 minute is faster than 5 minutes... Light speed tutorial
|
|
|
|
|
|
This page aims at putting you on rails __as fast as possible__, so that you can see what Ivolution is capable of by yourself __in less than 5 minutes__.
|
|
|
|
First of all, __[download](https://sourceforge.net/projects/ivolutioner/files/current/)__ the version of Ivolution corresponding to your operating system here.
|
|
Then, __[download the set of samples](http://sourceforge.net/projects/ivolutioner/files/other%20downloads/Ivolution_samples.zip/download)__ that you are going to use here, and extract the archive where you want.
|
|
|
|
Install the Ivolution and run it.
|
|
You should now see the main frame of the application.
|
|
|
|
|
|
Click on the input folder, and select the location of the samples.
|
|
|
|
<center>
|
|
<p><img alt="Main interface" src="../theme/images/blog/omko1.png" /></p>
|
|
</center>
|
|
|
|
|
|
Click on start, and wait for the processing to end.
|
|
|
|
<center>
|
|
<p><img alt="Main interface" src="../theme/images/blog/omko2.png" /></p>
|
|
</center>
|
|
|
|
|
|
Here is what you should get once everything is finished :
|
|
|
|
<center>
|
|
<p><img alt="Main interface" src="../theme/images/blog/omko3.png" /></p>
|
|
</center>
|
|
|
|
|
|
__Done !__ You can now watch the timelapse generated from the images.
|
|
|
|
The timelapse is saved in your __Video folder__ by default.
|
|
For Windows users, it should be *C:\Users\myUser\Videos*, and for Ubuntu users */home/myUser/Videos*.
|
|
|
|
For more option, have a look at the __[basic part of the documentation](../pages/MainInterface.html)__.
|
|
|
|
|