Package com.esprit.utils
Class FaceDetector
java.lang.Object
com.esprit.utils.FaceDetector
- All Implemented Interfaces:
Runnable
Utility class providing helper methods for the RAKCHA application. Contains
reusable functionality and common operations.
- Since:
- 1.0.0
- Version:
- 1.0.0
- Author:
- RAKCHA Team
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final FaceDetector.FaceDetectionCallback
private static final String
private final org.opencv.objdetect.CascadeClassifier
private final org.opencv.objdetect.CascadeClassifier
private static final String
private static final Logger
private final AtomicBoolean
private final org.opencv.videoio.VideoCapture
-
Constructor Summary
ConstructorsConstructorDescriptionPerforms FaceDetector operation. -
Method Summary
-
Field Details
-
LOGGER
-
FRONTAL_FACE_CASCADE
- See Also:
-
EYE_CASCADE
- See Also:
-
faceCascade
private final org.opencv.objdetect.CascadeClassifier faceCascade -
eyeCascade
private final org.opencv.objdetect.CascadeClassifier eyeCascade -
videoCapture
private final org.opencv.videoio.VideoCapture videoCapture -
running
-
callback
-
-
Constructor Details
-
FaceDetector
Performs FaceDetector operation.
-
-
Method Details