类 Tools


  • public class Tools
    extends Object
    • 构造器详细资料

      • Tools

        public Tools()
    • 方法详细资料

      • 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()
      • study

        public static void study​(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)
                          throws Exception
        抛出:
        Exception