我已经将MLkit FaceDetection集成到了我的安卓应用程序中。我已经引用了下面的URL
人脸检测处理器类代码是
import java.io.IOException;
import java.util.List;
/** Face Detector Demo. */
public class FaceDetectionProcessor extends VisionProcessorBase<List<FirebaseVisionFace>> {
private static final String TAG = "FaceDetectio
我目前在android上做人脸识别的工作。我在互联网上花了相当长的时间,我在安卓系统中找到了FaceDetector.Face类。下面是这个类的实用程序:
Constants
float CONFIDENCE_THRESHOLD
int EULER_X The x-axis Euler angle of a face.
int EULER_Y The y-axis Euler angle of a face.
int EULER_Z The z-axis Euler angle of a face.
Public Methods
float confid