Short Courses on Computer Graphics, Image Processing and Computer Vision |
![]() |
Let me know what you think | ![]() |
Course CVCis: Computer Vision with C#/.NET
|
layout: thanks to Stefan Münz |
deutsch | english |
![]() ![]() |
C1: ZellenkomplexEine kleine 11x12-Matrix definiert ein 2D-Minibild mit 10 Graustufen. Daraus werden die Matrix der vertikalen und die der horizonzalen 1D-Zellen und die Matrix der 0D-Zellen berechnet und angezeigt. Siehe: Miszalok CV Lecture. |
C1: Cell complexA tiny 11x12 matrix defines a 2D-mini-raster with 10 gray values. Three other matrices are derived from this 2D-mini-raster: two 1D-matrizes and one 0D-matrix. Siehe: Miszalok CV Lecture |
EXE 20kB | Demo.exe → Download it and start it from Your local disk | |||
Link | C# Bauanleitung | Link | C# Guidance | |
C# Bauanleitung Druckversion | C# Guidance Print Version | |||
Link | C# Complete Code | |||
C# Complete Code Print Version |
![]() ![]() |
C2: Chain CodeEine kleine 11x12-Matrix definiert ein Minibild mit 10 Graustufen. Es dient als Lehrmodell einer C2 - Rastermatrix. |
C2: Chain CodeA tiny 11x12 matrix defines a mini raster image with 10 gray values only. That is the model of a C2 - raster matrix. |
EXE 13kB | Demo.exe → Download it and start it from Your local disk | |||
Link | C# Bauanleitung | |||
C# Bauanleitung Druckversion | ||||
Link | C# Complete Code | |||
C# Complete Code Print Version |
![]() ![]() |
C3: PolygonDas Programm vernichtet massiv Redundanz und erzeugt aus einer Rastergraphik (Rastermatrix) eine Vektorgraphik (Polygon). Das Polygon konserviert zunächst jeden Eckpunkt jedes einzelnen Pixels und ist damit absolut exaktes Abbild eines Rastergebiets. Durch Approximationen mit wachsendem Fehler epsilon sinkt die Anzahl der Polygonecken und es verschwindet die Treppenhaftigkeit. |
C3: PolygonThis program eradicates redundancy by converting raster graphics (the raster matrix) into vector graphics (polygon). The first polygon conserves any edge of any border pixel and is an exact representative of its raster area. Approximation with an increasing error epsilon reduces further redundancy and the polygon looses more and more stairs and vertices. |
EXE 24kB | Demo.exe → Download it and start it from Your local disk | |||
Link | C# Bauanleitung | |||
C# Bauanleitung Druckversion | ||||
Link | C# Complete Code | |||
C# Complete Code Print Version |
![]() ![]() |
C4: Einfache MustererkennungZeichne eine Ziffer zwischen 0 und 9 mit der Maus. |
C4: Simple Pattern RecognitionDraw a numeral 0 .. 9 using Your mouse. |
EXE 24kB | Demo.exe → Download it and start it from Your local disk | |||
Link | C# Bauanleitung | |||
C# Bauanleitung Druckversion | ||||
Link | C# Complete Code | |||
C# Complete Code Print Version |
![]() ![]() |
C5: Fourier MustererkennungDieses Verfahren braucht ein Vorwissen in Form von Prototypen. 1. Zeichnen Sie eine Ziffer, einen Buchstaben oder ein Sonderzeichen mit der Maus. |
C5: Pattern Recognition using the Fourier TransformationThis method requires knowledge in form of protypes. 1. Draw an arbitrary character |
EXE 24kB | Demo.exe → Download it and start it from Your local disk | |||
Link | C# Bauanleitung | |||
C# Bauanleitung Druckversion | ||||
Link | C# Complete Code | |||
C# Complete Code Print Version |
![]() ![]() |
C6: Fourier TransformationDieses Programm visualisiert die Bedeutung der Fourierkoeffizienten durch deren schrittweise Rücktransformation. Die Koeffizienten der transformierten Winkelfunktion werden als Kurven angezeigt und die Ergebnisse der immer vollständigeren Rücktransformation von Koeffizient 0 bis Koeffizient (N+1)/2 sind schrittweise abrufbar. |
C6: Fourier TransformationThis program performs a graphic demonstration of the importance of the Fourier values. |
EXE 24kB | Demo.exe → Download it and start it from Your local disk | |||
Link | C# Bauanleitung | |||
C# Bauanleitung Druckversion | ||||
Link | C# Complete Code | |||
C# Complete Code Print Version |
top of page:![]() |