2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
re #452: Added UsSimulator to CMakeLists for PlusLib. More... over 14 years ago
re: #346 Added code to save the plots of the calibrated and uncalibrated tracker and metric signals to file (WIP). More... over 14 years ago
re: #346 Added error handling to several methods. Added new command line argument for setting the directory where the intermediate outputs (e.g. RANSAC detected lines) will be saved--also added corresponding methods to set these preferences in the TemporalCalibrationAlgo class. More... over 14 years ago
re #453: Changed set RF acquisition mode function to use the RfAcquisitionModeType More... over 14 years ago
re #452: Added skeleton class for the vtk filter for the US simulator.(class contains pipeline interface, and PrintSelf function) More... over 14 years ago
re #453: Moved back accidentally removed SetRFDecimation function More... over 14 years ago
re #453: Added RF acquisition mode set function More... over 14 years ago
re: #346 Minor code clean-up and added comments. More... over 14 years ago
Updated PlusLib version to 1.5.1 More... over 14 years ago
re #440: Fixed PlusApp build errors More... over 14 years ago
Changed log formatting to be compatible with the LogExpert log viewer (http://logexpert.codeplex.com/), using the CSV columnizer with | delimiter character More... over 14 years ago
Fixed memory leaks (none of them could have caused issue in an application, mostly the issues were in the tests) More... over 14 years ago
re #440: Updated reference data sets (calibration results are slightly different, because now more frames are segmented). Added calibration result saving to vtkCenterOfRotationCalibAlgoTest and vtkSpacingCalibAlgoTest. More... over 14 years ago
fixed #440: Fixed the problem of not detecting the pattern from a valid set of fiducial candidates (the allowed shift between the fiducial lines was not computed correctly). Cleaned up a bit the pattern recognition and line finding code, but it is still quite complex and not completely generic. More... over 14 years ago
Fixed #450: Added units to probe calibration error plot scripts More... over 14 years ago
Fixed #450: Get probe calibration result in XML format for report generation Added Tracked frame serializable data to the probe calibration error report (to have custom fields, like probe position and rotation) Updated Gnuplot scripts More... over 14 years ago
re #449: Minor clean-ups and simplifications in the fiducial segmentation and pattern recognition algorithms More... over 14 years ago
re: #346 To fix complications arising from computing the distance of the tracker to the mean tracker position (namely, discontinuities in the distance signal) we now project the 3-D tracker position onto its principal axis--calculated via PCA--to reduce the distance calculation to 1-D (signed subtraction) problem. More... over 14 years ago
Fixed #446: Updated CenterOfRotationCalibAlgo and SpacingCalibAlgo to use any number of NWire patterns. Updates report generation and baselines. Added 2 new tests for 3 NWires spacing and center of rotation calculation algo. More... over 14 years ago
Re #346: Compute threshold from the max peak height More... over 14 years ago
re: #346 Fixed bug in the RANSAC line-plotting section. More... over 14 years ago
re: #346 Added a threshold to the intensity peak-finding scheme; pixels below this threshold are considered to be noise and are ignored. The threshold is currently set at 10 (on a 0-255 grayscale intensity range). More... over 14 years ago
re: #346 Added markers (blue squares) to the output images indicating the detected intensity peaks that are used--via RANSAC--for line detection. More... over 14 years ago
re: #346 Added command-line argument for generating images of intermediate steps (i.e. image showing scanlines, image showing RANSAC fitted line). More... over 14 years ago
re: #346 Added option to save images showing the RANSAC detected line overlaid on top of each video frame. Images are currently saved in the working directory. More... over 14 years ago
re: #346 Made modification so that scanlines are now drawn on a copy of the original frame. Drawing and saving of scanlines is currently controlled by a boolean flag; this will be changed to a command line argument in the future. More... over 14 years ago
re #346: TemporalCalibrationAlgoTest plots results only if the --plot-results flag is specified (plotting must be disabled during automatic testing because it requires a keypress to exit the process) More... over 14 years ago
re #436 Implemented Gaussian weights. This is in addition to the accumulation buffer weight. More... over 14 years ago
re: #346 Added enum/switch again--the previous issue was no "break" in the switch cases. More... over 14 years ago
re: #346 Cleaned up plotting of the video and tracker signals (aligned and unaligned). More... over 14 years ago