Skip to content

Convert each region of an image into a tree. E.g. a tracing of a hand into connected branches between fingers and wrist.

License

Notifications You must be signed in to change notification settings

kobejohn/pixeltree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pixeltree

pixeltree converts each region of an image into a tree, for example, a tracing of a hand into connected branches between fingers and wrist.

Backstory

This was motivated by a StackOverflow question Building tree/graph from image points, I just couldn't let it go until I had something working.

Current status

It's more of a demo and not setup to work as in CLI or even as a library right now. It wouldn't take much work to get it there though.

Here are some example images:

Pre-reduced hand Image with large areas Image with various test sections

Dependency

  • Python
  • NumPy
  • OpenCV

License

The MIT License, see LICENSE.

About

Convert each region of an image into a tree. E.g. a tracing of a hand into connected branches between fingers and wrist.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages