Symmetry-Guided Textures - Code

← Home

Download Code
Download Binaries

Before you start using the code

Since it's not clear if this code will be in high demand - there is little motivation to clean it up, or make it more usable. It is distributed just for your reference, so it is strongly recommended you only use it if you really need it: it is messy, has bulky dependencies (for no reason at all), and overall shares all the properties of research code that wasn't revisited before it's published.

Contact Vladimir G. Kim if you have any questions - I'll be happy to help you, and definitely will have more motivation to clean it up.

Compiling the Code

You will need: OpenGL, OpenCV, Triangle++, Qt Trolltech 4.x

After installing Qt, you'll need to use qmake to compile. Just type: qmake, make. If it doesn't work you might need to go over *pro, *pri files to update paths to external libraries (e.g. openCV, triangle++, etc..)