eigendude / trajectory-reconstruction

Trajectory reconstruction in the browser with OpenCV and Ceres

Home Page:https://eigendude.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trajectory-reconstruction

Trajectory reconstruction in the browser with OpenCV and Ceres.

Install dependencies

This project depends on yarn. See Yarn installation.

Available Scripts

In the project directory, you can run:

yarn install

Installs the Javascript dependencies of the project.

yarn audit-ci

Audits installed Javascript dependencies for vulnerabilities.

yarn format

Applies automated formatting tools (prettier, eslint).

yarn lint

Runs linting tools for the project.

yarn build

Builds a static copy of the site to the build/ folder. The package is ready to be deployed!

yarn start

Runs the app in the development mode. Open http://localhost:8080 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

yarn deploy

Deploy the built repo to GitHub Pages.

yarn clean

Removes the files known to be generated by Yarn commands.

About

Trajectory reconstruction in the browser with OpenCV and Ceres

https://eigendude.github.io

License:Other


Languages

Language:C++ 40.2%Language:Makefile 24.1%Language:JavaScript 21.9%Language:TypeScript 4.1%Language:Shell 3.3%Language:CMake 2.5%Language:HTML 2.4%Language:CSS 1.5%