COMP3056 Computer Vision 1 -- Image Regions and Patches
COMP3056 Computer Vision 2 -- SIFT

COMP3056 Computer Vision 2 -- SIFT

SIFT stands for Scale Invariant Feature Transform. It is an algorithm proposed in 2004 to transform image data into scale-invariant coordinates relative to local features. It is widely used in pose estimation, 3D reconstruction, object recognition and image retrieval
Read more
COMP3056 Computer Vision 3 -- Image Stitching
Docker 镜像和 DockerFile
About master theorem

About master theorem

In the analysis of algorithms, the master theorem for divide-and-conquer recurrences provides an asymptotic analysis for many recurrence relations that occur in the analysis of divide-and-conquer algorithms.
Read more