==================
MULTI-POSE FACE HALLUCINATION VIA NEIGHBOR EMBEDDING FOR FACIAL COMPONENTS
This is a Matlab implementation of the paper.
It is provided for educational/research purpose only. Please cite our paper if you found the software useful for your work.
@inproceedings{li2015multi, title={Multi-pose face hallucination via neighbor embedding for facial components}, author={Li, Yanghao and Liu, Jiaying and Yang, Wenhan and Guo, Zongming}, booktitle={Image Processing (ICIP), 2015 IEEE International Conference on}, pages={4037--4041}, year={2015}, organization={IEEE} }
To run the code, please use the main function NE_FC_multi.m.
External codes
-
Flann: for fast approximate nearest neighbor searching.
-
lib/OpticalFlow: calculating flow in videos.
-
lib/face1.0-basic: detect face landmarks
Yanghao Li