2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 16 hours ago.
Aug 01, 2025 — Aug 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Lots of major changes: the dots, pairs, lines, 2ptlines array are now std::vector instead of fixed size array. The sort function is now useless and is replaced by std::sort function. The number of dots, lines, pairs are now obtained via: .size() function instead of fixed value. The binary search insertion is now replaced by a push_back followed by a std::sort. These changes implied a lot of function parameters changes and other way of thinking some part of the algorithm (using std::iterator for example). More... about 15 years ago
Changed the image size parameters from const to non-const More... about 15 years ago
Bug fixed: Device name was not set when only tracker was broadcasted. More... about 15 years ago
re #120: Added some more logs (more transforms, frame number, etc.) to TRUS calibrator algorithm More... about 15 years ago
re #120: Fixed the calibration algorithm (some position vectors didn't have the 1 in the last element of vector and front/back, top/bottom intersection points were still used) More... about 15 years ago
re #91 Synchronization crashes with TrackedUltrasound capturing Lock buffer on Clear() If the buffer is empty RequestData can return immediately More... about 15 years ago
Fixed #118 DataCollector GetOutput should return MF oriented image Added MF orientation to Synthetic dataset More... about 15 years ago
Fixed #116: Change image reader in segmentation test More... about 15 years ago
Fixed #117: vtkVolumeReconstructor should wait between each AddTrackedFrame More... about 15 years ago
re #79 Revise video and tracking buffer - Fixed code review comment int vtkTimestampedCircularBuffer<BufferItemType>::GetBufferIndex( const BufferItemUidType uid ) Use proper return status instead of hiding the error code in special values (not just here, everywhere). E.g., current code crashes at the BufferItemContainer[bufferIndex] call in ItemStatus vtkTimestampedCircularBuffer<BufferItemType>::GetFilteredTimeStamp(const BufferItemUidType uid, double &filteredTimestamp)if the uid is removed from the buffer after the GetFrameStatus check (you don't lock the buffer, so nothing prevents the item from being overwritten). More... about 15 years ago
Unused member variables deleted from BrachyTRUSCalibrator More... about 15 years ago
re #115 Remove vtkSonixVideoSource and vtkICCapturingSource from repository More... about 15 years ago
re #115 Remove vtkSonixVideoSource and vtkICCapturingSource from repository More... about 15 years ago
re #87 Use MF as internal ultrasound orientation everywhere in the code Used US_IMAGE_ORIENTATION enums everywhere More... about 15 years ago
loadGeometry function in BrachyTRUSCalibrator has been changed to compute the intersections according to the wires structure loaded from phantom definition, and they are stored in the same structure. More... about 15 years ago
re #87 Use MF as internal ultrasound orientation everywhere in the code Child - Fixed #86 Change vtkVideoFrame custom image container to itkImageData Child - Fixed #81 vtkICCapturingSource2: Set NumberOfScalarComponents More... about 15 years ago
EnablePathOverride removed from vtkCalibrationControllerTest, as it makes no sense after all files are searched by filename. It also lead to error in the test More... about 15 years ago
PhantomDefinition file removed from vtkCalibrationControllerTests (it is found according to the calibration configuration file) More... about 15 years ago
Phantom geometry is loaded from phantom definition file for iCal too More... about 15 years ago
Id added to Wire (it is read from phantom definition file) More... about 15 years ago
vtkPhantomRegistrationTest fixed; vtkFreehandCalibrationTest fix in terms of properly reading input (there is still no baseline, so it fails) More... about 15 years ago
Segmentation tests fixed More... about 15 years ago
Phantom definition config file search fixed in vtkCalibrationController; Calibration configuration files added for Thomas' phantom More... about 15 years ago
vtkFileFinder class is added to PlusCommon (searches for a file recursively). It is used by PhantomRegistrationController and vtkCalibrationController to locate phantom model file and phantom definition file respectively. Tool type and model file name added to vtkTrackerTool, to be able to read the type and assemble the model file name for visualization; Obsolete configuration files deleted (newer kind of file available for them); fCal model file moved to a path so that it is found by the file finder More... about 15 years ago
Display callback function now passes the whole log message (including the type and the file with the line number) instead of the text message only More... about 15 years ago
Ascension3DGTracker code fixed. Rotation inverted. More... about 15 years ago
Created a class including the templated methods used by the algorithm (binary search, sorting, etc.). Compiles and the tests passed with success. More... about 15 years ago
Modified files to follow the encapsulation method of the KPhantom class. More... about 15 years ago
Updated the KPhantom class with encapsulation. More... about 15 years ago
Updated code including the encapsulation methods of UltraSoundsFiducialSegmentation.h and .cpp More... about 15 years ago