gimseng / 99-ML-Learning-Projects

A list of 99 machine learning projects for anyone interested to learn from coding and building projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[EXE] KNN Clustering of Stitched Images

Harbeeholar opened this issue · comments

Learning Goals

  1. learning the concept of Image Stitching and Knn Clustering using opencv

Exercise Statement

  1. Finding Keypoints of images using Local invariant descriptors (SIFT, SURF, etc)
  2. Finding Feature matching using RANSAC
  3. Perspective warping

Prerequisites

opencv, numpy, matplotlib, imageio

Data source/summary:

Stitching can be performed on any two images

(Optional) Suggest/Propose Solutions

I have the solution using opencv, will be happy to create pull request to include the exercise statement/solution