2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 23 hours ago.
Aug 01, 2025 — Aug 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed ICCapturing debug assertion on exit More... almost 15 years ago
Fixed #236: Calibration results saved to configuration file More... almost 15 years ago
Fixed #226: reduced MinFrameThreshold from 200 to 10. Max difference was about 50, and 200 was the threshold, so the video change was not detected. Reduced synchronization acquisition time from 30sec to 15sec, as it was not possible to save 30sec video data to file and enough synchronization points can be done in 15 seconds. More... almost 15 years ago
Fixed #227: Committed missing modification More... almost 15 years ago
Re #222: Updated config file for framegrabber+Terason Increased max rotation speed to 10deg/sec More... almost 15 years ago
Fixed #227: Verified the warnings and they are valid (the timestamps are inaccurate and so the item shall be ignored) but it may be normal to happen sometimes. Therefore, modified the logging to just log it as debug information and not as error/warning. Fixed synchronization start time computation. The frame corresponding to the computed start time was not available anymore in the buffer (due to some inaccuracy in estimating the necessary buffer size). Use just the frames that are actually in the buffer to avoid having this error. Fixed a couple of other warning messages. More... almost 15 years ago
Re #218, Re #219: Framegrabber properties fixed in config files (calibration still has to be checked); Calibration tests fixed More... almost 15 years ago
Added read and write CenterOfRotationPx and PhantomToProbeDistanceInMm fields to Probe calibration controller (for quick calibration) More... almost 15 years ago
Added calibration result writing to TrackerTools and video sources. More... almost 15 years ago
Added stepper calibration result saving to BrachyTracker Changed char* to std::string in vtkTracker::ConvertToolTypeToString (it was unsafe, specially without memory allocation). More... almost 15 years ago
Re #220: Error check and ModelTemplate.xml fix; Correct config files More... almost 15 years ago
Changed the US-machine IP address More... almost 15 years ago
Started Ulterius RF data collection project. vtkURFSavedDataVideoSource.cxx is the core and vtkURFSavedVideoSourceTest1.cxx is the test. More... almost 15 years ago
Re #48: Debug logging removed; fabs is applied to position too More... almost 15 years ago
Re #48: Using the input frame instead of the last two in the list (as it was in the pseudo code) More... almost 15 years ago
Re #48: vtkTrackedFrameList::ValidateSpeed implemented using fix thresholds (reading from configuration file will be needed); PlusLogger indentation changed so that timestamps always have the same width (so the messages in the log will be aligned) More... almost 15 years ago
Phantom registration shows the registered phantom after the 3rd point (re-registers on each additional point); Changed canvas background More... almost 15 years ago
Added SaveConfigurationToFile to DataCollector Fixed vtkStepperCalibrationController::WriteCalibrationResultToXml function to save calibration results to XML data More... almost 15 years ago
Fixed report generation crashes More... almost 15 years ago
Fixed Civo stepper connection Added Civco stepper initialization Added dataCollector connected flag Added guarded lock() to GetItemUidFromTime (couldn't get oldest timestamp) More... almost 15 years ago
Removed vtkTexoVideoSource and the vtkTexoDataCollectorTest1. Modified the CMakeLists.txt accordingly. design decision to migrate from Texo to Ulterius. More... almost 15 years ago
Fixed #138: Exact and threshold test added for Freehand calibration More... almost 15 years ago
Added clear SegmentedFrameContainer function to be able to restart calibration ComputeCalibrationResults returns PlusStatus Added PhantomToProbeDistanceCalculated flag to make sure we're ready for phantom geometry registration More... almost 15 years ago
Fixed #82: PlusMath::GetTransformParametersString function created, and used in vtkFreehandCalibrationController when printing the results More... almost 15 years ago
Fixed #89: If dot product of X and Y axis vectors in the calibration result is greater than 0.001 then give a warning; FreehandController parameter reading fixed (it left uninitialized members before); Compilation warning fixed More... almost 15 years ago
Re #185: Function created that dumps buffers into a given directory More... almost 15 years ago
Renamed the .cpp files to .cxx files. Modified the CMakeLists.txt accordingly. More... almost 15 years ago
Reading FreehandCalibration tag from config file fixed (it looked for it inside ProbeCalibration but it has been moved out under CalibrationController) More... almost 15 years ago
Fixed #73 If the search region is too big along one edge of the image, it is set to the biggest possible value (which depends on barSize). More... almost 15 years ago
Test configuration device set names have "TEST" for easier distinction; Re #209: Completed calibrations save their results automatically into session configuration data More... almost 15 years ago