Journal Week 7 - HoangMinh45/CS526 GitHub Wiki

CS 526 F20****15 Computer Graphics 2 : Weekly Research and Project Journal


I. Articles Summary

1. Kazi, Rubaiat Habib, et al. "DRACO: sketching animated drawings with kinetic textures." ACM SIGGRAPH 2014 Posters. ACM, 2014.
Article link
In this paper, the authors present DRACO, a sketch-based interface that allows users to add animation into static drawings.


The interface is based on a framework called Kinetic Texture. The interface helps animators to accelerate their animation process, since they can only draw one and then choose an appropriate action for objects to animate.


2. Hashimoto, Naoki, and Koki Kosaka. "Photometric compensation for practical and complex textures." ACM SIGGRAPH 2015 Posters. ACM, 2015.
Article link

In this paper, the researchers present a method to achieve original image when projecting image onto any surface with texture. A camera takes the projected image, compares it with the original version. Then a compensate algorithm is run to achieve the expected outcome.


3. Nozawa, Naoki, Daiki Kuwahara, and Shigeo Morishima. "3D face reconstruction from a single non-frontal face image." ACM SIGGRAPH 2015 Posters. ACM, 2015.
Article link

In this paper, the researchers present a method to reconstruct human face from a single image that isn't the frontal image of the subject. 3DMM (3D Morphable Model)
The authors modified equations in previous researches, such as introducing the Silhouette term, Inner point term, and Facial likelihood term.