Page MenuHomePhabricator

OpenCVToMitkImageFilter does not generate output data after cv::Mat was set
Closed, ResolvedPublic

Description

Set OpenCV Mat by calling SetOpenCVMat() and call Update() on the filter. The ouptut is not updated afterwards.

Filter must be set modified inside the SetOpenCVMat() method to fix this.

Event Timeline

New remote branch pushed: bug-16709-OpenCVToMitkImageFilterDoesNotGenerateOutputDataAfterCvMatWasSet

[aef582]: Merge branch 'bug-16709-OpenCVToMitkImageFilterDoesNotGenerateOutputDa

Merged commits:

2013-12-20 11:07:41 Adrian Winterstein [35d2cb]
OpenCVToMitkImageFilter is marked as modified when a cv::Mat is set to the filter.


2013-12-20 11:07:03 Adrian Winterstein [f42adf]
Extended OpenCVMitkConversionTest for testing multiple conversions of cv::Mat.