2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Aug 03, 2025 — Aug 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add Transformation Matrix to InternalUpdate More... over 14 years ago
Change the Version of micron Tracker More... over 14 years ago
Fixed tool display in vtkDataCollectorTrackingTest renderer More... over 14 years ago
Re #213: Bug fixed - vtkDataCollector::GetTrackedFrameList added no frames when the maxNumberOfFrames was set to -1 (which is the default value and means that all frames must be added) More... over 14 years ago
Added real-time rendering of tool coordinate systems in 3D to vtkDataCollectorTrackingTest More... over 14 years ago
Fixed #176: Now vtkSavedDataTracker can load all the tools from a sequence metafile. It requires tool definition in the config file (Name, Type, and PortNumber attributes are enough: e.g., <Tracker ...> <Tool Name="ToolToTrackerTransform" Type="Probe" PortNumber="0" /> </Tracker>). The Tool Name should match the frame field name (e.g., if the transform in the sequence metafile is Seq_Frame0001_ToolToTrackerTransform = 0.438936... then the Tool Name in the config file shall be ToolToTrackerTransform) More... over 14 years ago
Fixed image data directory in the generated PlusConfig.xml More... over 14 years ago
Fixed file extension checking in vtkMetaImageSequenceIO, use GetFilenameLastExtension instead More... over 14 years ago
vtkSpacingCalibAlgoTest fixed: the pattern recognition found the correct pattern instead of the incorrect at frame 92 of the input sequence metafile, baseline changed accordingly More... over 14 years ago
Test #378: Bug fixed in line finder - it didn't check if the middle point is actually between the endpoints, it just checked the distance More... over 14 years ago
re #378 Added a m_MaxLineLengthToleranceMm parameter and a SetMaxLineLengthToleranceMm function (which updates all the Patterns). More... over 14 years ago
Re #287: Standard comments in ICCapturingListener More... over 14 years ago
Changed version to 1.3.1 More... over 14 years ago
Fixed vtkSonixPortaVideoSource compilation error with Ultrasonix SDK 5.7.1 More... over 14 years ago
added if (this->IsCollectingNewSamples == 1) which is used when creating new template by the user. This if statement file will only be used when we want to create new template. More... over 14 years ago
Removed unused port parameter from ReplayRecordedDataTest.cxx More... over 14 years ago
Changed output file names to use the new timestamps More... over 14 years ago
Test #371: Gnuplot cannot be found by automatic nightly tests Config file generation for executables moved to PlusLib More... over 14 years ago
Test #347: ApplicationStartTimestamp added to vtkPlusConfig; This timestamp is used in vtkProbeCalibrationAlgo instead of the old one; Unused members removed from vtkProbeCalibrationAlgo More... over 14 years ago
Move generated files to the output directory More... over 14 years ago
re #287: Added some more comments in standardized format Simplified PlusMath interface for rounding functions More... over 14 years ago
re #287: Added some more comments in standardized format More... over 14 years ago
re #370: Scripts dir added to plus config and removed gnuplot scripts and gnuplot binary dir dependencies More... over 14 years ago
re #367: Move tracker speed and position validation parameters setting to application level Added InvalidFrameAction to handle action after AddTrackedFrame got invalid frame. More... over 14 years ago
Re #357; GnuplotDirectory added to vtkPlusConfig More... over 14 years ago
Fixed #366 The code clean up is done. Standard comments are made for each class and method. More... over 14 years ago
Use the old Item structure (renamed to Coordinate2D) temporarily instead of Dot in DilateCircle function because of serious performance issues More... over 14 years ago
re #287 Comments added to the cxx files for developer purpose. More... over 14 years ago
re #348: Fixed PortName parameter reading More... over 14 years ago
Fixed tracked frame validation and updated iCal config files More... over 14 years ago