Versions in this module Expand all Collapse all v0 v0.0.1 May 9, 2014 Changes in this version + func DecodeImage(filePath string) (img image.Image, err error) + func IsNude(imageFilePath string) (result bool, err error) + type Detector struct + SkinRegions Regions + func NewDetector(path string) *Detector + func (d *Detector) Parse() (result bool, err error) + func (d *Detector) String() string + type Pixel struct + X int + Y int + type Pixels []*Pixel + type Regions []Pixels + func (r Regions) Len() int + func (r Regions) Less(i, j int) bool + func (r Regions) Swap(i, j int)