transformpipeline

package
v0.26.0 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: AGPL-3.0 Imports: 24 Imported by: 0

Documentation

Overview

Package transformpipeline defines image sources that apply transforms on images, and can be composed into an image transformation pipeline. The image sources are not original generators of image, but require an image source from a real camera or video in order to function.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Transformation

type Transformation struct {
	Type       string             `json:"type"`
	Attributes utils.AttributeMap `json:"attributes"`
}

Transformation states the type of transformation and the attributes that are specific to the given type.

func (Transformation) JSONSchema added in v0.2.11

func (Transformation) JSONSchema() *jsonschema.Schema

JSONSchema defines the schema for each of the possible transforms in the pipeline in a OneOf.

Jump to

Keyboard shortcuts

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