2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 01, 2025 — Aug 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated code with encapsulation for SegmentationResults class. Code compiles and runs. tests passed with success. More... about 15 years ago
Updated code to match the encapsulation of the updated Segmentation Parameters. Compiles and passes the test with success. More... about 15 years ago
updated code with encapsulation for SegmentationParameters (protected values and Get/Set functions). Compiles, run and pass the tests with success ! More... about 15 years ago
Formatting More... about 15 years ago
Some progress on showing devices More... about 15 years ago
Added PLUS_USE_SLICER and SLICER_BIN_DIRECTORY cmake variables to PlusLib use file More... about 15 years ago
Fixed vtkOpenIGTLinkBroadcaster test and removed ERROR only verbose levels from tests. More... about 15 years ago
Added better error handling to calibration controllers More... about 15 years ago
Changed batch files to avoid too long line Moved AnkhSVN hack to solution mode only More... about 15 years ago
Fixed vtkDataCollectorTest2 failed test More... about 15 years ago
Commented code added for being sample for log level setting More... about 15 years ago
The changed USCalibrationConfig.xml ruined the segmentation tests that used it - fixed by adding new baselines for them and one dataset needed new calibration config file too More... about 15 years ago
Changed back to the original one (Tomi accidentally commited a test version) More... about 15 years ago
Added -I [regexp] for running individual tests More... about 15 years ago
re #79: Remove seek and play from video and tracker buffer Fixed comments after code review More... about 15 years ago
vtkUSCalibrationControllerTest* tests are good now, the only thing needed is a new baseline because we (with Tomi) changed the number of images needed for probe rotation from 200 to 500; Also removed unnecessary warnings (changed them to debugs) from vtkCalibrationController::ReadRealtimeCalibrationConfiguration and now we set default values for them if they are not present in the file; StylusCalibrationControllerTest is fixed More... about 15 years ago
These 2 files are implementing all of: drawing.cpp, kphantseg.cpp, kphantseg.h, morph.cpp, segimpl.h, sort.h, binsearch.h. The code compiles and the the tests run with success. More... about 15 years ago
Updated CMakeLists.txt to take in account the new file: UltraSoundFiducialSegmentation.cpp and its header. Compiles and the test run with success. More... about 15 years ago
replacing all the uint by unsigned int as they were previously defined via a typedef. Updated the name "pixel" to "PixelType". Codes compile and the tests do not fail. More... about 15 years ago
Tests added using images from different ultrasound machines to UsFidSegAlgo, configuration and baseline files added for these tests; USCalibrationConfig.xml replaced with its previous version More... about 15 years ago
re #79: Remove seek and play from video and tracker buffer Fixed comments after code review More... about 15 years ago
Fixed: USFidSegTest, StylusCalibrationTest, PhantomRegistrationTest, image orientation tags in test images and fCal video acquisition; Shorter names for some device sets; Changing scaling estimation from 0.19 to 2.0 because the segmentation test expects that (segmentation is equally good, just the output file is different) More... about 15 years ago
New() function and StandardNewMacro added to vtkCalibrationController (was not a real abstract class anyway) More... about 15 years ago
re #60: Disable connect button after connecting and re-enable it when selecting another device set from the list; Functions added into stylus calibration for later use (when we decided the exact config file behavior - eg. which classes hold which parts of the data collection configuration and who does the I/O) More... about 15 years ago
re #60: Parse up selected configuration directory, populate combobox with config files, on selecting a file, description is shown, connect button connects to device set (note: previous commit also belongs to this issue, my bad) More... about 15 years ago
Configuration toolbox for selecting data collection config file and device set has been created (non-functional yet) More... about 15 years ago
Reset calibration logic More... about 15 years ago
Realtime image visualization done More... about 15 years ago
Display synchronized data in vtkDataCollectorTest1 More... about 15 years ago
Fixed OpenIGTLinkBroadcaster crashes when SendToLink is NULL problem More... about 15 years ago