tracker

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package tracker include object tracker

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Track

func Track(d Tracker, img *common.Image, rect common.Rectangle) (common.Rectangle, error)

Track returns object tracked rect

Types

type LightTrack

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

LightTrack represents light track tracker

func NewLightTrack

func NewLightTrack() *LightTrack

NewLightTrack returns a new LightTrack

func (*LightTrack) Destroy

func (d *LightTrack) Destroy()

Destroy free tracker

func (*LightTrack) LoadModel

func (d *LightTrack) LoadModel(modelPath string) error

LoadModel load model for detecter

func (*LightTrack) Pointer

func (d *LightTrack) Pointer() unsafe.Pointer

Pointer implement Estimator interface

func (*LightTrack) Track

func (d *LightTrack) Track(img *common.Image, rect common.Rectangle) (common.Rectangle, error)

Track implement Object Tracker interface

type Tracker

type Tracker interface {
	common.Estimator
	Track(img *common.Image, rect common.Rectangle) (common.Rectangle, error)
}

Tracker represents Object Tracker interface

Jump to

Keyboard shortcuts

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