face_tutorial.markdown 1018 Bytes
Newer Older
1 2
Tutorials for face module {#tutorial_table_of_content_face}
=========================
3

4
-   @subpage tutorial_face_main
5

6
    Face Recognition using OpenCV
7

8
-   @subpage tutorial_face_landmark_detection_in_an_image
9

10
    *Compatibility:* \> OpenCV 3.3
11

12
    *Author:* Sukhad Anand
13

14
    *Mentor:* Steven Puttemans
15

16
    Face landmark detection in an image using ensemble of regression trees
17

18
-   @subpage tutorial_face_training_face_landmark_detector
19

20
    *Compatibility:* \> OpenCV 3.3
21

22
    *Author:* Sukhad Anand
23

24
    *Mentor:* Steven Puttemans
25

26
    Training a face landmark detector using an ensemble of regression trees
27

28
-   @subpage tutorial_face_landmark_detection_in_video
29

30
    *Compatibility:* \> OpenCV 3.3
31

32
    *Author:* Sukhad Anand
33

34
    *Mentor:* Steven Puttemans
35

36
    Face lanmark detection in a video running at real time
37

38
-   @subpage tutorial_face_swapping_face_landmark_detection
39

40
    *Author:* Sukhad Anand
41

42
    *Mentor:* Steven Puttemans
43

44
    Basic application to swap faces using face landmark detection