com.supermap.image.processing

类 BuildSeamLinesMethod



  • public class BuildSeamLinesMethod
    extends Enum
    该类定义了构建镶嵌线方法常量。
    • 字段详细资料

      • GRAPCUT

        public static final BuildSeamLinesMethod GRAPCUT
        图割算法,该算法基于最大流最小割理论,对绕过建筑物、道路等有比较好的处理效果。
      • VORONORI

        public static final BuildSeamLinesMethod VORONORI
        简化泰森多边形方法,该算法基于voronoi图简化算法,能快速生成镶嵌线。
    • 方法详细资料

      • toString

        public String toString()
        从类复制的说明: Enum
        返回枚举常量的名称。
        覆盖:
        toString 在类中 Enum
        返回:
        枚举常量的名称。
      • getTitle

        public String getTitle()

Copyright © 2021–2024 SuperMap. All rights reserved.