Skip to content

Masktools2 2.2.30

Latest
Compare
Choose a tag to compare
@pinterf pinterf released this 19 Feb 16:18

Masktools v2.2.30 (20220219)

  • mt_hysteresis new parameter:
    bool corners (default true)
    When set to false, mask expanding is ignoring corner-only connections.
    corners = true (default, old working mode):
    + + +
    + O +
    + + +

false:

    - + -
    + O +
    - + -

Where the '+' pixels indicate neighbors of the central 'O'
(See #23 )

  • Add atan2 two operand function to lut expression evaluation. Calls atan2(y,x) math library function.