Skip to content

Release v2.2.3

Choose a tag to compare

@github-actions github-actions released this 26 Apr 21:44
95eca69

Version 2.2.3 with more features on the brick transition utility and improvements on Avalonia UI version

  • Pre-algorithm input Filter for the brick transition helper pipeline now selectable: Box Blur, Bilateral, Median or no filter (None).
  • Segmentation algorithm for the brick transition helper pipeline now selectable: Watershed or XY Projection. More options will be added in the future. The XY Projection algorithm is particularly very useful on wall brick textures with straight joints. Use it without pre filter then.
image
  • Performance improvements and code refactoring on the brick transition pipeline. It is now faster on weaker devices, especially when Slice Corners is toggled on
  • Many improvements on the Avalonia UI version
  • Smaller bug fixes and corrections