features

package
v0.0.0-...-e6cdf45 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ORB = iota
	BRISK
	SURF
	SIFT
	KAZE
	AKAZE
	FREAK
	FAST
	GFTT
)
View Source
const NAME = "features"

Variables

View Source
var (
	ErrNotSupported = errors.New("not supported")
)

Functions

func NewGoCV

func NewGoCV(opts ...options.Option) (pipeline.Step, error)

Types

type GOCVDetector

type GOCVDetector interface {
	Detect(gocv.Mat) []gocv.KeyPoint
	DetectAndCompute(src gocv.Mat, mask gocv.Mat) ([]gocv.KeyPoint, gocv.Mat)
}

type GOCVMatcher

type GOCVMatcher interface {
	KnnMatch(query, train gocv.Mat, k int) [][]gocv.DMatch
}

type Matcher

type Matcher interface {
	Match(a, b interface{}) interface{}
}

type Options

type Options struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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