Open Source Projects

open source pufik image All projects here are open source projects and are distributed under the GPLv2 license. Please read more on http://www.gnu.org/licenses/old-licenses/gpl-2.0.html.

This license applies to each program from the list bellow:

Each program from the bellow
Copyright (C) 2000-2007 Michal Conos

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.


Recognition of vehicle make from a frontal view

Thiss thesis deals with a vehicle type recognition problem from a frontal view. The proposed solution is based on using a SIFT descriptors for feature extract and using k-NN as a classifier. We also made and evaluated simplifications of this descriptor. These simplifications resulted in 3 different SIFT descriptor variants which are evaluated in this thesis using k-NN and Fisher's linear discriminant on two databases used for learning and testing. The first one contains car images and the second one contains truck images. Database with car images contains around 250 images. The database with truck images contains around 500 images.

Download

Other links:

/~mikc/images/fve.jpg

Atari 130XE 8bit emulator

Emulate an old Atari in Java

This is an incomplete port of David Firth's Atari 800 emulator but written in Java.

Download

/~mikc/images/atari.png

MILan

The good old Logo

This was a semestral project focused on grammars and translations. The MILan is a Logo-like language using commands like FORWARD, LEFT, RIGHT, REPEAT. You can draw nice things using very simple programs.

Download

/~mikc/images/milan.png

AstroMIKC

sky and stars in java

This is also a semestral work from the java course. it draws just a couple of stars in the applet window.

Download

/~mikc/images/astromikc.png

Race2D

Basics in OpenGL

Shows some basics using plib and OpenGL.

Download

/~mikc/images/zpg.jpg

Cloud visualization

Semestral work to visualize clouds.

Download

/~mikc/images/cloud.jpg