Skip to content

Functions for connected component analysis of 2D/3D segmentation data.

License

Notifications You must be signed in to change notification settings

pritesh-mehta/connected-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connected-Component

This repository contains the following functions for connected component analysis of 2D/3D segmentation data:

  1. keep_largest_connected_component

  2. count_connected_component

  3. label_connected_component

Installation instructions

  1. Clone/download repository.

  2. Change directory into repository.

  3. Install:

    pip install .
    

How to use it

  • Function imports.

  • Command line:

     connected_component --input_dir .\sample_data\0_sample_seg --output_dir .\sample_data\1_output --count_cc --keep_largest_cc
    

About

Functions for connected component analysis of 2D/3D segmentation data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages