Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 2.4 KB

README.md

File metadata and controls

54 lines (41 loc) · 2.4 KB

Visual Measuement

Visual measurement based on CNN and reinforcement learning. The target of the project is to measure the objects based on monocular camera, compare with the actual size of objects, and quantify the error.


Project Plan

Week 1

The first assignment is mainly about digital image representation and processing, whcih can refer to Digital Image Processing written by R.C.Gonzalez.

  • Gray-scale transformation
  • Histogram
  • Convolution
  • Spatial filtering
  • Smoothing and Sharpening
  • Edge Filter
  • Frequency Domain Filter
  • Image Segementation
  • Edge Detection Operator about points and lines
  • Morphological processing

Week 2

Realise the size measurement of objects based on the principle of Hough Transform.

  • Programming Language: Python, MATLAB or C++
  • Learn the basic principle of Hough Transform
  • Realise camera-based measurment based

Reference:

Week 3

  • Learn the knowledge about CNN and realize handwritten recognition according to MNIST data set.

Reference

  • Learn the ranging principle based on monocular vision, and realize the target ranging based on monocular camera.

Reference

Week 4

  • Learn the principles in the 2020 ECCV paper "Single View Metrology in the Wild".
  • Measure the objects based on monocular camera, compare with the actual size of objects, and quantify the error.

Reference