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 - REVIEW
- convolution - filtering
- cross correlation - compares similarity of two sets of data
- Edge Detection
- Filters for Derivatives
- Detecting Lines - REVIEW
- Lines and Corners, search
- geometry
- detectors and descriptors
-
Panorama
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…