|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Website deprecated and outdated. Click here for the new site. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Dept. of Computer Sc. » Pattern Recognition » Courses » WS 15/16 » Introduction to Pattern Recognition [IntroPR] » Exercises
ExercisesThe exercise courses take place on: Tuesdays 10:15 - 11:00 (02.134-113) Wednesdays 14:15 - 15:00 (00.151-113) Both courses cover the same topics. If there are any questions or problems regarding the exercises that could not be clarified within the courses, feel free to come by or write to Lennart Husvogt. Start and SubscriptionThe exercise course starts on Tuesday (20.10.2015). Welcome to the Exercises for Introduction to Pattern Recognition!The topics are relatively closely related to the lecture. We will have theoretical exercises, where we aim to deepen our understanding of elements within the pattern recognition pipeline. Additionally, we have practical tasks, in order to observe the behavior of the methods on real-world data. Both exercise sessions cover the same content. A single session will typically take about 45-60 minutes. Exercise sheets will become available on this website. Older lecture videos are available at (only accessible if you are inside the university network; if you want to watch the videos from home, consider to tunnel the connection). Be aware that the contents of the lecture have changed since then!
Some remarks about programming
In general, we advise you to use Python, which is available in the CIP pool including extensions such as OpenCV, but there are also other (open source) possibilities: - Weka toolbox: Only for feature vectors, cannot handle images. Java-based. To extract features you might in some cases use: - Fiji: General useful image processing tool with a lot of functionality (provided by research institutions based on plugins) - InsightToolkit (ITK): C++ based, more Image Processing and less pattern recognition. - OpenCV (CV = Computer Vision): C++-based. More pattern recognition/computer vision than image processing (basics are available, though). Nice examples, like tracking, included.
If using ITK and/or OpenCV, you can use the free express-editions of Visual Studio (google for download links). In case of questions, contact me. Assignments
|