Page MenuHomePhabricator

The mitk::AutoCropImageFilter changes the offset of the Original Image
Closed, ResolvedPublic

Description

After Cropping an Image, the Offset of the inputimage is changed.

Example Code:

mitk::AutoCropImageFilter::Pointer filter = mitk::AutoCropImageFilter::New();
filter->SetInput(MyImage); "MyImage" is a mitk::Image
filter->SetCroppingRegion(region);
"region" is a Region defined by an index and a size
filter->Update();

Event Timeline

you name it, you have it.

Please discuss with Tobias/Thiago/Marco before making any changes.

This Bug has been fixed by #11213. I will close it.