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.