COMP3056 Computer Vision 1 -- Image Regions and Patches
An image is essentially a matrix of intensity values. To describe an image, we introduce the concept of segments, patches, features, etc,. To further extract the information of an image, we introduce the use of Histogram of Oriented Gradients (HoG). Note that this section focus more on traditional CV techniques.
Read more