Documentation
¶
Index ¶
- func GetGrayscale(img image.Image) [][]float64
- func GetRGB(img image.Image) [][][]float64
- func LoadGrayImage(filePath string) ([][]float64, error)
- func LoadImage(filePath string) (image.Image, error)
- func LoadRGBImage(filePath string) ([][][]float64, error)
- func RgbToGray(rgbImage [][][]float64) [][]float64
- func SaveImage(img interface{}, path string, gray bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetGrayscale ¶
func LoadGrayImage ¶
func LoadRGBImage ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.