Documentation
¶
Index ¶
- func SaveImage(img *Img, filename string) error
- type Img
- func (img *Img) Blur() (*Img, error)
- func (img *Img) Brighten(bVal float64) (*Img, error)
- func (img *Img) ColorCorrect() (*Img, error)
- func (img *Img) EdgeDetect() (*Img, error)
- func (img *Img) GetBlue() (*Img, error)
- func (img *Img) GetGrayScaleByIntensity() (*Img, error)
- func (img *Img) GetGrayScaleByValue() (*Img, error)
- func (img *Img) GetGreen() (*Img, error)
- func (img *Img) GetHistogram(histSize int) (*Img, error)
- func (img *Img) GetRed() (*Img, error)
- func (img *Img) HaarCompress(ratio float64) (*Img, error)
- func (img *Img) HorizontalFlip() (*Img, error)
- func (img *Img) LevelAdjust(blacks, mids, whites float64) (*Img, error)
- func (img *Img) Sharpen() (*Img, error)
- func (img *Img) VerticalFlip() (*Img, error)
- type Pixel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Img ¶
type Img struct {
// contains filtered or unexported fields
}
func (*Img) ColorCorrect ¶
func (*Img) EdgeDetect ¶
func (*Img) GetGrayScaleByIntensity ¶
func (*Img) GetGrayScaleByValue ¶
func (*Img) LevelAdjust ¶
TODO implement this
Click to show internal directories.
Click to hide internal directories.