Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Detector ¶
type Detector struct {
FaceCascade *opencv.HaarCascade
EyeCascade *opencv.HaarCascade
}
Detector is struct which consist of FaceCascade and EyeCascade to detect face region and eyes region of picture, both of them are HaarClasifierCascade
func NewDetector ¶
NewDetector is Detector constructor, it takes faceCascadePath and eyeCascadePath, path file to your LoadHaarClassifierCascade
Click to show internal directories.
Click to hide internal directories.
