GrainBoundryDectModel.xml 599 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <ROOT>
  3. <!-- 标准图像 -->
  4. <m_iStandardImage>0</m_iStandardImage>
  5. <!-- 强制连接-->
  6. <iConnect>0</iConnect>
  7. <!-- 指定晶界类型,暗晶界dark=1, 否则dark=0, dark=2梯度-->
  8. <dark>1</dark>
  9. <!-- 去噪类型: 高斯平滑: smooth_type=0; 方向平滑: smooth_type=1-->
  10. <smooth_type>1</smooth_type>
  11. <!-- 晶界大小起止 -->
  12. <cell1_size>500</cell1_size>
  13. <cell2_size>0.01</cell2_size>
  14. <!-- 是否增强晶界?不增强:enhance=0; 增强: enhance=1-->
  15. <enhance>1</enhance>
  16. <!-- 西格玛 -->
  17. <sigma>0.5</sigma>
  18. </ROOT>