Tomasz Gebarowski

Image Processing Tools

Useful collection of Image Processing and manipulation algorithms embedded in a GUI application enabling quick previewing and comparison. Application written in Java, using Swing and JUnit tests.

Image Filter

aMazeProject

aMazeProject is a simple maze generator and solver. Application is written in Java and was created using NetBeans 6.0 IDE. The code is commented so that it should be self explanatory.

Image Filter

Simple Digit Recognizer

A simple digit recognition application in Java using a concept of Neural Networks and back propagation algorithm.

The application is able to detect one character digits or symbols having some minor distortions.

My project is based on the algorithm described by Sacha Barber on the codeproject.com

Image Filter

Instant Messenger

PIMP is a client server Instant Messenger based on an XML protocol. The application is a composition of two independent components; a server written in Python and client based on Java platform. The two parts are communicating with each other using a PIMP protocol version 2. The client was created as a final project for GUI Programming course while the server was realized as an independent module when I learny Python. Below you can find more information about the client, server and protocol used.