Skip to content

IAP Version 2.0.3

Compare
Choose a tag to compare
@cklukas cklukas released this 09 Apr 13:25
· 151 commits to master since this release

V2.0.3 (April 9, 2016)

First new version which is released on GitHub. Source code repository content has been
transferred to GitHub.

  • A new filter HSV block has been added, the combination of multiple filters
    works like when using the Lab filter block. The old HSV filter is still
    available, but added to the block group 'Depricated'.
  • A new rank filter block makes it easy to extract the max/mean/median/min/
    variance/... from an image (with variable kernel size). This command
    should be used early on, as it does not work with images that have been
    segmented into fore- and background.

Further additions and bug fixes

  • The analysis block for morphological operations has been corrected to properly
    use a round mask of the given size.
  • The histogram block also saves the bin size (useful as a reference, if the number
    of bins has been adjusted from the default value).