Computer Vision Algorithms Implementing some famous algorithms in CV Task2: Canny edge detection, Hough line and circle detection, Active Contour Task3: Haris Operator, SIFT Descriptor, SSD Matching Task4: Thresholding(Global and Local Atsu, Global and Local Optimal Iterative Thresholding), Segmentation(Means-Shift, K-Mean, Region Growing, Agglomerative) Task5: Face Detection and Recognition Requirement packages git fftw3 qt5 opencv cmake How to Run linux os: mkdir build cd build cmake .. make