Page MenuHomePhabricator

Remove mitkOpenCVVideoSource dependency from MakeUsImageVideoSource
Closed, ResolvedPublic

Description

mitkOpenCVVideoSource is not really suited anymore for what the USImageSource does. Interaction is faster and more securely programmed in direct interaction with OpenCV.

Event Timeline

[f4227f]: Merge branch 'bug-12785-RemoveMitkOpenCVVideoSourceDependencyFromMakeU

Merged commits:

2012-08-03 16:03:41 Keno Maerz [a301bb]
Made NewVideoDeviceWidget support color/greyscale option while I was at it


2012-08-03 15:46:49 Keno Maerz [021679]
Set Ultrasound Plugin to show the correct first panel again


2012-08-03 15:35:52 Keno Maerz [f4cc16]
Some Changes to the way the VideoSource gets initialized to make code more transparent and robust. Resolution Override is no available in NewVideoDeviceWidget


2012-08-03 12:57:14 Keno Maerz [7a0c88]
Removed mitkOpenCV Videosource from USImageVideoSource

mitUsImageVideoSource now directly communicates with openCV to quire Images. Furthermore it supports a workaround to an openCV Problem, where some devices not work as expected. See class documentation for details.