修改图片保存路径
This commit is contained in:
parent
428896dbf8
commit
e31a890b06
@ -509,7 +509,7 @@ namespace DH.Commons.Base
|
|||||||
private AntList<SizeTreatParam> _sizeTreatParamList = new AntList<SizeTreatParam>();
|
private AntList<SizeTreatParam> _sizeTreatParamList = new AntList<SizeTreatParam>();
|
||||||
|
|
||||||
private CustomizedPoint _showLocation = new CustomizedPoint();
|
private CustomizedPoint _showLocation = new CustomizedPoint();
|
||||||
private string _imageSaveDirectory= "D://PROJECTS//Images";
|
private string _imageSaveDirectory= "D://PROJECTS//Images//";
|
||||||
private bool _saveOKOriginal = false;
|
private bool _saveOKOriginal = false;
|
||||||
private bool _saveNGOriginal = false;
|
private bool _saveNGOriginal = false;
|
||||||
private bool _saveOKDetect = false;
|
private bool _saveOKDetect = false;
|
||||||
|
@ -656,6 +656,7 @@ namespace DHSoftware
|
|||||||
detectionConfig.ModelHeight = detection.ModelHeight;
|
detectionConfig.ModelHeight = detection.ModelHeight;
|
||||||
detectionConfig.In_lable_path = detection.In_lable_path;
|
detectionConfig.In_lable_path = detection.In_lable_path;
|
||||||
detectionConfig.IsEnabled = detection.IsEnabled;
|
detectionConfig.IsEnabled = detection.IsEnabled;
|
||||||
|
detectionConfig.ImageSaveDirectory = "D://Projects//Images";
|
||||||
|
|
||||||
detectionConfig.ShowLocation.X = (i + 1) % 5 + (i + 1) / 5;
|
detectionConfig.ShowLocation.X = (i + 1) % 5 + (i + 1) / 5;
|
||||||
// detectionConfig.ShowLocation.X = detection.ShowLocation.X;
|
// detectionConfig.ShowLocation.X = detection.ShowLocation.X;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user