Find contours

../../../../_images/image_find_contour.svg

Extracts iso-contours based on intensity levels in the image. Uses a 2D case of the marching cubes algorithm.

Documentation

Extracts iso-contours based on intensity levels in the image. Uses a 2D case of the marching cubes algorithm.

Definition

Input ports

image image

Image to extract contours from

Output ports

contours [table]

Contours

Configuration

Level (level)

The intensity level at which to extract contours

Examples

Implementation

class node_contours.FindContours[source]