Friday, August 24, 2012

Face Recognition Library for ActionScript 3 - work progress update

Face Recognition Library for AS3 is currently under heavy development. Video blow shows its use for face detection and then face recognition, and finally identification of a person.

Wednesday, August 22, 2012

Synchronize video playback with GPS information

GeoVideoPlayer is an website component created in ActionScript 3 (Flash) letting you play video and at the same time show GPS info like position, speed or elevation corresponding to each video frame.

If you like it or want to use it please leave a comment.

Wednesday, June 27, 2012

Tuesday, May 22, 2012

Tuesday, April 17, 2012

Road collision prevention computer vision based system

This is demo of beta version of my, computer vision based, road collision prevention system named CarEye. It has been written in C# and uses Emgu CV wrapper for OpenCV and it works in real time of course (50 fps using Intel T8300@2.4 mobile CPU with VGA video source). If you like it let me know in comment section below.


Road collision prevention system using single camera and Emgu CV library and GPS.

Wednesday, January 18, 2012

ROMBot driving through maze using mouse sensor and stored coordinates


Final test of ROMBot build using arduino uno, H-bridge (L293D), parts form 2 old CD-ROMs, old optical mouse, couple screws, wheels from Castorama, IR receiver and old TV remote used for training procedure. Robot uses mouse optical flow sensor to calculate its position which is much more precise than using wheels encoders and wheel slip is not a problem as it is a case with wheel encoders.

ROMBot can communicate with PC using bluetooth and raport its posiotion, heading and PWM values for each motor. Data is visualized using specially created LabView application.