· Introduction to OpenCV with Python
· Installation / API
· Median, Box, common neighbors
· convolution and kernel filters
· Coding example: filtering an image and seeing results
· Segmentation and thresholding methods
· Morphological operators: dilate erode
· Coding example: dilate/erode showing results and solving a basic problem
· Connected components and labeling
· Sobel
· Canny
· Roberts
· Laplacian
· Hough transform
· Coding example: running Sobel vs Canny and watching results
· Harris
· Scale Invariant – why??
· Advance Lab
· SURF
· Object detection – Theory
· Face detection – Viola jones Haar Filters & Integral Image
· HoG
· Theory: Translation, Rotation, Rigid body, affine perspective
· Lab OpenCV transformations
· Camera Projection theory
· Two cameras
· Structured light
· Lucas-Kanade Theory
· Code Review in OpenCV (Link) & Applications
· Summary Exercise -> Processing path:
· Q&A