Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 393 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 393 Bytes

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