Package | Description |
---|---|
org.bytedeco.opencv.global | |
org.bytedeco.opencv.opencv_face |
Modifier and Type | Method and Description |
---|---|
static boolean |
opencv_face.getFaces(Mat image,
RectVector faces,
CParams params)
\brief Default face detector
This function is mainly utilized by the implementation of a Facemark Algorithm.
|
Modifier and Type | Method and Description |
---|---|
CParams |
CParams.cascade(BytePointer setter) |
CParams |
CParams.face_cascade(CascadeClassifier setter) |
CParams |
CParams.maxSize(Size setter) |
CParams |
CParams.minNeighbors(int setter) |
CParams |
CParams.minSize(Size setter) |
CParams |
CParams.scaleFactor(double setter) |
Copyright © 2020. All rights reserved.