Page MenuHomePhabricator

Inconsistency of SetThreshold in ImageToSurface filter
Closed, ResolvedPublic

Description

ImageToSurfaceFilter defines SetThreshold, LabeledImageToSurfaceFilter as well, but private. This is strange and also causes warnings about method overrides.

Event Timeline

This bug could not be fixed during the 2015.05 release.
Setting target_milestone to AfterNextRelease

There is no obvious reason why the threshold access methods had to be hidden. The according changes have already been reverted.