This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # -*- coding:UTF-8 -*- | |
| # File Name : face_morphing.py | |
| # Creation Date : 04-04-2018 | |
| # Created By : Jeasine Ma [jeasinema[at]gmail[dot]com] | |
| import cv2 | |
| import json | |
| import numpy as np |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * To change this license header, choose License Headers in Project Properties. | |
| * To change this template file, choose Tools | Templates | |
| * and open the template in the editor. | |
| */ | |
| package com.milind.word.to.pdf; | |
| import com.itextpdf.text.Chunk; | |
| import com.itextpdf.text.Document; | |
| import com.itextpdf.text.DocumentException; |