Documentation ¶
Index ¶
- func BinarizeEnhancement(in *matrix.M) *matrix.M
- func BinarizeSegmented(in, out *matrix.M, meta types.Metadata)
- func BinarizeSkeleton(in, out *matrix.M, meta types.Metadata)
- func Metadata(in *matrix.M) types.Metadata
- func Normalize(in, out *matrix.M, meta types.Metadata)
- func Skeletonize(in *matrix.M)
- type Condition
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BinarizeSegmented ¶
BinarizeSegmented runs binarization with an optimized threshold that ensures the segmented area is as big an continuous as possible
func BinarizeSkeleton ¶
BinarizeSkeleton runs binarization with an optimized threshold that does not damage the skeleton itself.
func Metadata ¶
Metadata about the input image that can be re-used across several steps, without having to re-compute it again
func Skeletonize ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.