Page MenuHomePhabricator

Coordinate of max/min is wrong when planar figures are used as mask
Closed, ResolvedPublic

Description

The calculated coordinates for the maximum and minimum value in an image are wrong if a planar figure is used as mask. This does not happen when a mask image or no mask are used.

Event Timeline

New remote branch pushed: bug-14644-CoordinateMinMaxWrong

Please fix the following:

  • Initialize the new members in the class constructor(s)
  • Initialize local variables via assignment (tempMaxIndex, etc.)

Variable initialization fixed.

please change assignee when working on this bug

Changed "Assigned to" to the correct Michael.

[1ece0d]: Merge branch 'bug-14644-CoordinateMinMaxWrong'

Merged commits:

2013-03-13 14:02:57 Michael Goetz [e3bbbd]
Initialize all variables.


2013-03-06 16:15:32 Michael Goetz [3de436]
Added comments


2013-03-06 16:08:29 Michael Goetz [4beb73]
Checked if segmented via planarFigure and then added missing coordinate
dimension