2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 11, 2025 — Aug 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Re #262: ConfigFileSaverDialog is used now at every place where a configuration file is saved in fCal More... almost 15 years ago
re #206: Request-response with example strings work. More... almost 15 years ago
Removed vtkURFSavedDataVideoSource as now vtkSavedDataVideoSource can handle all pixel types (both B-mode and RF-mode images) More... almost 15 years ago
Changed vtkSonixVideoSourceTest to show RF data with the same orientation as it is shown on the SonixTouch screen More... almost 15 years ago
re #265: Committed modified files that were missing from the initial commit More... almost 15 years ago
re #206: WIP. More... almost 15 years ago
re #265: Added support for 16-bit images (required for recording RF images) More... almost 15 years ago
Re #214: PlusLogger is now sub-class of vtkObject. It invokes events for displaying log messages (eg. via StatusIcon) More... almost 15 years ago
re #267: Remove visualization component from calibration controller Fixed #233: Template model integration into configuration file More... almost 15 years ago
Fixed tests More... almost 15 years ago
Fixed #262: Build fail fixed More... almost 15 years ago
Re #262: vtkFileFinder renamed to vtkConfigurationTools because of changed functionality More... almost 15 years ago
Re #262: Configuration file related accessory functions moved to vtkFileFinder (to be renamed due to changed functionality) More... almost 15 years ago
re #206: Added test for server. More... almost 15 years ago
Fixed #243: Rename ImageAcqusition element to ImageAcquisition in configuration files More... almost 15 years ago
Plus version updated to 1.2.2 More... almost 15 years ago
re #255: Rotation compensation is not showing in the results Changing the sign of the scale factor solved the problem, however we need to revise the equation instead More... almost 15 years ago
Fixed #260: Removed unused Plus Slicer3 logic code More... almost 15 years ago
re #206: Organize files and classes. More... almost 15 years ago
Simplified video sources: there is no need to call Initialize, ReleaseSystemResources, and UpdateFrameBuffer anymore. Connection and recording logic moved mainly to the vtkPlusVideoSource (renamed from vtkVideoSource2) base class. More... almost 15 years ago
Fixed #127 Major changes. The whole fiducial pattern recognition has been reorganized into several, proper classes. Lot of changes made in the files using them as well. More... almost 15 years ago
Changed config files to remove frames acquired during rapid motion only if the max values (when speed is below MaxAllowedTranslationSpeedMmPerSec and MaxAllowedRotationSpeedDegPerSec) are specified in the config file. If the max values are not specified, then speed is not checked (as it may be required for live image acquisition). Made parameters that are used for checking if a frame is unique (MinRequiredTranslationDifferenceMm and MinRequiredAngleDifferenceDeg) configurable in config files. If the min values are not specified, then uniqueness is not checked (as it is often required for imaging moving anatomy with a stationary probe). Moved MaxAllowedTranslationSpeedMmPerSec, MaxAllowedRotationSpeedDegPerSec, MinRequiredTranslationDifferenceMm, and MinRequiredAngleDifferenceDeg elements into the Tracker element (and removed the values form the configurations where filtering was not necessary). More... almost 15 years ago
Changed velocity threshold filtering so that if the threshold is zero then all the frames are accepted More... almost 15 years ago
re #250: Video and Tracking Data Acquisition Analysis gnuplot script crashes Added device set description and fainal calibration transformation parameters (scale, rotation, position) to report file More... almost 15 years ago
Disable camera movements when showing only image in Freehand calibration toolbox in fCal More... almost 15 years ago
re #250: Video and Tracking Data Acquisition Analysis gnuplot script crashes More... almost 15 years ago
Renamed MotorizationCode to MotorizationScaleFactor in CmsBrachyStepper More... almost 15 years ago
Fixed some initialization, performance, and style issues in BrachyTracking (based on cppcheck results) More... almost 15 years ago
Fixed some initialization, performance, and style issues (based on cppcheck results) More... almost 15 years ago
Fixed the warning message popping up sometimes during automatic testing (vtkSonixVideoSourceTest1): "Failed to convert image data MF orientation - unknown input image orientation, return identical copy!" The problem was that image orientation was not defined. It didn't appear always, because most of the time the recording was stopped immediately, so actually no frames were acquired. Solution: Added the orientation definition and also added a few seconds delay to actually acquire images even when the --rendering-off is specified. More... almost 15 years ago