Skip to main content

Gray Level Run Length Matrix

Project description

python-glrlm

This is library of Gray Level Run Length Matrix, feature extraction method of image processing

GitHub GitHub top language GitHub all releases GitHub release (latest by date)

Installation

pip install glrlm

Usage Example

from glrlm import GLRLM
import cv2

IMG_PATH = 'path_to_your/image'
img = cv2.imread(IMG_PATH)

app = GLRLM()
glrlm = app.get_features(img, 8)

Features extracted

Feature extraction result from GLRLM library

  • SRE = Short Run Emphasis
  • LRE = Long Run Emphasis
  • GLU = Grey Level Uniformity
  • RLU = Run Length Uniformity
  • RPC = Run Percentage

Support

Reach me out on Email

Contribution

If you find out this library as useful please give it a star to let everyone know. If you have idea on how to improve this library, I am always open for every contributors. Thank you!

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

glrlm-0.1.0.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

glrlm-0.1.0-py3-none-any.whl (6.9 kB view hashes)

Uploaded Python 3

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