基于空间结构模式匹配的褶皱地貌类型自动识别
陈楹, 李安波, 姚蒙蒙, 闾国年
Automatic Recognition of Fold Landform Types Based on Spatial Structure Pattern Matching
CHEN Ying,LI Anbo,YAO Mengmeng,LU Guonian
表2
核部地层识别规则
Tab.2
Rules for identifying core stratums
自然语言描述
形式化语言描述
示例
地层S相对所有邻接地层S
邻
年代较老或较新
If IsOld(S,S
邻
) = Ture
Or IsNew(S,S
邻
) = Ture
Then IsCore(S) = Ture
地层S基本被某邻接地层S
邻
环绕而内部不存在洞(岛)
If IsSurrounded
(S,S
邻
) = Ture
Then IsCore(S) = Ture
地层S的邻接地层S
邻
集合中存在地层符号属性一致的地层
If HasSameAge(S
邻
)
Then IsCore(S) = Ture