Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 387 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 387 Bytes

FisheyeCamera

Fisheye Camera for fisheye calibration/undistort/unwrap/stitch to make panorama etc.

Dependencies

  • OpenCV >= 3.1.0
  • Visual Studio >= 2013

Data

  • Put fisheye images etc. into data path
  • or configure data path in cfg/parameters.cfg

Run

  • and then compile/debug/run it in Visual Studio in windows
  • or write CMakeList.txt to compile/debug/run it in Linux