com.supermap.image.processing

类 BuildLatteParameter



  • public class BuildLatteParameter
    extends Object
    建筑物变形检测参数类
    • 构造器详细资料

      • BuildLatteParameter

        public BuildLatteParameter()
        默认构造函数
      • BuildLatteParameter

        public BuildLatteParameter(BuildLatteParameter parameter)
        拷贝构造函数
        参数:
        parameter - 建筑物变形检测参数
    • 方法详细资料

      • getAbnormalPixelNumber

        public int getAbnormalPixelNumber()
        栅格最小像元个数
        返回:
        栅格最小像元个数
      • setAbnormalPixelNumber

        public BuildLatteParameter setAbnormalPixelNumber(int abnormalPixelNumber)
        设置最小异常像元个数,输入要求是整数
        参数:
        abnormalPixelNumber - 。
        返回:
        当前对象
      • setElevationData

        public BuildLatteParameter setElevationData(ElevationData elevationData)
        设置高程信息
        参数:
        elevationData - 高程信息
        返回:
        当前对象
      • getElevationData

        public ElevationData getElevationData()
        获取高程信息
        返回:
        高程信息
      • getParallelNumber

        public int getParallelNumber()
        返回并发线程数目
        返回:
        并发线程数目
      • setParallelNumber

        public BuildLatteParameter setParallelNumber(int parallelNumber)
        设置并发线程数目
        参数:
        parallelNumber - 并发线程数目
        返回:
        当前对象
      • getThreshold

        public double getThreshold()
        获取模型阈值
        返回:
        模型阈值
      • setThreshold

        public BuildLatteParameter setThreshold(double threshold)
        设置建筑物拉花检测模型阈值。

        对建筑物拉花检测算法设置模型的参数阈值。值范围在(0.6,1.0)之间,推荐值为0.8;值设置的越小,识别出来的影像拉花程度越低,但增加误识别的概率;值越大,识别出来的影像拉花程度越高,但增加漏识别的概率。

        参数:
        threshold - 阈值(必填)。
        返回:
        当前对象。
        抛出:
        IllegalArgumentException - Threshold异常为输入的值不在合理范围内。
        从以下版本开始:
        11.2.0版本。
      • setTargetBounds

        public BuildLatteParameter setTargetBounds(Rectangle2D bounds)
        设置影像范围
        参数:
        bounds - 影像输出范围
        返回:
        当前对象
      • getTargetBounds

        public Rectangle2D getTargetBounds()
        返回:
        获取影像输出范围

Copyright © 2021–2025 SuperMap. All rights reserved.