liuguoyou / opencalibration

A fast, scalable and deterministic camera calibration library for aerial photography based photogrammetry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI Status codecov

opencalibration

An extremely fast camera intrinsic and extrinsic calibration library designed to scale.

Based on the concept of staged pipelines, where chunks can work in parallel, keeping all resources (IO, FPU, POPCNT, memory bandwidth) busy through the entire processing, while still keeping reproducible outputs across any machine run with the same parameters.

Still in early stages, check back later unless you're just looking for ideas.

About

A fast, scalable and deterministic camera calibration library for aerial photography based photogrammetry

License:Mozilla Public License 2.0


Languages

Language:C++ 93.4%Language:C 3.5%Language:CMake 2.8%Language:Shell 0.3%