Donnerstag, 21. März 2013

Texture Gradient


Today i finished my first implementation of a texture gradient in python:

Today i will just post the results. The code will be available soon.



Input image
Texton distribution (with 36 textons)

Result ( ~ 20 seconds on 2x2 Ghz with non optimized code)

Update:
The code is at  https://github.com/DerThorsten/superimage/blob/master/superimage/texute_gradient.py 

The code needs my fork of vigra

Donnerstag, 7. März 2013

2d - Cgp in Vigra

A cgp-like graph for 2d segmentations in vigra:
The code does the same as this package, only in 2d.

Here is a short bit of code I wrote to see if my 2d cgp is working.
This is still very unstable code, and some members have strange names, but this
will be fixed soon.
The code is in my fork : https://github.com/DerThorsten/vigra