gimseng / 99-ML-Learning-Projects

A list of 99 machine learning projects for anyone interested to learn from coding and building projects
MIT License
575 stars 173 forks source link

[EXE] KNN Clustering of Stitched Images #155

Open Harbeeholar opened 3 years ago

Harbeeholar commented 3 years ago

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