Documentation ¶
Index ¶
- func Im2bw(img image.Gray, level uint8) (bw *image.Gray)
- func Im2gray(img image.Image) (gray *image.Gray)
- func Imread(name string) (img image.Image, format string, err error)
- func Imwrite(img image.Image, name, format string) (err error)
- func Otsuthresh(hist *Histogram, size int) (threshold uint8)
- type Histogram
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Otsuthresh ¶
Global histogram threshold using Otsu's method
Types ¶
Click to show internal directories.
Click to hide internal directories.