Digital Imaging
In the course "Digital Imaging" (4th semester, Medietechnology and -design (bachelor)) and "Computer Vision" (1st semester, Digital Media (master)) different image processing projects have been realised.
Jigsaw
In "Digital Imaging", together with 3 students, I worked on a programm that should do a jigsaw on its own. The pieces would be scannend and the program solves the jigsaw. We implemented the program with Java and we were using ImageJ.
Texture segmentation
The task was to implement a program which segments different textures. I used the Law Texture Measures and k-Means Clustering algorithms for the segmentation.
Motion detection
I implemented a program for Motion Detection using the Moving Foreground Extraction. Different methods for the recognition have been implemented, for example the "Running Average"-method, the "Gaussian-Running-Average"-method and the "Selective Background Updating".