BrownBiomechanics / SlicerAutoscoperM

This 3D Slicer extension enables users to perform image registration.
https://autoscoperm.slicer.org
MIT License
0 stars 3 forks source link

ENH: Update Autoscoper with various enhancements and fixes #67

Closed jcfr closed 8 months ago

jcfr commented 8 months ago

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