类 FastGlobalSmootherFilter


  • public class FastGlobalSmootherFilter
    extends Algorithm
    快速全局平滑滤波器实现的接口。有关此滤波器的更多详细信息,请参见 CITE: Min2014 和 CITE: Farbman2008。
    • 构造函数详情

      • FastGlobalSmootherFilter

        protected FastGlobalSmootherFilter​(long addr)
    • 方法详情

      • filter

        public void filter​(Mat src,
                           Mat dst)
        将平滑操作应用于源图像。
        参数
        src - 用于滤波的源图像,具有无符号 8 位或有符号 16 位或浮点 32 位深度,最多 4 个通道。
        dst - 目标图像。
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        覆盖
        finalize 在类 Algorithm
        抛出
        java.lang.Throwable