Difference between revisions of "2012 Summer Project Week:BK-PLUS Integration"
From NAMIC Wiki
(Created page with '__NOTOC__ <gallery> Image:PW-MIT2012.png|Projects List Image:genuFAp.jpg|Scatter plot of the original FA data through the genu of the corpus…') |
|||
Line 5: | Line 5: | ||
Image:genuFA.jpg|Regression of FA data; solid line represents the mean and dotted lines the standard deviation. | Image:genuFA.jpg|Regression of FA data; solid line represents the mean and dotted lines the standard deviation. | ||
</gallery> | </gallery> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Key Investigators== | ==Key Investigators== | ||
Line 21: | Line 14: | ||
<h3>Objective</h3> | <h3>Objective</h3> | ||
− | Make live ultrasound images acquired by a BK ProFocus scanner available in 3D Slicer. | + | Make live ultrasound images acquired by a BK ProFocus scanner in the AMIGO suite at BWH available in 3D Slicer. |
</div> | </div> | ||
Line 30: | Line 23: | ||
Create a new video source class in the PLUS toolkit that receives the data from the scanner. PLUS can stream the live data through OpenIGTLink to Slicer. | Create a new video source class in the PLUS toolkit that receives the data from the scanner. PLUS can stream the live data through OpenIGTLink to Slicer. | ||
+ | * Test frame size, decimation, and orientation in vtkBkProFocusVideoSource and PlusBkProFocusReceiver | ||
+ | * Fix image display in vtkBkProFocusVideoSourceTest | ||
+ | * Add user option to record B-mode or RF-mode image | ||
+ | * Tentative: scan conversion from RF-mode (currently only intensities are converted, but the scanlines are not mapped to physical space). Algorithm may be available in Grabbie or could ask Mehdi, or implement a new one. | ||
+ | * Tentative: get displayed image data through the TCP/IP research interface. Need to apply a fix to Grabbie (Isaiah knows the details). Need to extend the BK interface class or create a new one. | ||
+ | * Tentative: perform temporal and spatial calibration with the BK and an Ascension 3DGm in AMIGO (needs B-mode image, either using the TCP/IP interface or a VGA framegrabber) | ||
+ | * Tentative: Try PLUS with the Black Magic Design HD capture card | ||
</div> | </div> | ||
Line 48: | Line 48: | ||
* https://www.assembla.com/spaces/plus | * https://www.assembla.com/spaces/plus | ||
* https://www.assembla.com/spaces/slicerigt | * https://www.assembla.com/spaces/slicerigt | ||
+ | * http://www.bkmed.com/pro_focus_en.htm | ||
* http://www.teledynedalsa.com/mv/products/saperaEssential.aspx | * http://www.teledynedalsa.com/mv/products/saperaEssential.aspx |
Revision as of 04:00, 16 June 2012
Home < 2012 Summer Project Week:BK-PLUS IntegrationKey Investigators
- Queen's: Andras Lasso
- BWH: Andriy Fedorov, Isaiah Norton
Objective
Make live ultrasound images acquired by a BK ProFocus scanner in the AMIGO suite at BWH available in 3D Slicer.
Approach, Plan
Create a new video source class in the PLUS toolkit that receives the data from the scanner. PLUS can stream the live data through OpenIGTLink to Slicer.
- Test frame size, decimation, and orientation in vtkBkProFocusVideoSource and PlusBkProFocusReceiver
- Fix image display in vtkBkProFocusVideoSourceTest
- Add user option to record B-mode or RF-mode image
- Tentative: scan conversion from RF-mode (currently only intensities are converted, but the scanlines are not mapped to physical space). Algorithm may be available in Grabbie or could ask Mehdi, or implement a new one.
- Tentative: get displayed image data through the TCP/IP research interface. Need to apply a fix to Grabbie (Isaiah knows the details). Need to extend the BK interface class or create a new one.
- Tentative: perform temporal and spatial calibration with the BK and an Ascension 3DGm in AMIGO (needs B-mode image, either using the TCP/IP interface or a VGA framegrabber)
- Tentative: Try PLUS with the Black Magic Design HD capture card
Progress
New interface class created in PLUS that can receive the RF data and do basic B-mode conversion through a CameraLink framegrabber (any DALSA card with Sapera SDK).
Delivery Mechanism
Integrating new features in PLUS and SlicerIGT extensions.