Siderevs

August 24, 2005

Getting a section of a video (c++ OpenCV experiments)

I think that the documentation of OpenCV is very poor in this moment, so the only way to learn it is to start writting code.

Maybe this will be useful for somebody.

Yesterday i made a program to get a section of a video and display it on a diferent window with OpenCV.


section of a video

The code is here

The video showed is "deliver me" of The beloved

Labels:

August 19, 2005

Painting 'la_femme'

Painting 'la_femme'
Painting 'la_femme',
originally uploaded by siderevs.
Después de 5 0 6 años sin tocar mis pinceles, decidí que era el momento hacerlo de nuevo.

La soledad tiene su parte agradable y mis periodos solitarios son mis periodos más creativos.

Labels:

August 13, 2005

Frame extractor (c++ OpenCV experiments)

I'm experimenting with the OpenCV library 'cause i'll be using it for my Master's thesis

So i made this little program which extracts each frame from an avi file - creates a jpeg file for each frame.

Code here

Labels:

August 07, 2005

miniPaint in Java (an old homework)

This is a little drawing tool. It is useful to comprehend the object oriented paradigm, packages and swing design in Java.


Features:
  • save as... (png file)
  • undo, redo (using vectors to store objects)
  • color chooser

Source code here


screenshot

minipaint in java

Labels: