https://github.com/williamyang1991/text-effects-transfer
[CVPR 2017] Awesome Typography: Statistics-Based Text Effects Transfer
https://github.com/williamyang1991/text-effects-transfer
cvpr-2017 style-transfer text-effect text-effects
Last synced: about 1 year ago
JSON representation
[CVPR 2017] Awesome Typography: Statistics-Based Text Effects Transfer
- Host: GitHub
- URL: https://github.com/williamyang1991/text-effects-transfer
- Owner: williamyang1991
- License: mit
- Created: 2017-03-21T01:55:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-12-16T02:03:11.000Z (over 4 years ago)
- Last Synced: 2025-03-22T13:23:22.202Z (about 1 year ago)
- Topics: cvpr-2017, style-transfer, text-effect, text-effects
- Language: MATLAB
- Homepage:
- Size: 821 KB
- Stars: 46
- Watchers: 7
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Text-Effects-Transfer
This is a Matlab implementation of the paper.
Shuai Yang, Jiaying Liu, Zhouhui Lian and Zongming Guo,
Awesome Typography: Statistics-Based Text Effects Transfer,
Accepted by IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2017.
This code builds upon the PatchMatch algorithm (https://github.com/jbhuang0604/StructCompletion) implemented by Jia-Bin Huang.
It is provided for educational/research purpose only. Please consider citing our paper if you find the software useful for your work.
To run the code, please use the main function text_stylization.m.
##### Example:
textEffectFinal = text_stylization('flame', 'shu', 'huo', 'imgs/', optS);
### External codes
1. Flann: for fast approximate nearest neighbor searching.
http://www.cs.ubc.ca/research/flann/
2. mirt2D_mexinterp: for fast 2D linear interpolation.
http://www.mathworks.com/matlabcentral/fileexchange/24183-2d-interpolation/content/mirt2D_mexinterp/mirt2D_mexinterp.m
### Contact
Shuai Yang
williamyang@pku.edu.cn