riverDetSegMixProcess:支持指定河边(河道膨胀指定scale范围类)过滤

This commit is contained in:
th 2025-08-11 14:32:23 +08:00
parent 2831d31f0b
commit e82f07aa1a
1 changed files with 2 additions and 1 deletions

View File

@ -343,7 +343,8 @@ class ModelType(Enum):
'function': riverDetSegMixProcess,
'pars': {
'slopeIndex': [1, 3, 4, 7],
'riverIou': 0.1
'riverIou': 0.1,
'scale': 0.25
}
}
},