Documentation ¶
Index ¶
- Constants
- func NewDataToStereo(opts ...options.Option) (pipeline.Step, error)
- func NewImageToMat(opts ...options.Option) (pipeline.Step, error)
- func NewMatToImage(opts ...options.Option) (pipeline.Step, error)
- func WithDataToStereo() options.Option
- func WithImageToMat(src, dst store.FQDNType) options.Option
- func WithKey(src, dst store.FQDNType) options.Option
- func WithMatToImage(src, dst store.FQDNType) options.Option
- type Options
Constants ¶
View Source
const ( M2I_NAME = "mat2img" I2M_NAME = "mat2img" )
View Source
const D2S_NAME = "data2stereo"
Variables ¶
This section is empty.
Functions ¶
func WithDataToStereo ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.