|
@@ -77,8 +77,8 @@ namespace WingAIDiagnosisService.Service
|
|
|
InitAISystem();
|
|
|
//初始化识别左右颈
|
|
|
_recognizeCarotidTypeCanBeUse = _recognizeCarotidType.Initialization();
|
|
|
- var keyPointDistanceThreshold = ConfigurationManager.GetParammeter<IntParameter>("AI", "ContourInterval").Value;
|
|
|
- var dragStartPointCatchDistanceThreshold = ConfigurationManager.GetParammeter<IntParameter>("AI", "ContourInterval").Value;
|
|
|
+ var keyPointDistanceThreshold = ConfigurationManager.GetParammeter<IntParameter>("AI", "KeyPointDistanceThreshold").Value;
|
|
|
+ var dragStartPointCatchDistanceThreshold = ConfigurationManager.GetParammeter<IntParameter>("AI", "DragStartPointCatchDistanceThreshold").Value;
|
|
|
ContourModifyHelper.KeyPointDistanceThreshold = keyPointDistanceThreshold;
|
|
|
ContourModifyHelper.DragStartPointCatchDistanceThreshold = dragStartPointCatchDistanceThreshold;
|
|
|
}
|