类 MergeExposures

    • 构造函数详细信息

      • MergeExposures

        protected MergeExposures​(long addr)
    • 方法详细信息

      • __fromPtr__

        public static MergeExposures __fromPtr__​(long addr)
      • process

        public void process​(java.util.List<Mat> src,
                            Mat dst,
                            Mat times,
                            Mat response)
        合并图像。
        参数
        src - 输入图像的向量
        dst - 结果图像
        times - 每个图像的曝光时间值的向量
        response - 256x1 矩阵,包含每个像素值的反相机响应函数,它应该具有与图像相同的通道数。
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        重写
        finalize 在类中 Algorithm
        抛出
        java.lang.Throwable