Versions in this module Expand all Collapse all v0 v0.0.3 May 22, 2022 Changes in this version + type Cascade struct + Size image.Point + Stage []CascadeStage + func ParseOpenCV(r io.Reader) (cascade *Cascade, name string, err error) + func (c *Cascade) Find(m image.Image) []image.Rectangle + func (c *Cascade) Match(m image.Image) bool + type CascadeStage struct + Classifier []Classifier + Threshold float64 + type Classifier struct + Feature []Feature + Left float64 + Right float64 + Threshold float64 + type Feature struct + Rect image.Rectangle + Weight float64