summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Tomas Musil [Sat, 7 Apr 2012 11:12:55 +0000 (13:12 +0200)]
improved code style
Tabs (accidentaly introduced in previous commit) converted to spaces,
long lines split up, etc.
Tomas Musil [Sat, 7 Apr 2012 10:14:33 +0000 (12:14 +0200)]
readme file, help
Tomas Musil [Fri, 6 Apr 2012 20:52:02 +0000 (22:52 +0200)]
finding the grid
Works fine on the smaller image, worse on the bigger one.
Tomas Musil [Fri, 6 Apr 2012 13:49:44 +0000 (15:49 +0200)]
another high pass
Tomas Musil [Fri, 6 Apr 2012 13:46:41 +0000 (15:46 +0200)]
small changes
Tomas Musil [Fri, 6 Apr 2012 13:25:05 +0000 (15:25 +0200)]
hough transform
Tomas Musil [Thu, 5 Apr 2012 20:02:10 +0000 (22:02 +0200)]
edge detection
Tomas Musil [Thu, 5 Apr 2012 17:45:24 +0000 (19:45 +0200)]
imago.py
Tomas Musil [Thu, 5 Apr 2012 13:10:53 +0000 (15:10 +0200)]
notes on other similar projects (in czech)
Tomas Musil [Wed, 28 Mar 2012 19:12:43 +0000 (21:12 +0200)]
linux support
Tomas Musil [Wed, 21 Mar 2012 22:07:06 +0000 (23:07 +0100)]
gitignore
Tomas Musil [Tue, 20 Mar 2012 23:08:49 +0000 (00:08 +0100)]
Greyscale, im_debug
greyscale.py: Short script to test different methods of
transforming RGB images to greyscale.
im_debug.py: Simple script using pygame to display images for
debugging purposes.
image.jpg: Photo of a goban with game (guess which one) being
replayed. Something to test these scripts on.