Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-16T02:03:11.000Z (about 3 years ago)
- Last Synced: 2023-02-27T07:03:18.370Z (almost 2 years ago)
- Topics: cvpr-2017, style-transfer, text-effect, text-effects
- Language: MATLAB
- Homepage:
- Size: 821 KB
- Stars: 46
- Watchers: 6
- Forks: 8
- 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 codes1. 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