Registry / other / esimov-pigo

esimov-pigo

JSON →
library1.4.6gogounverified

A pure Go face detection library based on pixel intensity comparisons.

go get github.com/esimov/pigo
INSTALL
IMPORT
SIG · ESIMOV-PIGO
E
esimov-pigo
othergov1.4.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pigo
github.com/esimov/pigo

Initialize a Pigo face classifier

package main import ( "fmt" "github.com/esimov/pigo/core" ) func main() { cascadeFile := []byte{} // load cascade file classifier, _ := pigo.NewClassifier(cascadeFile) fmt.Println(classifier) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
esimov-pigo — go get esimov-pigo · libregistry