Skip to content

Julia code for "blobbing" features in a bitmapped image

License

Notifications You must be signed in to change notification settings

usnistgov/ItsDaBlob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ItsDaBlob

Code for grouping adjacent pixels meeting a threshold function together into a distinct object called a "blob."

Blobs can then be broken into sub-blobs based on curvature and gradient-type metrics to seperate sub-blobs from oneanother.

Given Julia Images correspondence between images and matrices, this code actually works on matrices and since the

About

Julia code for "blobbing" features in a bitmapped image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages