Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 513 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 513 Bytes

camera-calibration-ios

OpenCV camera calibration app for iOS

Get Started

  1. Install CocoaPods dependencies
$ pod install
  1. Print out the calibration pattern You can find the image here: https://nerian.com/support/resources/patterns/

  2. Build and run the app and press the start button. It may take a minute or so to finish calibration. After the calibration, you can copy the result yaml file by using iTunes file sharing.

Acknowledgement

Most part of this app is copied from opencv sample.