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
2 days
ago. based on code collected
2 days
ago.
Aug 01, 2025 — Aug 01, 2026
Showing page 111 of 128
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
re #297: WIP Separate stepper calibration algorithms Fixed build errors on systems where the PLUS_USE_BRACHY_TRACKER is disabled
Tamas Heffter
More...
almost 15 years ago
re #297: WIP Separate stepper calibration algorithms Finished center of rotation algorithm and added nightly test for ulterius data
Tamas Heffter
More...
almost 15 years ago
Fixed #303: does not require framenumber and status fields any more when reading test data from mha file (only if filtered timestamp has to be computed from unfiltered timestamp)
Andras Lasso
More...
almost 15 years ago
Re #299: TrackedFrame has only protected members now, except ImageData, because it is stored as an object, and a copy is created every time it is requested with a Get function
Csaba Pinter
More...
almost 15 years ago
STYLE: TODO comment added.
Tamas Ungi
More...
almost 15 years ago
ENH: Test added for recorded tracked ultrasound replay.
Tamas Ungi
More...
almost 15 years ago
re #206: Stop DataCollector command added.
Tamas Ungi
More...
almost 15 years ago
re #206: Number of queued messages can be get.
Tamas Ungi
More...
almost 15 years ago
re #206: Timeout usage added.
Tamas Ungi
More...
almost 15 years ago
re #297: WIP Separate stepper calibration algorithms Fixed failed tests due to TranslationAxisOrientation set mistake
Tamas Heffter
More...
almost 15 years ago
re #297: WIP Separate stepper calibration algorithms - Added new vtkCenterOfRotationCalibAlgo and vtkRotationAxisCalibAlgo implementation with basic test files (not yet used for nightly tests)
Tamas Heffter
More...
almost 15 years ago
re #182: Class skeleton added.
Tamas Ungi
More...
almost 15 years ago
Removed VTK_LOG_TO_CONSOLE_ON/VTK_LOG_TO_CONSOLE_OFF (VTK log redirection is now implemented in vtkPlusLogger) Fixed timestamp copying from TrackedFrameList (3 modes are configurable: use one or both of filtered and unfiltered timestamps)
Andras Lasso
More...
almost 15 years ago
WIP: Saved data tracker ignores unfiltered timestamps
Csaba Pinter
More...
almost 15 years ago
WIP: Saved data tracker ignores unfiltered timestamps
Csaba Pinter
More...
almost 15 years ago
Re #231: Removed code that logged useless data; Other logging clarified
Csaba Pinter
More...
almost 15 years ago
Fixed #42, Re #231: Calibrator uses millimeter everywhere now; Baselines had to be replaced with their mm variants; Unused get function deleted from vtkCalibrationController; Notification about missing last used device set in application config file changed to debug message
Csaba Pinter
More...
almost 15 years ago
Re #231: Moved contents of BrachyTRUSCalibrator and Phantom classes to vtkCalibrationController; the now unnecessary files deleted
Csaba Pinter
More...
almost 15 years ago
Re #231: Changing cerr to Plus log in BrachyTRUSCalibrator; Further thinning of Phantom class (removing unnecessary parts)
Csaba Pinter
More...
almost 15 years ago
Re #231: Further thinning of Phantom class (removing unnecessary parts)
Csaba Pinter
More...
almost 15 years ago
Re #231: Further thinning of Phantom class (removing unnecessary parts)
Csaba Pinter
More...
almost 15 years ago
Re #231: Further thinning of Phantom class (removing unnecessary parts)
Csaba Pinter
More...
almost 15 years ago
Added CopyDefaultTransformFromTrackedFrameList and CopyImagesFromTrackedFrameList methods to simplify conversion from vtkTrackedFrameList to vtkTrackerBuffer & vtkVideoBuffer
Andras Lasso
More...
almost 15 years ago
Re #231: Further clarification and shortening of BrachyTRUSCalibrator; IO function moved to vtkProbeCalibrationControllerIO
Csaba Pinter
More...
almost 15 years ago
Re #231: Removed second interface for addDataPositionsPerImage and addValidationPositionsPerImage functions from BrachyTRUSCalibrator since they were not used anywhere and they were almost identical to the functions with the other parameter list
Csaba Pinter
More...
almost 15 years ago
Re #231: EnableSystemLog memners deleted (from config files too) since it will be determined by the verbose level; USImageFrameOriginInPixels member deleted from Phantom class (it was only used for the center of rotation in iCal which already had a CenterOfRotationPx member in vtkCalibrationController
Csaba Pinter
More...
almost 15 years ago
re #297: WIP Separate stepper calibration algorithms - Changed stepper calibration controller to use only the new vtkTranslAxisCalibAlgo
Tamas Heffter
More...
almost 15 years ago
Re #231: Remove unused code from Phantom and BrachyTRUSCalibrator; Changed system log file output to LOG_DEBUG; Changed try-catch to LOG_ERROR and return
Csaba Pinter
More...
almost 15 years ago
re #297: WIP Separate stepper calibration algorithms - Added translation axis calibration documentation to header - Optimized report table column filling
Tamas Heffter
More...
almost 15 years ago
re #297: WIP Separate stepper calibration algorithms - Moved GetStepperEncoderValues to vtkBrachyTracker - Changed back trace level to info for vtkTranslAxisCalibAlgoTests - replaced = ""; in the whole code with: - NULL, if it's a char* and you get/set it with VTK macros (you can then set the pointer to an empty string if you want to avoid having a NULL pointer: this->Something=NULL; SetSomething(""); ) - nothing, if it's a std::string constructor (std::string something = ""; is unnecessary, you can always safely use std::string something;) - clear(), if it's a std::string clearing (instead of something = ""; using something.clear() is more elegant and efficient)
Tamas Heffter
More...
almost 15 years ago
←
1
2
…
107
108
109
110
111
112
113
114
115
…
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