jonyshaik/kimodo-job-source / MotionCorrection
60.7 MB
258 files
Updated 14 days ago
Name
Size
python
src
.gitignore857 Bytes
xet
CMakeLists.txt3 kB
xet
MANIFEST.in121 Bytes
xet
README.md884 Bytes
xet
run_test.py2.78 kB
xet
setup.py4.49 kB
xet
README.md

motion_correction

Standalone correct_motion implementation packaged as a small C++ motion trajectory correction library with Python bindings.

Installation Guide

Prerequisites

Ensure you have a C++17 compatible compiler (GCC 7.0+, Clang 5.0+, or MSVC 2017+) and CMake 3.15+. On Windows, install MinGW-w64 or Visual Studio with C++ tools. On Linux, install build-essential and cmake.

This project will download and install additional third-party open source software projects. Review the license terms of these open source projects before use.

Build & Install

Standard Installation

pip install .

Development Installation

pip install -e .

Verify Installation

import motion_correction
print("Installation successful!")

You can also run python run_test.py for a simple test.

Total size
60.7 MB
Files
258
Last updated
Jul 16
Pre-warmed CDN
US EU US EU

Contributors