2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
Aug 01, 2025 — Aug 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Set numberOfBytesToSkip to zero as it seems, Ulterius 5.7.0 does not include the 4 skipped Bytes. (Thanks to Andras for solving it.) More... almost 15 years ago
Changed continuous build settings to not clear the directory (because if no files are changed and then there will be no re-build and other builds that require the binary files may not work) More... almost 15 years ago
Fixed ulterius version setting (the PLUS_ prefix was missing from PLUS_ULTERIUS_MAJOR_VERSION and PLUS_ULTERIUS_MINOR_VERSION variables) More... almost 15 years ago
Changed default Ulterius software version to 5.6 (the new 5.7 would require the users to update the PLTools directory) More... almost 15 years ago
Fixed #284: Added a CMake option (PLUS_ULTERIUS_MINOR_VERSION) to specify Ulterius minor version More... almost 15 years ago
Fixed #16: DataOrigin and DataSpacing members were removed from the PlusVideoSource class, as the video source provide image information in pixels only. DataOrigin and DataSpacing would not allow full positioning the image anyway (it cannot frscribe frames with arbitrary orientation). More... almost 15 years ago
Fixed #202: Updated documentation of reworked volume reconstruction classes More... almost 15 years ago
re #202: Added option to export volume reconstructor alpha channel More... almost 15 years ago
re #202: Deleted references to unused headers More... almost 15 years ago
re #202: Separated hole filling from slice pasting into volume More... almost 15 years ago
re #202: Deleted old volume reconstructor classes (they were too complicated, if the removed functionalities - such as ECG-gated multi-phase volume reconstruction - are needed again they can be reimplemented on the current, much simpler design, where the volume reconstruction is completely decoupled from the data acquisition) More... almost 15 years ago
re #202: VolumeReconstructor now uses VolumeReconstructionFilter instead of the FreeHand classes More... almost 15 years ago
Changed output path of fcsv tests to not add files to the source directories (test output files are written to CMAKE_CURRENT_BINARY_DIR instead) More... almost 15 years ago
re #202: Fixed image orientation problem in volume reconstruction (a VTK image was expected but with MF orientation, while VTK images are normally in MN orientation, due to VTK image orientation convention). Simplified VolumeReconstruction configuration in the XML. Added option to run FULL, PARTIAL, or NONE optimization. Temporarily turned off multithreading for vtkVolumeReconstructorTest2&3 because multithreading causes minor random differences in the output image. More... almost 15 years ago
Re #72: ThresholdImage parameter renamed to ThresholdImagePercent (bottom and top were already unified); FindLines3PtDist renamed to CollinearPointsMaxDistanceFromLineMm More... almost 15 years ago
Re #72: FrameSize has been removed from config files, it became an additional parameter of idPatternRecognition::RecognizePattern function; FidLabelling renamed to FidLabeling (although according to the dictionaries 'labelling' is also correct, 'labeling' is more common - got 10 times as many results in google, and auto spelling check also finds 'labelling' incorrect) More... almost 15 years ago
Image camera parameter calculation fixed in freehand calibration controller More... almost 15 years ago
re #202: use the new, simplified volume reconstructor (vtkVolumeReconstructorFilter) in vtkVolumeReconstructorTest1 More... almost 15 years ago
re #202: Removed image flip options (always assume MF input image), added a simplified volume reconstructor (vtkVolumeReconstructorFilter), which will eventually replace the current overly complicated reconstructors More... almost 15 years ago
Re #254: Add set functions for the pattern recognition classes; In vtkCalibrationController instead of get functions for its own members, simply use the members More... almost 15 years ago
re #202: Added tests for volume reconstruction (not all of them are activated) More... almost 15 years ago
Fixed #155. VolumeReconstructor doesn't crash anymore if memory allocation fails (bad_alloc exception is caught, NULL checks are added) More... almost 15 years ago
re #206: Command factory added. More... almost 15 years ago
re #206: Command class structure added with one example command. More... almost 15 years ago
Re #254: FindLines3PtDist renamed to FindLines3PtDistanceMm and uses millimeter instead of pixel; ScalingEstimation renamed to ApproximateSpacingMmPerPixel; Config files changed accordingly More... almost 15 years ago
Re #208: Status flag added to functions in PhantomRegistrationController; Calibrated config files deleted; Title and description corrected in config files More... almost 15 years ago
Fixed #253: All read and write configuration functions now get the root element (PlusConfiguration) More... almost 15 years ago
re #206: Client added. Not implemented. More... almost 15 years ago
re #267: Remove visualization component from calibration controller Created a small image for OfflineImageData in the constructor to avoid vtkImageFilter errors More... almost 15 years ago
Re #266: Rename PlusLogger to vtkPlusLogger More... almost 15 years ago