public interface FaceQualityModel extends AutoCloseable
closevoid loadModel(QualityConfig config)
config - @Deprecated default R<FaceQualityResult> evaluateBrightness(BufferedImage image, DetectionRectangle rectangle, List<Point> keyPoints)
image - rectangle - keyPoints - @Deprecated default R<FaceQualityResult> evaluateBrightness(String imagePath, DetectionRectangle rectangle, List<Point> keyPoints)
imagePath - rectangle - keyPoints - @Deprecated default R<FaceQualityResult> evaluateBrightness(byte[] imageData, DetectionRectangle rectangle, List<Point> keyPoints)
imageData - rectangle - keyPoints - @Deprecated default R<FaceQualityResult> evaluateClarity(BufferedImage image, DetectionRectangle rectangle, List<Point> keyPoints)
image - rectangle - keyPoints - @Deprecated default R<FaceQualityResult> evaluateClarity(String imagePath, DetectionRectangle rectangle, List<Point> keyPoints)
imagePath - rectangle - keyPoints - @Deprecated default R<FaceQualityResult> evaluateClarity(byte[] imageData, DetectionRectangle rectangle, List<Point> keyPoints)
imageData - rectangle - keyPoints - @Deprecated default R<FaceQualityResult> evaluateCompleteness(BufferedImage image, DetectionRectangle rectangle, List<Point> keyPoints)
image - rectangle - keyPoints - @Deprecated default R<FaceQualityResult> evaluateCompleteness(String imagePath, DetectionRectangle rectangle, List<Point> keyPoints)
imagePath - rectangle - keyPoints - @Deprecated default R<FaceQualityResult> evaluateCompleteness(byte[] imageData, DetectionRectangle rectangle, List<Point> keyPoints)
imageData - rectangle - keyPoints - @Deprecated default R<FaceQualityResult> evaluatePose(BufferedImage image, DetectionRectangle rectangle, List<Point> keyPoints)
image - rectangle - keyPoints - @Deprecated default R<FaceQualityResult> evaluatePose(String imagePath, DetectionRectangle rectangle, List<Point> keyPoints)
imagePath - rectangle - keyPoints - @Deprecated default R<FaceQualityResult> evaluatePose(byte[] imageData, DetectionRectangle rectangle, List<Point> keyPoints)
imageData - rectangle - keyPoints - @Deprecated default R<FaceQualityResult> evaluateResolution(BufferedImage image, DetectionRectangle rectangle, List<Point> keyPoints)
image - rectangle - keyPoints - @Deprecated default R<FaceQualityResult> evaluateResolution(String imagePath, DetectionRectangle rectangle, List<Point> keyPoints)
imagePath - rectangle - keyPoints - @Deprecated default R<FaceQualityResult> evaluateResolution(byte[] imageData, DetectionRectangle rectangle, List<Point> keyPoints)
imageData - rectangle - keyPoints - @Deprecated default R<FaceQualitySummary> evaluateAll(String imagePath, DetectionRectangle rectangle, List<Point> keyPoints)
imagePath - rectangle - keyPoints - @Deprecated default R<FaceQualitySummary> evaluateAll(BufferedImage image, DetectionRectangle rectangle, List<Point> keyPoints)
image - rectangle - keyPoints - @Deprecated default R<FaceQualitySummary> evaluateAll(byte[] imageData, DetectionRectangle rectangle, List<Point> keyPoints)
imageData - rectangle - keyPoints - default R<FaceQualityResult> evaluateBrightness(ai.djl.modality.cv.Image image, DetectionRectangle rectangle, List<Point> keyPoints)
image - rectangle - keyPoints - default R<FaceQualityResult> evaluateClarity(ai.djl.modality.cv.Image image, DetectionRectangle rectangle, List<Point> keyPoints)
image - rectangle - keyPoints - default R<FaceQualityResult> evaluateCompleteness(ai.djl.modality.cv.Image image, DetectionRectangle rectangle, List<Point> keyPoints)
image - rectangle - keyPoints - default R<FaceQualityResult> evaluatePose(ai.djl.modality.cv.Image image, DetectionRectangle rectangle, List<Point> keyPoints)
image - rectangle - keyPoints - default R<FaceQualityResult> evaluateResolution(ai.djl.modality.cv.Image image, DetectionRectangle rectangle, List<Point> keyPoints)
image - rectangle - keyPoints - default R<FaceQualitySummary> evaluateAll(ai.djl.modality.cv.Image image, DetectionRectangle rectangle, List<Point> keyPoints)
image - rectangle - keyPoints - default void setFromFactory(boolean fromFactory)
Copyright © 2025. All rights reserved.