2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 18 hours 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: #346 Added plotting of the temporally calibrated tracker and video position metrics to the testing file. More... over 14 years ago
re: #346 Removed enum flag due to problems it was apparently causing. Added accessors for getting tables containing the timestamps and metric values for both the video and tracker positions (aligned and unaligned). Moved plotting to testing file. More... over 14 years ago
Re #346: Use enum instead of bool flag for peak position find method in temporal calibration More... over 14 years ago
Re #346: Activated test for temporal calibration More... over 14 years ago
re: #346 Added the choice of using either center-of-gravity (COG) or peak start. Also added handling of cases where scanlines are invalid, or cases where RANSAC is unable to estimate line parameters (WIP). More... over 14 years ago
re: #346 Updated line position tracking to incorporate information from N different scanlines; RANSAC is used to estimate a line through the COG of the intensity peaks of the scanlines. More... over 14 years ago
Removed Ransac project tests, added dummy usage of the Ransac algo to TemporalCalibrationAlgo More... over 14 years ago
Added RANSAC algorithm (from http://www.insight-journal.org/browse/publication/769) More... over 14 years ago
test #439: Full transform names used. Without "Transform" at the end, because OpenIGTLink device names can be max 20 characters. More... over 14 years ago
Added test for TRUS calibration with phantom containing 3 NWires; iCal related configuration files corrected (wire names were wrong) More... over 14 years ago
TemporalCalibrationAlgoTest restored, the problem was not in the source More... over 14 years ago
re: #346 Added center-of-gravity (COG) of maximum intensity peak for line position tracking (WIP). More... over 14 years ago
TemporalCalibrationAlgoTest build fixed (faulty code commented out) More... over 14 years ago
Aurora tracker issue fixed (port number was always constrained to be bigger than 4, regardless of the tool type, active or passive); vtkPhantomRegistrationAlgo configuration element name added as member (so that if an application wants to check the element, its name is not hard-coded in the application); Configuration files having fCal but not vtkProbeCalibrationAlgo sections missed the TransducerOrigin frame names, those were added More... over 14 years ago
re: #346 Replaced Hough line detection based video position metric with peak intensity based metric. Currently, I examine only the vertical scan line in the center of the image. Tested on one video sequence and appears to work OK. More... over 14 years ago
re: #346 Added detection of peak-start based on 50% of peak value (WIP). More... over 14 years ago
re: #346 Added peak detection for 1-D intensity profile. No baseline detection; profile is assumed to go to zero between distinct peaks. The intensity peak is defined as the highest intensity value of the peak with the largest area (WIP). More... over 14 years ago
re: #346: Changing from Hough line detection to intensity-profile scheme. Wrote initial code to collect (and plot) intensity profile along a line specified by beginning and end pixels (WIP). More... over 14 years ago
re: #346 Added Gaussian lowpass filter prior to image resampling. Switching resampling interpolator from B-spline to linear. Enabled image writing of original and resampled video frames (WIP). More... over 14 years ago
re #285 Hopefully this will correct the automatic test failure. Setting the number of threads in the .xml will now affect the hole filler as well as the slice paster. More... over 14 years ago
re #285: Added non-regression test for volume reconstruction with hole filling More... over 14 years ago
re #285 Fixed nearest neighbor slice pasting into volume for optimized run. Hole filling is now enabled. More... over 14 years ago
re #285 some optimizations to the hole filling code, also make a constant for opaque alpha. More... over 14 years ago
re #285 Confirmed new output for vtkVolumeReconstructorTest3. Recommitting changeset 1485. More... over 14 years ago
re #285 Reverting pending automatic test failure (?). Will look into this tomorrow. More... over 14 years ago
re #285 Fixed accumulation buffer output from vtkPasteSliceIntoVolume in Common file (Optimized and Unoptimized versions may need to be checked). Implemented a quick hole-filling algorithm into vtkFillHolesInVolume that works for template types. Still need to determine highest value for type T for alpha calculation and overflow protection (if possible), ensure coding style is consistent, and settle on a neighborhood size/procedure for voxel interpolation. Hole filling is still disabled until this new algorithm is more thoroughly tested. More... over 14 years ago
Added more information logging when transform path is not found in the transform repository (all the available transforms are printed in the error message) More... over 14 years ago
re:#346 Added code to down-sample the images prior to line detection; the downsampling is added in a bid to decrease run-time. More... over 14 years ago
re #434: Fixed MicronTracker external project dependency More... over 14 years ago
re #434: Fixed PlsLib include and library dir setting so that it works both for space-containing and other directories More... over 14 years ago