2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 01, 2025 — Aug 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Re #338: Saved dataset for fCal configuration file now loads the test image that is used during the test; New lines added to debug message to easier distinguishable blocks More... almost 15 years ago
re #346: Added initial detection of lines using Hough transform More... almost 15 years ago
Checking parallel wires fixed (now it uses a tolerance level) More... almost 15 years ago
Removed remnants of Flock of birds tracker More... almost 15 years ago
Perform only exact calibration tests (removed non-exact tests) to save test execution time More... almost 15 years ago
re #307: Clean up VTK image usage in Plus - Checked all vtkImageFlip instances and removed them, updated camera positions - Checked all vtkImageData usage, updated the camera and remove flips - Removed PlusVideoFrame::CopyToVtkImage - Removed all VTK IO classes, used ITK IO classes instead - updated developer's guide More... almost 15 years ago
Re #276: ToolState mode added to vtkFakeTracker; Config file used by ToolStateDisplayWidgetTest added More... almost 15 years ago
Added license file Updated coordinate system model (phantom coordinate system origin was a bit shifted) More... almost 15 years ago
Removed vtkDataCollector::Initialize (replaced by vtkDataCollector::Connect) More... almost 15 years ago
re #316: Added Plus license and header to all cxx and h Files re #316: Removed Ascension Flock of birds tracking support (the necessary toolkit did not have compatible license and the Flock of birds tracker can be considered as obsolete, ad trakSTAR and medSAFE trackers are used in medical devices) re #287: Update commenting style in DataCollection and TrusCalibration More... almost 15 years ago
Fixed #267: Remove visualization component from calibration controller More... almost 15 years ago
re #316: Made PlusLib more independent from PLTools (now only NDICertus and Ultrasonix SDKs still require PLTools) More... almost 15 years ago
re #231: Removed calibration data saving from calibration controller (the applications should control the data saving instead of the algorithm) Removed unused flags from config files. More... almost 15 years ago
re #231: Removed unused functions from vtkCalibrationController and updated config files virtual PlusStatus GetWirePosInTemplateCoordinate( int wireNum, double* wirePosInTemplate ); PlusStatus GenerateProbeCalibrationReport( vtkHTMLGenerator* htmlReport, vtkGnuplotExecuter* plotter, const char* gnuplotScriptsFolder); virtual void SaveSegmentedWirePositionsToFile(); char* CalibrationSegWirePosInfoFileName; bool EnableSegmentedWirePositionsSaving; More... almost 15 years ago
License, Firmware, Settings are added to the SonixPorta. More... almost 15 years ago
Re #276: SegmentationParameterDialogTest gets an input sequence in which all images are segmented More... almost 15 years ago
PlusConfig.xml is now in the program executable directory instead of the working directory; resetDataContainers function call removed from vtkCalibrationController::ResetFreehandCalibration because it is called in the Calibrate function already More... almost 15 years ago
BUG: Reset data containers before image to probe calibration More... almost 15 years ago
Re #231: vtkCalibrationController::Calibrate function created that uses only a range from the input tracked frame lists More... almost 15 years ago
Re #276: Config file and Sikuli path CMake variable for SegmentationParameterDialogTest in PlusApp More... almost 15 years ago
Re #338: ImageDirectory added to vtkPlusConfig; Resolving image path in saved dataset tracker and video source; Convenience function vtkPlusConfig::GetAbsoluteImagePath added to easily get absolute path for any file name or path that was found in the device set configuration file More... almost 15 years ago
Re #231: Unused AddPositionsPerImage function (that used positions instead of a TrackedFrame) removed from vtkCalibrationController More... almost 15 years ago
Removed unused functions from calibration controller. Updated stepper calibration baseline (use only probe rotation data for spacing calculation). More... almost 15 years ago
Re #309: Loop times are now correctly computed even if there is no tracker or video source, but the other is saved dataset. More... almost 15 years ago
PlusLogger not anymore saves log to working directory More... almost 15 years ago
Fixed PolarisTracking build errors More... almost 15 years ago
re #325: DataCollector should return a trackedFrameList of a time period Separated encoder position and transform validation Added quick check to FidPatternRecognition::RecognizePattern before segmenting tracked frame list to avoid unnecessary segmentation steps FidPatternRecognition::RecognizePattern can return number of successfully segmented frames Added validation requirements as an input of vtkDataCollector::GetTrackedFrameList More... almost 15 years ago
Re #231: resetDataContainers function was made public for iCal More... almost 15 years ago
Re #231: vtkUSCalibrationControllerTest1 changed to use the new calibration (load and segment the tracked frame lists and just add those to the vtkCalibrationController); The baseline had to be changed because now we use all images in the sequence metafiles, not just the specified number (I tested the matching by cropping the result tracked frame lists and adding them to the calibrator, and it gave exactly the same result) More... almost 15 years ago
Re #231: vtkFreehandCalibrationTest changed to use the new calibration (load and segment the tracked frame lists and just add those to the vtkCalibrationController); The baseline had to be changed because now we use all images in the sequence metafiles, not just the specified number (I tested the matching by cropping the result tracked frame lists and adding them to the calibrator, and it gave exactly the same result); UltrasoundImageDimensions was removed from the result according to our discussion with Tomi (that value is not automatically set by the calibrator any more and checking it explicitly does not really make sense); More... almost 15 years ago