pair

package
v0.0.0-...-71cea12 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2015 License: BSD-3-Clause, MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Camera

type Camera interface {
	GrabFrame() bool
	RetrieveFrame(int) *opencv.IplImage
	Release()
}

type Cascade

type Cascade interface {
	DetectObjects(*opencv.IplImage) []*opencv.Rect
	Release()
}

type Checker

type Checker struct {
	Camera  Camera
	Cascade Cascade
}

func (*Checker) Present

func (c *Checker) Present() (bool, error)

Jump to

Keyboard shortcuts

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