Skip to content

This project provides CLI functionality for image binarization and thinnig using Bradley-Roth and Zhang-Suen algorithms

Notifications You must be signed in to change notification settings

danilovkiri/go-image-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Image Skeleton

An image skeletonization CLI tool


Description

This project provides CLI functionality for image binarization via Bradley-Roth and thinning via Zhang-Suen.

Installation

Use go install to install go-image-skeleton.

go install -v github.com/danilovkiri/go-image-skeleton/cmd/go-image-skeleton@latest

Usage

The --debug flag is optional and will result in printing out the image matrices per each Zhang-Suen iteration if invoked, --input is required.

go-image-skeleton --debug --input /path/to/input.png --output /path/to/output.png --workers 8

Example

The left image represents the original fingerprint image with the right being its skeleton.

About

This project provides CLI functionality for image binarization and thinnig using Bradley-Roth and Zhang-Suen algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages