public class FaceAlignUtils extends Object
| 构造器和说明 |
|---|
FaceAlignUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static com.seeta.sdk.SeetaImageData |
faceAlign(BufferedImage sourceImage,
com.seeta.sdk.SeetaPointF[] pointFS) |
static org.opencv.core.Mat |
warpAffine(org.opencv.core.Mat src,
org.opencv.core.Mat rot_mat)
根据目标点,进行旋转仿射变换
Perform rotation and affine transformation based on the target 5 points
|
static org.opencv.core.Mat |
warpAffine(org.opencv.core.Mat src,
org.opencv.core.Mat rot_mat,
int width,
int height) |
static org.opencv.core.Mat |
warpAffine(org.opencv.core.Mat src,
org.opencv.core.Mat rot_mat,
int width,
int height,
int flags) |
public static org.opencv.core.Mat warpAffine(org.opencv.core.Mat src,
org.opencv.core.Mat rot_mat)
src - rot_mat - public static org.opencv.core.Mat warpAffine(org.opencv.core.Mat src,
org.opencv.core.Mat rot_mat,
int width,
int height)
public static org.opencv.core.Mat warpAffine(org.opencv.core.Mat src,
org.opencv.core.Mat rot_mat,
int width,
int height,
int flags)
public static com.seeta.sdk.SeetaImageData faceAlign(BufferedImage sourceImage, com.seeta.sdk.SeetaPointF[] pointFS)
Copyright © 2025. All rights reserved.