2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 19, 2025 — Aug 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
re #452: Added visualization code inside filter and inside test for debugging purposes. More... over 14 years ago
Re #369: vtkTransform replaced by vtkMatrix4x4 in vtkProbeCalibrationAlgo; Unnecessary includes and forward declarations deleted from headers More... over 14 years ago
re #452: removed changed vtktransform in header to vtkmatrix4x4, updated remaining files accordingly More... over 14 years ago
re #459: Added USMESSAGE message type and add Ultrasonix fields from sonix volume as custom filed to TrackedFrame. Added vtkPlusIgtlMessageFactory::AddMessageType function to reach factory from members. More... over 14 years ago
re #452: vtkUsSimulatorAlgo : fixed SetStencilBackgroundImage instantiations, old version was using incorrect format and was missing the word "set", added a check to ensure model is not null, changed expected input type to polydata, and changed the parameter to a call to transformModelFilter->GetOutput from 1 to 0. vtkAlgoSimulatorTest: corrected the call to the transform repository,created background image to be used as a parameter, added meta image writer to save the outcome of the filter. More... over 14 years ago
Fixed #470: EditSeqMetafile extended with ADD_TRANSFORM operation to be able to add any transform to a metafile More... over 14 years ago
re #452: added a vtkImageData parameter to specify desired output image spacing, extent, and origin. ModelToImageTransform was also made a parameter as opposed to a pipeline input to the filter. Get/Set macros were added for ModelToImageTransform, and set macro was added for the StencilBackgroundImage ( being the vtkImageData parameter mentioned above). More... over 14 years ago
Fixed #464: Added increment timestamp option to EditSeqMetaFile More... over 14 years ago
Fixed #463: Save timestamp as a custom field More... over 14 years ago
re #452: Added vtkUsSimulatorAlgoTest class draft to be used to debug,test,and use vtkUsSimulatorAlgo. vtkUsSimulatorAlgo now operating under the assumption that the origin defined for the stencil filter is the input transform More... over 14 years ago
Fixed #462: Simplified vtkSonixVolumeReader class More... over 14 years ago
re: #346 Added option to choose between correlation and sum-of-squared differences (SSD) as a signal alignment metric. More... over 14 years ago
Fixed OpenIGTLink broadcaster test More... over 14 years ago
re #459: Added example config file for OpenIGTLink server. Display default message types and transform messages on connect. More... over 14 years ago
re #459: Send client info only if MessageType present More... over 14 years ago
re #459: Added igtl TrackedFrame message handling to Plus. More... over 14 years ago
re: #346 Added x- and y-label to the plots outputted in the temporal calibration test. More... over 14 years ago
re: #346 Added plotting of the correlation values vs. time-offset to temporal algorithm test. More... over 14 years ago
re #459: Fixed code review comments. Simplified Tracker threading. More... over 14 years ago
re #459: Added OpenIGTLink video and tracker support More... over 14 years ago
Re #346: Metric table is cleared before filled in TemporalCalibrationAlgo; Two parameters added to vtkDataCollector::GetTrackedFrameList function to enable/disable tracking and video More... over 14 years ago
re #436 Implemented variable kernel size. Kernels now have to be specified whenever hole filling is turned on. More... over 14 years ago
re: #346 Fixed error involving ambiguity of PCA eigenvector direction. To resolve the ambiguity, tracker positions are now projected down onto the found principal eigenvector, as well as its negative. Then, the set of projected values producing the smallest (magnitude) time offset are used, while the other set is ignored. More... over 14 years ago
re: #346 Fixed bug in code to save images of the scanlines. Also changed maximum time offset to four seconds (from two seconds) to allow full alignment of some sequences. More... over 14 years ago
re #364: Made webcam work with DataCollector More... over 14 years ago
Re #346: Old temporal calibration (Synchronize) removed from DataCollector's; TemporalCalibrationAlgo bug fixed; Configuration files updated to have LocalTimeOffsetSec instead of LocalTimeOffset More... over 14 years ago
re #364: Added basic support for webcams (limitation: converts the image to grayscale; only supports YUY2 encoding) More... over 14 years ago
Re #452: Added extremely rough version of RequestData function. More... over 14 years ago
Re #346: All LocalTimeOffset renamed to LocalTimeOffsetSec; Implemented WriteConfiguration methods for all trackers and video sources; Fixed some formatting in TemporalCalibrationAlgo More... over 14 years ago
re #346: Fixed plot saving into file. Changed plot-results command-line parameters to not take any parameter. More... over 14 years ago