https://github.com/itsuhane/actparser
Parse .acts file generated with ACTS system.
https://github.com/itsuhane/actparser
Last synced: about 2 months ago
JSON representation
Parse .acts file generated with ACTS system.
- Host: GitHub
- URL: https://github.com/itsuhane/actparser
- Owner: itsuhane
- Created: 2016-09-18T02:39:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-18T03:05:23.000Z (over 8 years ago)
- Last Synced: 2025-02-06T01:48:14.088Z (3 months ago)
- Language: C++
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ACTParser
Parse .acts file generated with ACTS system.## Usage
1. Add all source into your project.
2.
```C++
#include "ActsFileParser.h"
:::
DFF_VideoMat::CActsFileParser parser;
parser.LoadProject(filename);
parser.:::
```## Convention of Extrinsic Parameters
`T = [R|t]`, where `R` is the rotation and `t` is the translation (world frame with respect to camera frame)