com.supermap.image.processing

类 RoadLatteParameter



  • public class RoadLatteParameter
    extends Object
    • 构造器详细资料

      • RoadLatteParameter

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

        public RoadLatteParameter(RoadLatteParameter parameter)
        拷贝构造函数
        参数:
        parameter - 生成正射影像参数类对象
    • 方法详细资料

      • getSampleSpace

        public double getSampleSpace()
        获取采样间隔
        返回:
        采样的间隔,表示在线矢量数据采样点的间隔距离,单位为米,值越小采样的数据量越大,运行效率会降低;
      • setSampleSpace

        public RoadLatteParameter setSampleSpace(double sampleSpace)
        设置采样间隔,单位为米
        参数:
        sampleSpace - 采样的间隔,表示在线矢量数据采样点的间隔距离,单位为米,值越小采样的数据量越大,运行效率会降低;
        返回:
        当前对象
      • setElevationData

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

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

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

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

        public double getBufferRadius()
        设置缓冲区半径宽度(单位:米)
        返回:
        设置缓冲区的半径宽带,单位为米;
      • setBufferRadius

        public RoadLatteParameter setBufferRadius(double bufferRadius)
        设置缓冲区半径宽度,单位:米
        参数:
        bufferRadius - 阈值。
        返回:
        当前对象
      • getThreshold

        public double getThreshold()
        获取模型阈值
        返回:
        模型阈值,判定算法对于拉花道路点的识别判定,大于此异常值则输出结果,一般默认为0.2,识别很严重的拉花情况,当设置为0.05,可以识别很轻微的拉花情况;
      • setThreshold

        public RoadLatteParameter setThreshold(double threshold)
        设置模型阈值,无单位
        参数:
        threshold - 阈值,判定算法对于拉花道路点的识别判定,大于此异常值则输出结果,一般默认为0.2,识别很严重的拉花情况,当设置为0.05,可以识别很轻微的拉花情况
        返回:
        当前对象
      • setTargetBounds

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

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

Copyright © 2021–2024 SuperMap. All rights reserved.