imgridwindow

package
v0.0.0-...-ee10b3e Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2020 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Filter

type Filter func(v float64) float64

type ImGridWindow

type ImGridWindow struct {
	fyne.Window
	// contains filtered or unexported fields
}

func New

func New(app fyne.App, title string) *ImGridWindow

func (*ImGridWindow) AddImage

func (igw *ImGridWindow) AddImage(mat gocv.Mat)

func (*ImGridWindow) Group

func (igw *ImGridWindow) Group(name string, pos Position) *widget.Group

func (*ImGridWindow) SetImage

func (igw *ImGridWindow) SetImage(i int, mat gocv.Mat)

func (*ImGridWindow) Trackbar

func (igw *ImGridWindow) Trackbar() trackbarBuilder

type Position

type Position int
const (
	PositionTop Position = iota + 1
	PositionBottom
	PositionLeft
	PositionRight
)

type Value

type Value func() (max float64, in, out Filter)

func IntegerRange

func IntegerRange(min, max int) Value

Jump to

Keyboard shortcuts

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