geometric understanding of the world (deep learning for semantic understanding)
2d image → 3d
- Linear Algebra
- history of cv
- todo
- pixels and filters
- systems and convolutions
- system (cv)***
- only need to pass impulse to system
- derivatives and edges
- convolution - filtering
- cross correlation - compares similarity of two sets of data
- Edge Detection
- Filters for Derivatives
- Detecting Lines
- Lines and Corners, search
- geometry - REVIEW
- detectors and descriptors
- Panorama stitching
- .
- Global Feature Descriptors
- Current applications - saliency and retargeting
- image retargeting (ex. responsive UI, adapting films for planes)
- seam carving
- Motion and Tracking
- Geometric vision, cameras
- Camera Calibration
- camera intrinsics and extrinsics
- estimating camera motion given multiple images
- Structure from Motion
- Segmentation
- Recognition
- Dimension-reduction
- Object Detection
basic
- to rotate an image, translate points to desired origin (determine center of image), and apply rotation matrix with theta in radians (to each of the 3 rgb channels)
- apply inverse rotation matrix if mapping output pixels to input pixels…