Skip to main content

label matrix coloring algorithm

Project description

PyPI version

ncolor bacteria

Fast remapping of instance labels 1,2,3,...,M to a smaller set of repeating, disjoint labels, 1,2,...,N. The four-color-theorem guarantees that at most four colors are required for any 2D segmentation/map, but this algorithm will opt for 5 or 6 to give an acceptable result if it fails to find a 4-color mapping quickly. Also works for 3D labels (<8 colors typically required) and perhaps higher dimensions as well.

Usage

If you have an integer array called masks, you may transform it into an N-color representation as follows:

import ncolor.ncolor as ncolor
ncolor_masks = ncolor.label(masks)

The integer array ncolor_masks can then be visualized using any color map you prefer. The example in this README uses the viridis colormap. See example.ipynb for more details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ncolor-1.1.1.tar.gz (76.8 kB view details)

Uploaded Source

Built Distribution

ncolor-1.1.1-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

Details for the file ncolor-1.1.1.tar.gz.

File metadata

  • Download URL: ncolor-1.1.1.tar.gz
  • Upload date:
  • Size: 76.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for ncolor-1.1.1.tar.gz
Algorithm Hash digest
SHA256 ad4a854844613422ce935bc6473f5c66f186922d89a9d59eccf62558f6546a57
MD5 bbfd41bac9a112e4de2d115dc07e033b
BLAKE2b-256 9167dd96e084a7c9760f5f2c3a0ea99014be5afca4f6b69cfb61f3bc3a222d3e

See more details on using hashes here.

File details

Details for the file ncolor-1.1.1-py3-none-any.whl.

File metadata

  • Download URL: ncolor-1.1.1-py3-none-any.whl
  • Upload date:
  • Size: 5.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for ncolor-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 77eace31b0eb4beb993b49911da6e760c472b6e7f4eae039219debbc2969bdbc
MD5 8266b23491c5a9e1626e2422b8b873a3
BLAKE2b-256 65a9a675ea6bae8c7a5320906a53dbb495e455fc4e453aefa99978c2a03f9eca

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page