findSubArtifacts method

List<Artifact> findSubArtifacts()

Finds the connected components (artifacts) in a binary image matrix.

Implementation

List<Artifact> findSubArtifacts() => _findSubArtifacts(this);