/ComputerVisionExamples

Computer vision examples

Primary LanguagePython

This repo contains several computer vision examples.

  • Example 1: Inferring the 3D coordinates of a point on the plane
  • Example 2: Image Alignment using feature-points-matching-method(recommended) and line-detection-method.

Install

  • Download
    git clone git@github.com:Zju-George/ComputerVisionExamples.git
  • Synchronous update
    git pull