esimov / pigo

Fast face detection, pupil/eyes localization and facial landmark points detection library in pure Go.
MIT License
4.37k stars 309 forks source link

fd struct pops out of nowhere in README.md #25

Closed ghost closed 4 years ago

ghost commented 4 years ago
cParams := pigo.CascadeParams{
    MinSize:     fd.minSize,
    MaxSize:     fd.maxSize,
    ShiftFactor: fd.shiftFactor,
    ScaleFactor: fd.scaleFactor,

    ImageParams: pigo.ImageParams{
        Pixels: pixels,
        Rows:   rows,
        Cols:   cols,
        Dim:    cols,
    },
}

It never appears in README.md apart from these four lines.

esimov commented 4 years ago

Thanks for the notice. I've changed them to the default values.