com.supermap.image.processing

类 SensorFusionWeights

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


    public class SensorFusionWeights
    extends com.supermap.data.InternalHandleDisposable
    • 构造器详细资料

      • SensorFusionWeights

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

        public SensorFusionWeights(SensorFusionWeights panWeightsInfo)
        拷贝构造函数
        参数:
        panWeightsInfo -
    • 方法详细资料

      • hashCode

        public int hashCode()
        覆盖:
        hashCode 在类中 Object
      • dispose

        public void dispose()
      • getBlueWeight

        public double getBlueWeight()
        返回:
        获取传感器蓝波段融合权重
      • setBlueWeight

        public SensorFusionWeights setBlueWeight(double blueWeight)
        设置蓝波段融合权重
        参数:
        blueWeight - 蓝波段融合权重
        返回:
        当前对象
      • getGreenWeight

        public double getGreenWeight()
        返回:
        获取传感器绿波段融合权重
      • setGreenWeight

        public SensorFusionWeights setGreenWeight(double greenWeight)
        设置绿波段融合权重
        参数:
        greenWeight - 绿波段融合权重
        返回:
        当前对象
      • getRedWeight

        public double getRedWeight()
        返回:
        获取传感器红波段融合权重
      • setRedWeight

        public SensorFusionWeights setRedWeight(double redWeight)
        设置红波段融合权重
        参数:
        redWeight - 红波段融合权重
        返回:
        当前对象
      • getNirWeight

        public double getNirWeight()
        返回:
        获取传感器近红外波段融合权重
      • setNirWeight

        public SensorFusionWeights setNirWeight(double nirWeight)
        设置近红外波段融合权重
        参数:
        nirWeight - 近红外波段融合权重
        返回:
        当前对象

Copyright © 2021–2024 SuperMap. All rights reserved.