Skip to content

This code take a black and white image and convert it black pixels into a list of numbers. These numbers contain the direction of a node in a quadtree.

Notifications You must be signed in to change notification settings

JuanPar063/Image_to_Quadtree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This code take a black and white image and convert it black pixels into a list of numbers. These numbers contain the direction of a node in a quadtree, this means that 231 is a reference, for example, to a node in the third level of the tree at the northwest part of the southwest part of the northeast part of the quadtree. Using this list of directions we can create a black and white image that take the directions of the nodes as a guide to built the image pixel by pixel.

About

This code take a black and white image and convert it black pixels into a list of numbers. These numbers contain the direction of a node in a quadtree.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages