com.supermap.image.processing

类 FuseRegistrationProcessorParameter

  • java.lang.Object
    • com.supermap.data.InternalHandle
      • com.supermap.data.InternalHandleDisposable
        • com.supermap.image.processing.FuseRegistrationProcessorParameter
    • 构造器详细资料

      • FuseRegistrationProcessorParameter

        public FuseRegistrationProcessorParameter()
        默认构造函数
    • 方法详细资料

      • dispose

        public void dispose()
        释放对象所占用的资源。调用该方法之后,此对象不再可用。
      • getImageMatchMethod

        public ImageMatchMethod getImageMatchMethod()
        返回匹配方法,默认为 MOTIF
        返回:
        影像匹配方法
      • setDetectBuildingMask

        public FuseRegistrationProcessorParameter setDetectBuildingMask(boolean value)
        设置是否进行建筑物掩膜检测
        参数:
        value - 是否进行建筑物掩膜检测。如果使用建筑物掩膜检测,则影像匹配将使用检测到的建筑物掩膜,过滤掉落在掩膜内的匹配点.
        返回:
        当前对象
      • isDetectBuildingMask

        public boolean isDetectBuildingMask()
        获取是否进行建筑物检测
        返回:
        是否进行建筑物检测. 如果使用建筑物掩膜检测,则影像匹配将使用检测到的建筑物掩膜,过滤掉落在掩膜内的匹配点。 默认值为: false
      • getBlockCountX

        public int getBlockCountX()
        获取分块列大小,默认值为 12
        返回:
        分块列大小
      • getBlockCountY

        public int getBlockCountY()
        获取分块行大小,默认值为 4
        返回:
        分块行大小
      • setBlockCountY

        public FuseRegistrationProcessorParameter setBlockCountY(int value)
        设置影像配准分块行大小。
        参数:
        value - 分块行大小
        返回:
        当前对象
      • getMaxPointsInBlock

        public int getMaxPointsInBlock()
        返回每个块最大点数目,默认为1000
        返回:
        每个块最大点数目
      • setMaxPointsInBlock

        public FuseRegistrationProcessorParameter setMaxPointsInBlock(int value)
        设置每个块内最大的点数目
        参数:
        value - 点数目值
        返回:
        当前对象
      • setIsDisposable

        public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj,
                                           boolean disposable)

Copyright © 2021–2024 SuperMap. All rights reserved.