In this paper I describe an algorithm that it can relate objects from different images of the same scene. This algorithm needs like starting point the mask images from N full calibrated cameras. The algorithm is able to identify different objects presents in the scene and it can correlate these objects from one picture toContinue reading “Object labeling in a multicamera environtment”
Category Archives: Papers & Articles
Multiview depth video coding using 3D Wavelets
This work was done under 3D video coding subject of Merit Master (UPC). It evaluates the use of 3D wavelet scheme to codify depth video images.
RTP Protocol
It describes the RTP protocol, and it proposes a C code to implement it and test it.
Comparative of different block search methods in the block matching algorithm
This work was done under Coding and Transmission of Multimedia Contents subject of Merit Master (UPC). This work is a comparison of different techniques of block matching algorithm (BM), the BM algorithm is commonly used in image coding. In this work I implemented the BM algorithm using Matlab, and I evaluate it using different search methods.
Compresión sin pérdidas de imágenes biomédicas o multiespectrales con Wavelets [ES]
This work was done with Ferran Valldosera under Wavelets subject of Merit Master (UPC). It evaluates the use of Wavelets to codify a sequence of images (biomedical o multispectral).
Adquisició de vídeo multicàmera per a una smartroom [CAT]
This paper is my final grade thesis. It’s about to design and implement a cheap system of frame synchronized calibrated multicamera acquisition. The project includes to design all environment with limited budged, buy materials, implement customized software, write the documentation, and finally the test and debugging phase. This system was built in the smartroom of D5 module of UPCContinue reading “Adquisició de vídeo multicàmera per a una smartroom [CAT]”
La compresión JPEG [ES]
This is an aticle published in Antena magazine (official magazine of Spanish telecommunications college) on september of 2001. It explains all aspects of JPEG compression, from mathematical approach to a practical matlab implementation.