Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Update Autoscoper with various enhancements and fixes #67

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

jcfr
Copy link
Contributor

@jcfr jcfr commented Oct 26, 2023

Related issues and pull requests

Fixes:

Features:

Documentation:

List of Autoscoper changes

$ git shortlog 75eb9ad5a..73eb359dc --no-merges
Anthony Lombardi (14):
      STYLE: Refactor mayacam readers
      DOC: Fix incorrect statements in the camera calibration file specs
      ENH: Add VTKCam Reader
      ENH: Add Schema for vtkCamera JSON file
      ENH: Refactor VTK Cam loader for JSON files
      BUG: Fix incorrect variable name in VTKCamera loader
      DOC: Tweak naming convension for camera in cfg docs
      DOC: Fix typo in cfg file specs
      DOC: Update volume subdir from VolumeImages to Volumes
      PERF: Switch back to original viewport conversion (#212)
      ENH: Add option to enable/disable a single DRR
      DOC: Describe Tracker optimize() and trackFrame() functions
      BUG: Ensure getRandom() returns values within range (#219)
      COMP: Fix CUDA RayCaster not having setVisible member

Jean-Christophe Fillion-Robin (7):
      COMP: Fix Camera.cpp build error including "algorithm" required for std::remove
      COMP: Fix -Wreturn-local-addr in Camera class
      COMP: Fix constness of "lookAt" function
      STYLE: Improve name consistency renaming "lookAt" to "calculateLookAtMatrix"
      COMP: Remove unused and undefined Camera::calculateRotationMatrix function
      COMP: Fix standalone build updating JsonCpp integration
      STYLE: Consistently indent Camera.cpp

List of Autoscoper changes:

$ git shortlog 75eb9ad5a..73eb359dc --no-merges
Anthony Lombardi (14):
      STYLE: Refactor mayacam readers
      DOC: Fix incorrect statements in the camera calibration file specs
      ENH: Add VTKCam Reader
      ENH: Add Schema for vtkCamera JSON file
      ENH: Refactor VTK Cam loader for JSON files
      BUG: Fix incorrect variable name in VTKCamera loader
      DOC: Tweak naming convension for camera in cfg docs
      DOC: Fix typo in cfg file specs
      DOC: Update volume subdir from VolumeImages to Volumes
      PERF: Switch back to original viewport conversion (#212)
      ENH: Add option to enable/disable a single DRR
      DOC: Describe Tracker optimize() and trackFrame() functions
      BUG: Ensure getRandom() returns values within range (#219)
      COMP: Fix CUDA RayCaster not having setVisible member

Jean-Christophe Fillion-Robin (7):
      COMP: Fix Camera.cpp build error including "algorithm" required for std::remove
      COMP: Fix -Wreturn-local-addr in Camera class
      COMP: Fix constness of "lookAt" function
      STYLE: Improve name consistency renaming "lookAt" to "calculateLookAtMatrix"
      COMP: Remove unused and undefined Camera::calculateRotationMatrix function
      COMP: Fix standalone build updating JsonCpp integration
      STYLE: Consistently indent Camera.cpp
@jcfr jcfr merged commit ba891d3 into BrownBiomechanics:main Oct 26, 2023
5 checks passed
@jcfr jcfr deleted the update-autoscoper branch October 26, 2023 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants