https://github.com/pvormste/ts-practical
https://github.com/pvormste/ts-practical
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pvormste/ts-practical
- Owner: pvormste
- Created: 2015-09-09T12:04:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-29T10:00:52.000Z (over 10 years ago)
- Last Synced: 2023-02-26T11:06:38.232Z (over 3 years ago)
- Language: Dart
- Size: 1010 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Texturesynthesis Practical (Summer term 2015, University of Mainz)
This practical was about implementing algorithms of texture synthesis using a language of choice. We used Dart for implementing those algorithms.
## Authors
* [Jennifer Ulges](https://github.com/julges)
* [Patric Vormstein](https://github.com/pvormste)
## Based on following algorithms
* ["Texture Synthesis by Non-parametric Sampling"](https://www.eecs.berkeley.edu/Research/Projects/CS/vision/papers/efros-iccv99.pdf) by Alexei A. Efros and Thomas K. Leung
* ["Fast Texture Synthesis using Tree-structured Vector Quantization"](https://graphics.stanford.edu/papers/texture-synthesis-sig00/texture.pdf) by Li-Yi Wei and Marc Levoy
* ["Texture Optimization for Example-based Synthesis"](http://physbam.stanford.edu/~kwatra//publications/TO/TO-final.pdf) by Vivek Kwatra, Irfan Essa, Aaron Bobick and Nipun Kwatra
## Examples
### Non parametric sampling (patch size 10x10 px)
| Input image | Output (single resolution) | Output (multi resolution) |
| ------------- |---------------| ------|
|
|
|
|
|
|
|
|
|
|
|
|
### Example-based synthesis (patch size 10x10 px and 15 iterations)
| Input image | Output (7px overlap) | Output (full overlap) |
| ------------- |---------------| ------|
|
|
|
|
|
|
|
|
|
|
|
|
## License
### MIT-License
Copyright (c) 2015 Jennifer Ulges, Patric Vormstein
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.