程序包 cn.myeasyai.face
类 Face
- java.lang.Object
-
- cn.myeasyai.face.Face
-
public class Face extends Object
人脸信息- 作者:
- lidapeng
-
-
字段概要
字段 修饰符和类型 字段 说明 org.dromara.easyai.yolo.YoloConfigyoloConfig
-
构造器概要
构造器 构造器 说明 Face(FaceTestConfig faceTestConfig, org.dromara.easyai.entity.ThreeChannelMatrix avg)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidfacePositionStudy(List<AllTemple> allTemples)org.dromara.easyai.matrixTools.MatrixgetMatrixE(org.dromara.easyai.entity.ThreeChannelMatrix subMatrix)FaceModelgetModel()voidinsertModel(FaceModel faceModel)ErrorMessagelook(org.dromara.easyai.entity.ThreeChannelMatrix face, long eventID, int secondExplore)org.dromara.easyai.matrixTools.MatrixlookFace(org.dromara.easyai.entity.ThreeChannelMatrix picture)org.dromara.easyai.entity.ThreeChannelMatrixuniform(org.dromara.easyai.entity.ThreeChannelMatrix threeChannelMatrix)
-
-
-
构造器详细资料
-
Face
public Face(FaceTestConfig faceTestConfig, org.dromara.easyai.entity.ThreeChannelMatrix avg) throws Exception
- 抛出:
Exception
-
-
方法详细资料
-
uniform
public org.dromara.easyai.entity.ThreeChannelMatrix uniform(org.dromara.easyai.entity.ThreeChannelMatrix threeChannelMatrix) throws Exception- 抛出:
Exception
-
look
public ErrorMessage look(org.dromara.easyai.entity.ThreeChannelMatrix face, long eventID, int secondExplore) throws Exception
- 抛出:
Exception
-
lookFace
public org.dromara.easyai.matrixTools.Matrix lookFace(org.dromara.easyai.entity.ThreeChannelMatrix picture) throws Exception- 抛出:
Exception
-
getMatrixE
public org.dromara.easyai.matrixTools.Matrix getMatrixE(org.dromara.easyai.entity.ThreeChannelMatrix subMatrix) throws Exception- 抛出:
Exception
-
-