A java implementation that generates wang tiles from any input image.
...Wang tiles greatly reduce visible repetitions making textures seem more natural and thus improve the quality of any graphic application like games, simulations etc.
This implementation is based on the strict wang tile algorithm as proposed by Xinyu Zhang and Young J. Kim in "Efficient TextureSynthesis Using Strict Wang Tiles". In order to calculate the lowest cost path between any edge- and sample image an implementation of Dijkstra's algorithm is used which was found in the java graph library 'JGraphT'.
Credits to all mentioned parties and to http://www.texturemate.com/.
JTexSynth is a texture (2D image) synthesis program written in Java. It synthesizes large textures from small sample texture images. Synthesis algorithms can be added as plugins.
Computer Musicians\' World is a music creator, modeller and manipulator program. With texture analysis you can represent the structure of music.
A score editor, wave editor and a tracker also included as other types
of music models.