2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
STYLE: Code formatting. More... almost 15 years ago
Fixed #304: Calibration now uses PlusMath instead of TrusCalibrationCommon/LinearLeastSquares; TrusCalibrationCommon project deleted (not used any more); baselines updated (results are slightly different due to the new outlier filtering); Beamwidth weights are applied the same way, but not tested because there is no test yet for it (see #306) More... almost 15 years ago
re #297: WIP Separate stepper calibration algorithms - Added spacing calibration algo - Added Frame grabber tests - Removed GetFrameSize from vtkTrackedFrameList - Updated baseline regarding to modifications More... almost 15 years ago
Re #304: addDataPositionsPerImage and addValidationPositionsPerImage functions are unified into AddPositionsPerImage, and GetBeamwidthWeightForBeamwidthMagnitude function created for computing the beamwidth weight for the actual beamwidth magnitude and axial depth More... almost 15 years ago
Support for SonixPortaVideo is added. More... almost 15 years ago
Re #304: Cleaning up vtkCalibrationController (unused function getPRE3DforRealtimeImage deleted) More... almost 15 years ago
Re #304: Cleaning up vtkCalibrationController More... almost 15 years ago
Renamed PLUS_USE_SONIX_VIDEO to PLUS_USE_ULTRASONIX_VIDEO and fixed build errors More... almost 15 years ago
Fixed Ultrasonix Porta SDK support More... almost 15 years ago
Modified to be consistent with vtkPlusVideoSource. More... almost 15 years ago
Modified to include vtkSonixPortaVideoSource. More... almost 15 years ago
Fixed crashing of the test gnuplot execution More... almost 15 years ago
re #206: Broadcaster now sends synchronized data. More... almost 15 years ago
Fixed uninitialized variable to avoid crash in ProbeTranslationAxisCalibration-Ulterius test More... almost 15 years ago
New matrix logging function was added to PlusMath; Matrix printing function formats the matrix values More... almost 15 years ago
Fixed: disconnecting from saved dataset and connecting to another one (the video data was not copied to the buffer if the newly loaded timestamps were smaller than the old ones); Check validity of ROI against morphological bar size before segmentation (and not when parameters are set) More... almost 15 years ago
re #317: Renamed itkMetaImageSequenceIO.cxx/h to vtkMetaImageSequenceIO.cxx/h. Removed obsolete tests (itkMetaImageSequenceIOTest2&4). Renamed itkMetaImageSequenceIOTest3 to MetaImageSequenceViewer. Renamed itkMetaImageSequenceIOTest1 to itkMetaImageSequenceIOTest. More... almost 15 years ago
re #317: Added files that were missed from the last commit More... almost 15 years ago
Fixed #317: Replaced itkMetaImageSequenceIO with a completely new implementation. It reads/writes sequence metafiles faster and writing of images in the memory doesn't require excessive additional memory. More... almost 15 years ago
Added vtkPlusConfig::ReplaceElementInDeviceSetConfiguration function which adds a part of a given configuration file to the session device set configuration data; Getter function calls in FidSegmentation replaced by the member variable name, unused getter function deleted (that member is not useful for any other class) More... almost 15 years ago
ValidateRegionOfInterest function added to FidSegmentation class to prevent the barsize-related crashes by reducing ROI if barsize grows too big More... almost 15 years ago
Reading probe calibration in vtkCalibrationController::ReadCalibrationControllerConfiguration broke the stepper calibration, so it has been moved to vtkCalibrationController::ReadFreehandCalibrationConfiguration More... almost 15 years ago
Re #296: Read image to probe transform from config file in vtkCalibrationController More... almost 15 years ago
re #297: WIP Separate stepper calibration algorithms Changed to the new rotation axis calibration algo in the stepper calibration controller More... almost 15 years ago
re #297: WIP Separate stepper calibration algorithms Fixed continuous build error by setting the program path to vtkPlusConfig Changed default output directory to ./Output in construction time under vtkPlusConfig to avoid error if the program path haven't been set More... almost 15 years ago
re #297: WIP Separate stepper calibration algorithms Added rotation axis calibration test and baseline to repository Added center of rotation histogram generation to the algorithm with gnuplot script More... almost 15 years ago
Build vtkUSCalibrationControllerTest1 only if the PLUS_USE_BRACHY_TRACKER enabled More... almost 15 years ago
re #297: WIP Separate stepper calibration algorithms Finished report generation for vtkRotationAxisCalibAlgo More... almost 15 years ago
Bugfix: Detect if date is already in the filename and remove it if it is there when saving More... almost 15 years ago
Re #299: TrackedFrame has only protected members now, including ImageData, which can be accessed by a Get function that returns a pointer to it More... almost 15 years ago