Module skeletonize::neighbors[][src]

Struct and utilities for calculating the status of neighboring pixels.

Structs

NeighborInfo

Struct with information describing the surrounding pixels.

Functions

get_neighbor_info

Calculate and return a NeighborInfo struct which contains the number of occupied neighbor pixels, number of neighbor pixels, and the edge status of the neighboring pixels.