Module imageproc::contours

source ·
Expand description

Functions for finding border contours within binary images.

Structs§

  • A border of an 8-connected foreground region.

Enums§

  • Whether a border of a foreground region borders an enclosing background region or a contained background region.

Functions§

  • Finds all borders of foreground regions in an image. All non-zero pixels are treated as belonging to the foreground.
  • Finds all borders of foreground regions in an image. All pixels with intensity strictly greater than threshold are treated as belonging to the foreground.