openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
PLUS Toolkit
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 14 hours
ago. based on code collected
about 16 hours
ago.
Aug 01, 2025 — Aug 01, 2026
Showing page 123 of 128
Search / Filter on:
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).
alexis.boucharin
More...
about 15 years ago
Changed the image size parameters from const to non-const
alexis.boucharin
More...
about 15 years ago
Bug fixed: Device name was not set when only tracker was broadcasted.
Tamas Ungi
More...
about 15 years ago
re #120: Added some more logs (more transforms, frame number, etc.) to TRUS calibrator algorithm
Andras Lasso
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)
Andras Lasso
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
Tamas Heffter
More...
about 15 years ago
Fixed #118 DataCollector GetOutput should return MF oriented image Added MF orientation to Synthetic dataset
Tamas Heffter
More...
about 15 years ago
Fixed #116: Change image reader in segmentation test
Tamas Heffter
More...
about 15 years ago
Fixed #117: vtkVolumeReconstructor should wait between each AddTrackedFrame
Tamas Heffter
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).
Tamas Heffter
More...
about 15 years ago
Unused member variables deleted from BrachyTRUSCalibrator
Csaba Pinter
More...
about 15 years ago
re #115 Remove vtkSonixVideoSource and vtkICCapturingSource from repository
Tamas Heffter
More...
about 15 years ago
re #115 Remove vtkSonixVideoSource and vtkICCapturingSource from repository
Tamas Heffter
More...
about 15 years ago
re #87 Use MF as internal ultrasound orientation everywhere in the code Used US_IMAGE_ORIENTATION enums everywhere
Tamas Heffter
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.
Csaba Pinter
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
Tamas Heffter
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
Csaba Pinter
More...
about 15 years ago
PhantomDefinition file removed from vtkCalibrationControllerTests (it is found according to the calibration configuration file)
Csaba Pinter
More...
about 15 years ago
Phantom geometry is loaded from phantom definition file for iCal too
Csaba Pinter
More...
about 15 years ago
Id added to Wire (it is read from phantom definition file)
Csaba Pinter
More...
about 15 years ago
vtkPhantomRegistrationTest fixed; vtkFreehandCalibrationTest fix in terms of properly reading input (there is still no baseline, so it fails)
Csaba Pinter
More...
about 15 years ago
Segmentation tests fixed
Csaba Pinter
More...
about 15 years ago
Phantom definition config file search fixed in vtkCalibrationController; Calibration configuration files added for Thomas' phantom
Csaba Pinter
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
Csaba Pinter
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
Csaba Pinter
More...
about 15 years ago
Ascension3DGTracker code fixed. Rotation inverted.
Tamas Ungi
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.
alexis.boucharin
More...
about 15 years ago
Modified files to follow the encapsulation method of the KPhantom class.
alexis.boucharin
More...
about 15 years ago
Updated the KPhantom class with encapsulation.
alexis.boucharin
More...
about 15 years ago
Updated code including the encapsulation methods of UltraSoundsFiducialSegmentation.h and .cpp
alexis.boucharin
More...
about 15 years ago
←
1
2
…
119
120
121
122
123
124
125
126
127
128
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree