• sukhad-app's avatar
    Merge pull request #1199 from sukhad-app:face_alignment · bccbec79
    sukhad-app authored
    Face alignment (#1199)
    
    * This commit will add a new functionality of one millisecond face_alignment to OpenCV.
    Face alignment is a computer vision technology for identifying the geometric structure of human faces in digital images.
    Given the location and size of a face, it automatically determines the shape
     of the face components such as eyes and nose.
    Added following functions :
     1) Application to train a face landmark detector.
     2) Application to detect face landmarks using a trained model.
     3) Application to swap faces using face landmark detection
     4) Application to detect landmarks in a video.
    Merged the code with a global facemark API.
    Added Doxygen Documentation for the Class created.
    Added tutorials for the samples added.
    Added visualisations depicting error rate and training time.
    
    Made desired changes
    
    fix
    
    fix
    
    fix
    
    fix
    
    fix
    
    fix
    
    fix
    
    fix
    
    fix
    
    * face: drop duplicated file
    
    -face_alignmentImpl.hpp
    +face_alignmentimpl.hpp
    
    * face: minor refactoring
    
    - replace license headers
    - fix usage of "precomp.hpp"
    bccbec79
Name
Last commit
Last update
..
aruco Loading commit data...
bgsegm Loading commit data...
bioinspired Loading commit data...
ccalib Loading commit data...
cnn_3dobj Loading commit data...
cvv Loading commit data...
datasets Loading commit data...
dnn_modern Loading commit data...
dnns_easily_fooled Loading commit data...
dpm Loading commit data...
face Loading commit data...
freetype Loading commit data...
fuzzy Loading commit data...
hdf Loading commit data...
img_hash Loading commit data...
line_descriptor Loading commit data...
matlab Loading commit data...
optflow Loading commit data...
phase_unwrapping Loading commit data...
plot Loading commit data...
reg Loading commit data...
rgbd Loading commit data...
saliency Loading commit data...
sfm Loading commit data...
stereo Loading commit data...
structured_light Loading commit data...
surface_matching Loading commit data...
text Loading commit data...
tracking Loading commit data...
xfeatures2d Loading commit data...
ximgproc Loading commit data...
xobjdetect Loading commit data...
xphoto Loading commit data...
README.md Loading commit data...