Documentation
¶
Overview ¶
Package segmentor pose estimator
Index ¶
- func Matting(d Segmentor, img *common.Image, out *common.Image) error
- func Merge(d Segmentor, img *common.Image, bg *common.Image, out *common.Image) error
- type Deeplabv3plus
- func (d *Deeplabv3plus) Destroy()
- func (d *Deeplabv3plus) LoadModel(modelPath string) error
- func (d *Deeplabv3plus) Matting(img *common.Image, out *common.Image) error
- func (d *Deeplabv3plus) Merge(img *common.Image, bg *common.Image, out *common.Image) error
- func (d *Deeplabv3plus) Pointer() unsafe.Pointer
- type ERDNet
- type RVM
- type Segmentor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Deeplabv3plus ¶
type Deeplabv3plus struct {
// contains filtered or unexported fields
}
Deeplabv3plus represents deeplabv3plus segmentor
func NewDeeplabv3plus ¶
func NewDeeplabv3plus() *Deeplabv3plus
NewDeeplabv3plus returns a new Deeplabv3plus
func (*Deeplabv3plus) LoadModel ¶
func (d *Deeplabv3plus) LoadModel(modelPath string) error
LoadModel load model for detecter
func (*Deeplabv3plus) Pointer ¶
func (d *Deeplabv3plus) Pointer() unsafe.Pointer
Pointer implement Estimator interface
type ERDNet ¶
type ERDNet struct {
// contains filtered or unexported fields
}
ERDNet represents erdnet segmentor
Click to show internal directories.
Click to hide internal directories.