PlotClassificationHistogramNode =============================== Overview -------- Creates a stacked histogram of contour areas by predicted class. Inputs ------ - Crops Directory (String) - Bins (Int) - Min Area (Int) - Max Area (Int) - Output Dir (String) - Filename Prefix (String) Parameters ---------- - Bins: min 1, max 200, default 20. Number of histogram bins - Min Area: min 0, max 10_000_000, default 0 (auto). Lower bound for contour area filter - Max Area: min 0, max 10_000_000, default 0 (auto). Upper bound for contour area filter - Output Dir: directory where the histogram image is saved - Filename Prefix: prefix used for the saved histogram file name Outputs ------- - Histogram Image (ColorImage) - Saved Path (String) - Status (String) Example ------- Run ClassificationNode first, then plot the class histogram from its crops.