2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 16 hours ago.
Aug 01, 2025 — Aug 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Unused includes and type defs removed from UsFidSegTest More... about 15 years ago
Minor changes in logs; Unnecessary deep copy removed (the superclass already did it) More... about 15 years ago
Changed Sonix video source callback warning message to debug message if no data received (just to avoid warning message on disconnect) More... about 15 years ago
Fixed vtkDataCollectorSynchronizerTest More... about 15 years ago
Fixed vtkVolumeReconstructorTest1 More... about 15 years ago
Made Sonix video connect method more robust by adding a retry mechanism (retries 5 times, with 1 sec delay between the attempts) More... about 15 years ago
Removed unused functions from vtkAMSTracker More... about 15 years ago
Fixed dashboard errors by not trying to find a tool definition file if the filename is empty. More... about 15 years ago
re #138: Removed fCAL test, as it was incomplete and just polluted the dashboard. More... about 15 years ago
Fixed #120: Fixed warning by lowering the required minimum rotation clusters (as the current test data has only 1 cluster). It would be better to use a test data with more rotation clusters => added #137 to track this. More... about 15 years ago
ENH: Added a handy tool for debugging volume reconstruction geometry. More... about 15 years ago
re #124: Fix package generation Added PLUSLIB_SCRIPTS_DIR and GNUPLOT_BIN_DIR to PlusLib use file More... about 15 years ago
Fixed #136: Change saved data tracker and video to loop over buffer More... about 15 years ago
Removed the usage of all hardcoded brachy calibration phantom parameters (wire positions, TemplateHolderPosition) More... about 15 years ago
Handle error: missing config file. More... about 15 years ago
Fixed #117: vtkVolumeReconstructor should wait between each AddTrackedFrame Fixed failed test More... about 15 years ago
Fixed #117: vtkVolumeReconstructor should wait between each AddTrackedFrame Fixed failed test More... about 15 years ago
Fixed #91: Synchronization crashes with TrackedUltrasound capturing More... about 15 years ago
re #99: Move back PlusApp to PlusLib solution Added MS project includes to PlusLib CMake files with an INCLUDE_PLUSLIB_MS_PROJECTS macro More... about 15 years ago
re #117: vtkVolumeReconstructor should wait between each AddTrackedFrame More... about 15 years ago
re #79: Revise video and tracking buffer Added vtkTimestampedCircularBuffer filtered timestamp generation More... about 15 years ago
dots has been renamed to m_DotsVector, lines has been renamed to m_LinesVector, pairs has been renamed to m_PairsVector, lines2pt has been renamed to m_TwoPointsLinesVector. ndots, nlines, npairs, nlines2pt are completely removed from the code, sizes of the vector are now accessed by the std::vector function .size(). Compiles and tests are passed successfully. More... about 15 years ago
StylusCalibrationTest and PhantomRegistrationTest fixed More... about 15 years ago
Added experimental code for make image flipping faster. This new code is not activated (still the ITK filter based image flipping is used). More... about 15 years ago
There were a few npairs remainaining, changes to pairs.size() (all in printing out results) More... about 15 years ago
re #120: Fixed UsFidSeg algorithm (list of lines were not cleared after segmenting a frame) and improved its performance. Now there is no more test timeouts on the dashboard. More... about 15 years ago
Fixed in UsFidSegAlgo the computation of how many baseline fiducials are detected as fiducial candidates More... about 15 years ago
re #79: Revise video and tracking buffer Changed Tracker buffer to use the timestamped circular buffer More... about 15 years ago
Segmentation tests fixed (they threw a warning because iCal and Thomas phantoms do not have a phantom model file, so they were not found; instead, the validity of the model file is checked and we log an info if it is not valid (if we do not have the file and we enter a '?' then it is not really a warning)) More... about 15 years ago
re #63: Device visualization basics ready (fixes needed); vtkFileFinder added for finding (configuration and model) files; ConfigurationDirectory moved from vtkFreehandController to vtkFileFinder; Registration matrix name corrected in phantom definitions and (yet the only) tool definition; vtkTrackerTool now finds and parses tool definition file More... about 15 years ago