2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 11 hours ago.
Aug 19, 2025 — Aug 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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... about 15 years ago
re #249: Refined vtkAccurateTimerTest to see more information about potential root cause of test failures More... about 15 years ago
re #249: Added some more checks to vtkAccurateTimer to avoid thread hangs (if the thread is not yet suspended when wake-up is attempted then retry the wake-up later) More... about 15 years ago
re #249: Added vtkAccurateTimerTest for testing vtkAccurateTimer delays and potential thread hangs - added missing file More... about 15 years ago
re #249: Added vtkAccurateTimerTest for testing vtkAccurateTimer delays and potential thread hangs More... about 15 years ago
Fixed filtered unfiltered timestamp buffer plotting More... about 15 years ago
Fixed brachy config saving (it saved to the root element instead of root/USDataColelction/Tracker) More... about 15 years ago
Fixed result image actor user transform; Changed config file not to save the data by default; Dead code removed More... about 15 years ago
Removed actors from the renderer in the destructor More... about 15 years ago
Fixed MF oriented image translation axis orientations Fixed SonixMDP frame grabber image orientation Fixed image camera orientation More... about 15 years ago
PLUSLIB_SOURCE_DIR added to use cmake More... about 15 years ago
re #251: Added more logging of center of rotation outlier rejection More... about 15 years ago
Template letter size fixed (they were too big but blurry) More... about 15 years ago
Added a check to avoid incorrect segmentation parameter computation when wires are not defined More... about 15 years ago
Fixed speed validation parameter reading Fixed image camera viewup for Brachy setup Fixed segmentation parameters in non research mode More... about 15 years ago
Defined tool type for brachy trackers in constructor More... about 15 years ago
Fixed compilation errors in vtkFlockTracker (prevented build on VS10, although strange why it was included in the compilation at all) More... about 15 years ago
Fixed memory leaks (there were some new char[] allocations without delete[]) and simplified string buffer handling at several places More... about 15 years ago
Error check for the validity of the stepper calibration linear equation (numberOfVariables vs numberOfEquations); Empty date for identity matrix in config file More... about 15 years ago
Fixed filtered unfiltered timestamp report generation Speed up template overlay Check image to probe transform orthogonality Added more details to stepper calibration report More... about 15 years ago
Fixed compilation error. Added plus status to read config More... about 15 years ago
Removed log level setting from config file (Still need to remove from config files) Added plus status to read config More... about 15 years ago
Fixed potential memory leaks (freeze() was called instead of freeze(0)) More... about 15 years ago
re #234: Removed memory leak in logging (the string buffer was freezed instead of unfreezed, which caused memory leak when any message was logged) More... about 15 years ago
Fixed ImageToTemplate transform in offline mode. We don't have to read it from config file, because we just construct it by concatenating the other transforms. More... about 15 years ago
re #12: Updated test to actually do OpenIGTLink communication. More... about 15 years ago
Fixed image actor user transform Fixed Terason config files image orientation More... about 15 years ago
Fixed #242: SpeedThresholdPositionMm and SpeedThresholdOrientationAngle attributes are read from vtkTrackedFrameList; added to config files; vtkTrackedFrameList::ValidateData returns the first time a validate subtask returns with false More... about 15 years ago
Fixed config files for Civco and Terason Clear containers after we saved them to metafile More... about 15 years ago
Changed progress notification in image to probe calibration (it shows the sum of successfully segmented validation and calibration images) More... about 15 years ago