com.supermap.image.processing

类 FuseRegistrationProcessor

  • java.lang.Object
    • com.supermap.data.InternalHandle
      • com.supermap.data.InternalHandleDisposable
        • com.supermap.image.processing.FuseRegistrationProcessor
  • 所有已实现的接口:
    IDisposable


    public class FuseRegistrationProcessor
    extends com.supermap.data.InternalHandleDisposable
    全色和多光谱影像配准。将全色作为基准影像,对多光谱影像进行配准,并修正多光谱影像的 RPC。配准成功后,自动更新几何处理工程中的多光谱影像RPC参数。
    • 构造器详细资料

      • FuseRegistrationProcessor

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

      • dispose

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

        public GeometricProject getProject()
        获取几何处理工程对象
        返回:
        几何处理工程对象
      • process

        public boolean process(FuseRegistrationProcessorParameter parameter,
                               boolean isRemovePrevious)
        执行多光谱和全色影像配准
        参数:
        parameter - 配准参数
        isRemovePrevious - 是否移除上一次执行结果
        返回:
        返回当前执行是否成功
      • getResult

        public FuseRegistrationProcessor.Result getResult()
        返回当前工程下配准结果。最新执行结果失败时,获取的是最近一次执行成功的结果。如果历史执行都失败,则返回失败的结果。
        返回:
        当前工程下区域网平差结果
      • setIsDisposable

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

Copyright © 2021–2024 SuperMap. All rights reserved.