类 Tools
- java.lang.Object
-
- cn.myeasyai.tools.Tools
-
public class Tools extends Object
-
-
构造器概要
构造器 构造器 说明 Tools()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static org.dromara.easyai.entity.ThreeChannelMatrixfillColor(org.dromara.easyai.entity.ThreeChannelMatrix picture, int heightSize, int widthSize)static org.dromara.easyai.yolo.TypeBodygetTypeBody(org.dromara.easyai.yolo.TypeModel typeModel, org.dromara.easyai.yolo.YoloConfig yoloConfig)static FaceModelreadFaceModel()static voidstudy(long eventID, List<org.dromara.easyai.nerveEntity.SensoryNerve> sensoryNerves, org.dromara.easyai.entity.ThreeChannelMatrix feature, boolean isStudy, Map<Integer,Double> E, org.dromara.easyai.i.OutBack back)
-
-
-
方法详细资料
-
getTypeBody
public static org.dromara.easyai.yolo.TypeBody getTypeBody(org.dromara.easyai.yolo.TypeModel typeModel, org.dromara.easyai.yolo.YoloConfig yoloConfig) throws Exception- 抛出:
Exception
-
fillColor
public static org.dromara.easyai.entity.ThreeChannelMatrix fillColor(org.dromara.easyai.entity.ThreeChannelMatrix picture, int heightSize, int widthSize) throws Exception- 抛出:
Exception
-
readFaceModel
public static FaceModel readFaceModel()
-
-