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
re #79: Remove seek and play from video and tracker buffer Fixed image not available yet problem More... about 15 years ago
Fixed calibration data acquisition and image display improvement More... about 15 years ago
Simplify AddTrackedFrameData function; Fix test More... about 15 years ago
Improved tracked frame list: - deque used instead of vector for storing frames - prepared for saving tracked frames without video data Added some error handling to saved data sources. More... about 15 years ago
Added broadcasting functionality to vtkDataCollectorTest1 to display and send tracked frames. More... about 15 years ago
Improved vtkOpenIGTLinkBroadcaster: Send synchronized data only More... about 15 years ago
Changed logging within vtkOpenIGTLinkBroadcasterTest1 to use PlusLogging and added replay to display the buffer continuously. More... about 15 years ago
re #79: Remove seek and play from video and tracker buffer Fixed video timestamp problem More... about 15 years ago
Changed PlusLogger colors, the previous one was messy More... about 15 years ago
re #79: Remove seek and play from video and tracker buffer Fixed negative buffer index problem More... about 15 years ago
Some fixes in fCal freehand calibration More... about 15 years ago
re #79: Remove seek and play from video and tracker buffer Renamed vtkVideoBuffer2 to vtkVideoBuffer More... about 15 years ago
re #79: Remove seek and play from video and tracker buffer Fixed GetFrameRate parameters More... about 15 years ago
re #79: Remove seek and play from video and tracker buffer Changed video buffer to vtkTimestampedCircularBuffer More... about 15 years ago
enabling the test on PHANTOM_6_POINT More... about 15 years ago
Removed UsFidSegResultFile.cpp from CMakeLists.txt as it is now implemented in the UsFidSegAlgo library. More... about 15 years ago
There were a couple typos in the CMakeLists.txt More... about 15 years ago
Included UsFidSegResultFile to the Cmake of USFidSegAlgo. More... about 15 years ago
Moving the USFidSegResultFiles to USFidSegAlgo More... about 15 years ago
Fixed compilation warning More... about 15 years ago
Fixed vtkAscension3DGTracker build More... about 15 years ago
Reworked error handling: -Use PlusStatus (PLUS_SUCCESS or PLUS_FAIL) to indicate if a method was successful or not (instead of int, bool, etc.) -Replaced all exit() calls with return PLUS_FAIL (except in tests) -Added error checks at many places -Replaced vtk logging macros with Plus logging macros More... about 15 years ago
Added checking for presence of ERROR and WARNING in test outputs More... about 15 years ago
Simplified logging implementation. Added colored display of error and warning logs to make them more visible. More... about 15 years ago
re #79: Remove seek and play from video and tracker buffer Video buffer ready More... about 15 years ago
Added more verbose error message in vtkDataCollector when config file is not found. Simplified target libraries definitions in TrusCalibration testing. More... about 15 years ago
Fixed compilation warnings in ICCapturing and BrachyTRUSCalibrator More... about 15 years ago
Added clean step before the nightly build to make sure that all the compiler warnings are reported to the dashboard (otherwise only the changed files are recompiled and warnings are reported on the dashboard only once). More... about 15 years ago
Freehand calibration module: acquisition, configuration file loading More... about 15 years ago
Ascension tracking works using reference sensor. More... about 15 years ago