FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

forember/BCD: Basic boustrophedon cell decomposition · GitHub

/ BCD Public

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boustrophedon Cell Decomposition

Splits a binary image representing free space and obstacles into regions that can be covered using simple boustrophedon coverage. Mostly did this to brush up on C++ in preparation of resuming my CS degree at Winthrop University.

Dependencies

Building

To build, just run scripts/build.sh. Make sure you have a C++ compiler, libpng headers, and CMake installed.

Usage

bcd [-l LEEWAY] INPUT_PNG OUTPUT_PNG
  • INPUT_PNG: PNG image file with white as open space and black as obstacles.
  • OUTPUT_PNG: PNG image file to write partitioned map to.
  • LEEWAY: Number of pixels leeway to give overhangs.

About

Basic boustrophedon cell decomposition

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL