| 程序包 | 说明 |
|---|---|
| cn.smartjavaai.face.model.quality |
| 限定符和类型 | 方法和说明 |
|---|---|
R<FaceQualitySummary> |
Seetaface6QualityModel.evaluateAll(BufferedImage image,
DetectionRectangle rectangle,
List<Point> keyPoints) |
default R<FaceQualitySummary> |
FaceQualityModel.evaluateAll(BufferedImage image,
DetectionRectangle rectangle,
List<Point> keyPoints)
已过时。
|
R<FaceQualitySummary> |
Seetaface6QualityModel.evaluateAll(byte[] imageData,
DetectionRectangle rectangle,
List<Point> keyPoints) |
default R<FaceQualitySummary> |
FaceQualityModel.evaluateAll(byte[] imageData,
DetectionRectangle rectangle,
List<Point> keyPoints)
已过时。
|
R<FaceQualitySummary> |
Seetaface6QualityModel.evaluateAll(ai.djl.modality.cv.Image image,
DetectionRectangle rectangle,
List<Point> keyPoints) |
default R<FaceQualitySummary> |
FaceQualityModel.evaluateAll(ai.djl.modality.cv.Image image,
DetectionRectangle rectangle,
List<Point> keyPoints)
评估所有
|
R<FaceQualitySummary> |
Seetaface6QualityModel.evaluateAll(String imagePath,
DetectionRectangle rectangle,
List<Point> keyPoints) |
default R<FaceQualitySummary> |
FaceQualityModel.evaluateAll(String imagePath,
DetectionRectangle rectangle,
List<Point> keyPoints)
已过时。
|
Copyright © 2025. All rights reserved.