Skip to content

IAP Version 2.0.2

Compare
Choose a tag to compare
@cklukas cklukas released this 05 Apr 12:33
· 200 commits to master since this release

V2.0.2 (July 27/Sep 2, 2015)

Functions related to our award-winning (1st place) approach for foreground-/ background-separation and leaf counting, as described in our presentation and publication in connection with the CVPPP 2014 workshop in Zurich:

  • A new analysis block to count the number of different colors in the VIS images has been added (BlCountColors).
  • Detect leaf center points block: calculates a eucledian distance map and detects peaks in that image. As a result center points in convex areas are detected (e.g. leaves of rosette plants) (BlDetectLeafCenterPoints).
  • Label leaf areas using advanced graph-based leaf area split line calculations. Only IAP incorporates an advanced graph library (VANTED) utilizing graph visualisation and manipulation commands (BlDetectLeafCenterPoints).

Further additions and bug fixes:

  • The calculation of the convex hull length was incorrect. This problem has been resolved. Previous calculations of the convex hull length and of the convex hull compactness are either incorrect (in about 10% of the cases) or missing in the result table row (in about 90% of the cases). Other values, such as convex hull area are not affected by this bug.
  • For testing purposes a image resize block was added.
  • Datasets can be created from a list of files using the 'Load or Create Dataset' > 'Create Dataset from Files' commands.