The open source OpenXR runtime
at prediction-2 11 lines 719 B view raw view rendered
1<!-- 2Copyright 2022, Collabora, Ltd. 3Authors: 4Moshi Turner <moshiturner@protonmail.com> 5SPDX-License-Identifier: CC0-1.0 6--> 7 8tinyceres 9============ 10 11tinyceres is a small template library for solving Nonlinear Least Squares problems, created from small subset of [ceres-solver](http://ceres-solver.org/) - mainly TinySolver and the files that TinySover includes. It was created for [Monado](https://monado.freedesktop.org/) for real-time optical hand tracking, and in order to avoid adding a submodule or another system dependency the code was simply copied into Monado's source tree. The source-controlled version can be found [here](https://gitlab.freedesktop.org/monado/utilities/hand-tracking-playground/tinyceres)