gonude

package module
v0.0.0-...-868c25d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 29, 2016 License: Apache-2.0 Imports: 5 Imported by: 0

README

gonude

=======

About

Nudity detection with Go. Port of nude.js(https://github.com/pa7/nude.js) and nude.py(https://github.com/hhatto/nude.py) to Go.

Installation

 $ go get github.com/julianshen/gonude

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsNude

func IsNude(img *image.Image) bool

Types

type Region

type Region struct {
	Id    uint16
	Count int
}

type Regions

type Regions []*Region

func (Regions) Len

func (r Regions) Len() int

func (Regions) Less

func (r Regions) Less(i, j int) bool

func (Regions) Swap

func (r Regions) Swap(i, j int)

type SkinImg

type SkinImg struct {
	Img         *image.Image
	SkinRegions Regions
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL