no commit message

devA
yuxue 5 years ago
parent 03b388c555
commit 978b8eb70e

@ -11,10 +11,12 @@ public class Constant {
public static final String UTF8 = "UTF-8";
// 车牌识别, 默认车牌图片保存路径
public static String DEFAULT_DIR = "./PlateDetect/";
// public static String DEFAULT_DIR = "./PlateDetect/"; // 使用项目的相对路径
public static String DEFAULT_DIR = "D:/PlateDetect/"; // 使用盘符的绝对路径
// 车牌识别, 默认车牌图片处理过程temp路径
public static String DEFAULT_TEMP_DIR = "./PlateDetect/temp/";
// public static String DEFAULT_TEMP_DIR = "./PlateDetect/temp/"; // 使用项目的相对路径
public static String DEFAULT_TEMP_DIR = "D:/PlateDetect/temp/"; // 使用盘符的绝对路径
// 车牌识别,默认处理图片类型
public static String DEFAULT_TYPE = "png,jpg,jpeg";

Loading…
Cancel
Save