Skip to main content

GGB Color Space in Python

Project description

GGB Color Space

PyPI license Travis CI docker codecov

This package is implementation of GGB color space from Development of a Robust Algorithm for Detection of Nuclei and Classification of White Blood Cells in Peripheral Blood Smear Image.

Installation

Install GGB

This package could be installed via PyPI.

pip3 install ggb

or manually:

python3 setup.py install

Building Docker Image

Dockerfile is also provided in this project. To build the image:

cd docker/
bash docker.build.sh

or pull it directly from Docker Hub:

docker pull reshalfahsi/ggb

Building the Documentation

The documentations to this package could be built using Sphinx.

cd docs/
pip3 install -r requirements.txt
make html

The HTML pages are in docs/build/html.

Quick Demo

This package supports various computer vision libraries such as OpenCV and PIL. Complete examples for these computer vision libraries are provided in here. For the short example in Python3:

# import the package and its necessary components
from ggb import GGB, ColorSpace

# we are using OpenCV
import cv2

import urllib.request as urllib
import numpy as np

# load image from internet
req = urllib.urlopen('https://github.com/reshalfahsi/GGB/raw/master/docs/img/leukocytes.png')
arr = np.asarray(bytearray(req.read()), dtype=np.uint8)
img = cv2.imdecode(arr, -1)

# convert to GGB Color
ggb_image = GGB(image=img, input_color=ColorSpace.BGR).process()

# show the result    
ggb_image.show()

# save the image to OpenCV format
img = ggb_image.write()

This package also could be run through CLI:

ggb /path/to/image --output /path/to/output

Result

Leukocytes

alt text

Fundus

alt text

Car

alt text

Download files

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

Source Distribution

ggb-1.1.5.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

ggb-1.1.5-py3-none-any.whl (10.7 kB view details)

Uploaded Python 3

File details

Details for the file ggb-1.1.5.tar.gz.

File metadata

  • Download URL: ggb-1.1.5.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.9

File hashes

Hashes for ggb-1.1.5.tar.gz
Algorithm Hash digest
SHA256 3840e7a52b9682f4f7a01a51f4bd7cd9d0b3872fcab5638cca5664b7c3d36f21
MD5 0cc2c4fc2c8f43fe00f1a525edbdf249
BLAKE2b-256 c329bc3089503b6a4576ec31369e1a47c2f117a556cf986827b152d44f532a57

See more details on using hashes here.

File details

Details for the file ggb-1.1.5-py3-none-any.whl.

File metadata

  • Download URL: ggb-1.1.5-py3-none-any.whl
  • Upload date:
  • Size: 10.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.9

File hashes

Hashes for ggb-1.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 4163fd4bdcbf0250123a1ee0c1ce99c1b6170e52fc0bc89a4493fe03da48a18e
MD5 274b9272ae09910fc93788525d776c38
BLAKE2b-256 ba61e4a8745c081e851266157f369b10025f6c45f5dc4695b03e6a7bd8411932

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