CalculateRegionPropsNode

Overview

Computes region properties for contours and saves them to CSV.

Inputs

  • Input Image (GrayScaleImage)

  • Contours (Contours)

  • Min Area (Int)

  • Output CSV (String)

Parameters

  • Min Area: min 0, max 10000, default 100. Filters out small contours before computing properties

  • Output CSV: path where the properties table is saved

Outputs

  • Annotated Image (ColorImage)

  • Properties Count (Int)

  • CSV Path (String)

  • Status (String)

Example

Use Output CSV to save metrics for downstream analysis in Python or R.