类 Seetaface6FaceAttributeModel
- java.lang.Object
-
- cn.smartjavaai.face.model.attribute.Seetaface6FaceAttributeModel
-
- 所有已实现的接口:
FaceAttributeModel
public class Seetaface6FaceAttributeModel extends Object implements FaceAttributeModel
seetaface6 人脸属性识别模型- 作者:
- dwj
-
-
构造器概要
构造器 构造器 说明 Seetaface6FaceAttributeModel()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 DetectionResponsedetect(byte[] imageData)人脸属性识别(多人脸)FaceAttributedetect(byte[] imageData, DetectionRectangle faceDetectionRectangle, List<Point> keyPoints)人脸属性识别(单人脸)List<FaceAttribute>detect(byte[] imageData, DetectionResponse faceDetectionResponse)人脸属性识别(多人脸)DetectionResponsedetect(BufferedImage image)人脸属性识别(多人脸)FaceAttributedetect(BufferedImage image, DetectionRectangle faceDetectionRectangle, List<Point> keyPoints)人脸属性识别(单人脸)List<FaceAttribute>detect(BufferedImage image, DetectionResponse faceDetectionResponse)人脸属性识别(多人脸)DetectionResponsedetect(String imagePath)人脸属性识别(多人脸)FaceAttributedetect(String imagePath, DetectionRectangle faceDetectionRectangle, List<Point> keyPoints)人脸属性识别(单人脸)List<FaceAttribute>detect(String imagePath, DetectionResponse faceDetectionResponse)人脸属性识别(多人脸)FaceAttributedetectTopFace(byte[] imageData)人脸属性识别(分数最高人脸)FaceAttributedetectTopFace(BufferedImage image)人脸属性识别(分数最高人脸)FaceAttributedetectTopFace(String imagePath)人脸属性识别(分数最高人脸)voidloadModel(FaceAttributeConfig config)加载模型-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 cn.smartjavaai.face.model.attribute.FaceAttributeModel
detectCropedFace, detectCropedFace, detectCropedFace
-
-
-
-
方法详细资料
-
loadModel
public void loadModel(FaceAttributeConfig config)
从接口复制的说明:FaceAttributeModel加载模型- 指定者:
loadModel在接口中FaceAttributeModel
-
detect
public DetectionResponse detect(String imagePath)
从接口复制的说明:FaceAttributeModel人脸属性识别(多人脸)- 指定者:
detect在接口中FaceAttributeModel- 参数:
imagePath- 图片路径- 返回:
-
detect
public DetectionResponse detect(byte[] imageData)
从接口复制的说明:FaceAttributeModel人脸属性识别(多人脸)- 指定者:
detect在接口中FaceAttributeModel- 参数:
imageData- 图片字节流- 返回:
-
detect
public DetectionResponse detect(BufferedImage image)
从接口复制的说明:FaceAttributeModel人脸属性识别(多人脸)- 指定者:
detect在接口中FaceAttributeModel- 参数:
image- BufferedImage- 返回:
-
detect
public List<FaceAttribute> detect(String imagePath, DetectionResponse faceDetectionResponse)
从接口复制的说明:FaceAttributeModel人脸属性识别(多人脸)- 指定者:
detect在接口中FaceAttributeModel- 参数:
imagePath- 图片路径faceDetectionResponse- 人脸检测结果- 返回:
-
detect
public List<FaceAttribute> detect(byte[] imageData, DetectionResponse faceDetectionResponse)
从接口复制的说明:FaceAttributeModel人脸属性识别(多人脸)- 指定者:
detect在接口中FaceAttributeModel- 参数:
imageData- 图片数据faceDetectionResponse- 人脸检测结果- 返回:
-
detect
public List<FaceAttribute> detect(BufferedImage image, DetectionResponse faceDetectionResponse)
从接口复制的说明:FaceAttributeModel人脸属性识别(多人脸)- 指定者:
detect在接口中FaceAttributeModel- 参数:
image- BufferedImagefaceDetectionResponse- 人脸检测结果- 返回:
-
detect
public FaceAttribute detect(String imagePath, DetectionRectangle faceDetectionRectangle, List<Point> keyPoints)
从接口复制的说明:FaceAttributeModel人脸属性识别(单人脸)- 指定者:
detect在接口中FaceAttributeModel- 参数:
imagePath- 图片路径faceDetectionRectangle- 人脸检测结果-人脸框- 返回:
-
detect
public FaceAttribute detect(byte[] imageData, DetectionRectangle faceDetectionRectangle, List<Point> keyPoints)
从接口复制的说明:FaceAttributeModel人脸属性识别(单人脸)- 指定者:
detect在接口中FaceAttributeModelfaceDetectionRectangle- 人脸检测结果-人脸框- 返回:
-
detect
public FaceAttribute detect(BufferedImage image, DetectionRectangle faceDetectionRectangle, List<Point> keyPoints)
从接口复制的说明:FaceAttributeModel人脸属性识别(单人脸)- 指定者:
detect在接口中FaceAttributeModel- 参数:
image- BufferedImagefaceDetectionRectangle- 人脸检测结果-人脸框- 返回:
-
detectTopFace
public FaceAttribute detectTopFace(String imagePath)
从接口复制的说明:FaceAttributeModel人脸属性识别(分数最高人脸)- 指定者:
detectTopFace在接口中FaceAttributeModel- 返回:
-
detectTopFace
public FaceAttribute detectTopFace(byte[] imageData)
从接口复制的说明:FaceAttributeModel人脸属性识别(分数最高人脸)- 指定者:
detectTopFace在接口中FaceAttributeModel- 返回:
-
detectTopFace
public FaceAttribute detectTopFace(BufferedImage image)
从接口复制的说明:FaceAttributeModel人脸属性识别(分数最高人脸)- 指定者:
detectTopFace在接口中FaceAttributeModel- 返回:
-
-