Binary Segmentation

Renders a binary segmap given a method, comparison type, and threshold.

  • Binary Settings: Determines the method to use to produce the binary segmap, either directly from 1 or more compatible materials, or by performing additional compositing.

  • Comparison Type: Determines how to compare the pixel values to the threshold, either "Greater Than" or "Less Than"

  • Threshold: Cut-off value for the binary mask.

  • Class Name: Name to assign to annotations produced using the binary mask.

  • Separate Contours: If checked, individual annotations will be produced for each contour of the binary mask. Otherwise, there will be at most 1 annotation per image which contains all contours from the binary segmap.

Last updated