Versions in this module Expand all Collapse all v0 v0.11.0 Feb 17, 2016 Changes in this version + func DetectFaces(haar string, image *cv.IplImage) []*cv.Rect + func DrawRectangles(image *cv.IplImage, rect []*cv.Rect, r int, g int, b int, thickness int) *cv.IplImage + type CameraDriver struct + Source interface{} + func NewCameraDriver(name string, source interface{}, v ...time.Duration) *CameraDriver + func (c *CameraDriver) Connection() gobot.Connection + func (c *CameraDriver) Halt() (errs []error) + func (c *CameraDriver) Name() string + func (c *CameraDriver) Start() (errs []error) + type WindowDriver struct + func NewWindowDriver(name string) *WindowDriver + func (w *WindowDriver) Connection() gobot.Connection + func (w *WindowDriver) Halt() (errs []error) + func (w *WindowDriver) Name() string + func (w *WindowDriver) ShowImage(image *cv.IplImage) + func (w *WindowDriver) Start() (errs []error)