2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Re #461: WIP vtkPlusDevice class added as a common base class for vtkTracker and vtkPlusVideoSource; FrameRate and Frequency replaced with AcquisitionRate in the config files More... about 14 years ago
Modified VolumeReconstructor so that if no clipping rectangle is defined (rectangle size is 0,0) then no clipping is performed (the full image slice is pasted) More... about 14 years ago
re #465: Added test for Epiphan framegrabbers. Removed epiphan header file from the public API (vtkEpiphanVideoSource.h). Renamed XML attributes for clipping rectangle definition to: ClipRectangleOrigin and ClipRectangleSize. More... about 14 years ago
Added option to VolumeReconstructor to read Image to Reference transform from the config file (from VolumeReconstruction element's ReferenceCoordinateFrame and ImageCoordinateFrame attributes). Made CoordinateTransforms element optional. More... about 14 years ago
re #336: Added sample tool definitions. Read ROM files from path relative to the config file directory. Added baud rate parameter for NDI. Fixed false warnings in Release mode. More... about 14 years ago
re #465: Cleaned up Epiphan build (removed hardcoded paths) More... about 14 years ago
re #465 * Removed timing vtkTimerLog function. Time stamp now done internally by PLUS * Added delete this->cropRect in destructor * Added FrmGrab_Start and FrmGrab_Stop in InternalStartRecording and InternalStopRecording * Added error message if frame==NULL and changed return value to PLUS_FAIL * The following specification can read from configuration file: SerialNumber VideoFormat - Support for RGB8 and Y8 (default Y8) CropRectX, CropRectY,CropRectWidth,CropRectHeight (default NULL) * Cleaned the code * Ready to be tested by others More... about 14 years ago
re #465: Epiphan video grabber support Major changes done to vtkEpiphanVideoSource Device now connects successfully in fcal. More... about 14 years ago
#465 Epiphan video grabber support. First Commit. Not working yet. More... about 14 years ago
re #336: Removed reference marker from low-level tracker class. Reference transform are defined at application level, using the transform repository. More... about 14 years ago
Testing #508, Fixed the Nearest Neighbor Calculation (it continued to search after finding the nearest neighbors). More... over 14 years ago
Re #500, Gaussian kernel is now calculated as floating point numbers. There was a bug in the calculation of the Gaussian matrix causing significant bias in weighing toward the x axis, but this has been fixed. More... over 14 years ago
re #348: Added configuration options for MicronTracker to set marker file directory and ini file name. Cleaned up a bit the MicronTracker C++ wrapper classes and improved error reporting. More... over 14 years ago
re #497: Convert the accelerometer measurement value to a transformation composed of two rotations More... over 14 years ago
Re #481 Corrected the way the number of holes is calculated More... over 14 years ago
fixed #497: Removed verbose logging More... over 14 years ago
re #497: Added basic support for PhidgetSpatial accelerometer More... over 14 years ago
Fixed #496 More... over 14 years ago
re: #346 Added function to get the maximum correlation error. Also removed some code portions that had previously been used for debugging purposes but are no longer used. More... over 14 years ago
Re #481, added RMS and number of filled holes to the output of CompareVolumes. CompareVolumes now also requires a fifth input - the testing volume's alpha component. More... over 14 years ago
Updated Plus version to 1.5.3 More... over 14 years ago
Fixed #481 Added information about the input parameters to the CompareVolumes output, such as the region of interest, the ground truth, the ground truth alpha, and the slices alpha. More... over 14 years ago
Re #481 Added functionality to the CompareVolumes program. The program is now capable of exporting fourier transforms of the region of interest. It will also write the cropped volumes themselves to a file. More... over 14 years ago
Re #436: Added additional functionality to the volume reconstructor More... over 14 years ago
Fixed Ascension tracker warning message if one of the connected tool is not defined in the configuration file (display tool name instead of a memory address). More... over 14 years ago
Fixed #493: Added MaxTimeSpentWithProcessingMs and MaxNumberOfIgtlMessagesToSend to PlusOpenIGTLinkServer configuration file to be able to control the frame rate and the number of messages we send. More... over 14 years ago
fixed #495: Send status OK message to keep alive connection while the sending frame rate is low. More... over 14 years ago
Test #486 Added functionality for multiple hole filling methods to be defined. More... over 14 years ago
re #494: Changed Ascension tracker to the asynchronous API More... over 14 years ago
Fixed #493: Fixed data collector hardware device GetNumberOfFramesBetweenTimestamps function in tracker only mode. Decreased PlusServer DELAY_ON_NO_NEW_FRAMES_SEC to 5 ms. More... over 14 years ago