Documentation ¶
Index ¶
- Constants
- func NewDefault(opts ...options.Option) (pipeline.Step, error)
- func NewDeviceGoCV(opts ...options.Option) (pipeline.Step, error)
- func NewGoCV(opts ...options.Option) (pipeline.Step, error)
- func NewVideoFileGoCV(opts ...options.Option) (pipeline.Step, error)
- func WithDefaultReader(paths []string) options.Option
- func WithDeviceReaderGoCVDefault(id int) options.Option
- func WithDeviceReaderGoCVResolution(id, width, height int) options.Option
- func WithFileName(fname string) options.Option
- func WithId(id int) options.Option
- func WithPaths(paths []string) options.Option
- func WithReaderGoCV(paths []string) options.Option
- func WithResolution(width, height int) options.Option
- func WithVideoReaderGoCV(file string) options.Option
Constants ¶
View Source
const DEFAULT_NAME = "rimg"
View Source
const DEVICE_NAME = "rdev"
View Source
const IMAGE_GOCV_NAME = "rmat"
View Source
const VIDEO_GOCV_NAME = "rvid"
Variables ¶
This section is empty.
Functions ¶
func WithDefaultReader ¶
func WithFileName ¶
func WithReaderGoCV ¶
func WithResolution ¶
func WithVideoReaderGoCV ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.