viscapture

package
v0.31.0 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2024 License: AGPL-3.0 Imports: 4 Imported by: 2

Documentation

Overview

Package viscapture implements VisCapture struct returned by the CaptureAllFromCamera vision service method

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CaptureOptions

type CaptureOptions struct {
	ReturnImage           bool
	ReturnDetections      bool
	ReturnClassifications bool
	ReturnObject          bool
}

CaptureOptions is a struct to configure CaptureAllFromCamera request.s.

type VisCapture

type VisCapture struct {
	Image           image.Image
	Detections      []objectdetection.Detection
	Classifications classification.Classifications
	Objects         []*vision.Object
}

VisCapture is a struct providing bundled capture of vision objects.

Jump to

Keyboard shortcuts

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