mprib / caliscope

Multicamera Calibration + Pose Estimation --> Open Source Motion Capture
https://mprib.github.io/caliscope/
BSD 2-Clause "Simplified" License
152 stars 10 forks source link

shift capture volume rotation into capture volume class #586

Open mprib opened 6 months ago

mprib commented 6 months ago

The matrices used to perform the rotation are currently in the controller layer. This is really something that should be encapsulated in the CaptureVolume class itself.

The Controller has enough responsibility as it is.