Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BinaryThinning ¶
type BinaryThinning struct {
// contains filtered or unexported fields
}
func New ¶
func New(logger logger.TransparencyLogger) *BinaryThinning
func (*BinaryThinning) Thin ¶
func (t *BinaryThinning) Thin(input *primitives.BooleanMatrix, ty features.SkeletonType) (*primitives.BooleanMatrix, error)
type NeighborhoodType ¶
type NeighborhoodType int
const ( SKELETON NeighborhoodType = iota ENDING REMOVABLE )
Click to show internal directories.
Click to hide internal directories.