2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Aug 03, 2025 — Aug 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed #164: Use linear regression (ordinary least squares estimation) to determine the filtered timestamp. Fixed frame numbers in saved data video&tracker (always sample the saved data with a constant rate and always increase frame numbers by one) - this fixes the vtkDataCollectorTest2 error (Difference between unfiltered timestamp and filtered timestamp is larger than the threshold). More... about 15 years ago
Re #63: Fixes in Device visualization in fCal More... about 15 years ago
Re #63: Improvements on device visualization (loading and transforming models) More... about 15 years ago
Fixed #179: Add line number to LOG_INFO messages if log level is larger than LOG_INFO More... about 15 years ago
Fixed #178: vtkAccurateTimer::GetSystemTime() should return the elapsed time since class instantiation - Added GetInternalSystemTime() for elapsed time since last reboot - Changed GetSystemTime() to return elapsed time since class instantiation More... about 15 years ago
Compile warning fixed More... about 15 years ago
Re #128: Fix temporal calibration More... about 15 years ago
Fixed image shift that happened when only flipping around the X axis More... about 15 years ago
Re #63: Improvements on device visualization (actor transform matrix computations) More... about 15 years ago
Error handling and added trace logs; Contouring threshold for volume reconstruction has been increased More... about 15 years ago
Re #128: Phantom registration fixed (model could not been loaded, session stylus calibration data was not found when changing device set between the steps, fake tracker did not stop properly) More... about 15 years ago
Re #63: Improvements on Device visualisation in fCal More... about 15 years ago
re #171: In vtkDataCollectorTest2 the AveragedItemsForFiltering element is not set properly - Fixed vtkTimestampedCircularBuffer DeepCopy function - Call DeepCopy on LocalBuffers in case of SavedDatasets to copy all settings - Renamed GetDefaultTool function to GetDefaultToolNumber - Added GetDefaultTool function - Fixed vtkNDICertusTracker statuses More... about 15 years ago
Fixed thread exit flag initialization in the tracker More... about 15 years ago
Removed LSQR solution warnings More... about 15 years ago
Removed forced exit of threads (data consistency cannot be guaranteed if a thread is killed). Use just a flag to indicate that the thread should stop, then the thread stops itself as soon as possible. More... about 15 years ago
Fixed #170: Fixed the failing tests. The problem was that the LSQR line fitting sometimes did not converge (resulted several second error). If the LSQR optimizer was forced to perform more iterations then the problem didn't appear. So, it seems that the stopping conditions for the optimization are not computed very robustly. Solution: increased the number of averaged elements to 20 (from 10) and added an additional check of the filtered and unfiltered timestamp difference (if the difference is too big then an error is logged and the element is discarded). More... about 15 years ago
Fixed #168: Error in tracker buffer transform interpolation More... about 15 years ago
fixed #169 Move segmentation parameter computation to SegmentationParameters class. More... about 15 years ago
re #168: Error in tracker buffer transform interpolation Changed GetMostRecentTimestamp to have time for interpolation More... about 15 years ago
Changed BuildAndTest.bat to use DevEnv_Relase.bat More... about 15 years ago
Added timestamp to log messages More... about 15 years ago
re #168: Error in tracker buffer transform interpolation * Moved Slerp to PlusMath * Fixed error with LatestItemUid (changed to prefix incrementation) * Return ITEM_UNKNOWN_ERROR if time difference larger than MaxAllowedTimeDifference during interpolation and report it as ERROR More... about 15 years ago
Moved GetPositionDifference and GetOrientationDifference to PlusMath More... about 15 years ago
re #168: Probably fixed the interpolation errors. Need to test. * Cleaned up transform interpolation: ignore invalid transforms (out of view, timeout, etc.) when finding the two source transforms, use a new; cleaner SLERP interpolation code for rotation matrix interpolation; * Fixed vtkTimestampedCircularBuffer::GetLatestItemUidInBuffer(): Previously it returned LatestItemUid, which is actually the next UID to be inserted into the buffer (so it was not yet in the buffer). Now it returns NextItemUid-1. * vtkTimestampedCircularBuffer::LatestItemUid was renamed to NextItemUid, as it is the UID of the next item. * Read frame status (if available) from metafile in vtkTrackedFrameList::ReadFromSequenceMetafile More... about 15 years ago
Fixed #26: When FakeTracker is active, then acquisition waits for the tracker to change state after setting the new point index. Apparently this waiting time was too tight (1sec/frequency), so I added 10% more to let it surely change state. Now it passed 25 out of 25 trials More... about 15 years ago
Re #59: missing LOG_TRACE's added More... about 15 years ago
Re #59: Fix progress message More... about 15 years ago
Re #59: VolumeReconstruction toolbox controller; Corrected ultrasound image orientation for the SonixRP and SonixTouch (UF instead of MF) More... about 15 years ago
re #168: Error in tracker buffer transform interpolation Added TransformInterpolationTest More... about 15 years ago