Page MenuHomePhabricator

Extend capabilities of USImageSource
Closed, ResolvedPublic

Description

The Ultrasound Image Source should offer a simple way to allow black and white conversion and to crop out a region of interest. These two steps should be made as soon as possible to reduce overhead on the consecutive pipeline.

Event Timeline

[5edc65]: Merge branch 'bug-12353-ExtendCapabilitiesOfUSImageSource'

Merged commits:

2012-07-03 16:34:26 Keno Maerz [a8c130]
Merge branch 'bug-12389-FixMemoryManagementOfOpenCVtoMITKFilter' into bug-12353-ExtendCapabilitiesOfUSImageSource


2012-07-03 16:24:29 Keno Maerz [384a03]
mitkOpenCVToMitkImageFilter now updates regardless of input pointer.

This solves problems where due to random coincidence the Adress of the pointer doesn't change.


2012-07-03 14:47:18 Keno Maerz [5c6537]
USImageVideoSource now employs OpenCV C++ API instead of C API, can now output greyscale and cropped images.


2012-07-02 13:05:50 Keno Maerz [dbbbb6]
Beginning implementation of crop feature for Videosource


2012-07-02 11:54:06 Keno Maerz [e73cf0]
UsImageVideoSOurce now delivers greyscale images by standard. can be Set to color images by calling setColorOutput(true)