类 BlockFilter

    • 构造器详细资料

      • BlockFilter

        public BlockFilter()
        Construct a BlockFilter.
      • BlockFilter

        public BlockFilter​(int blockSize)
        Construct a BlockFilter.
        参数:
        blockSize - the number of pixels along each block edge
    • 方法详细资料

      • setBlockSize

        public void setBlockSize​(int blockSize)
        Set the pixel block size.
        参数:
        blockSize - the number of pixels along each block edge
        另请参阅:
        getBlockSize()
      • getBlockSize

        public int getBlockSize()
        Get the pixel block size.
        返回:
        the number of pixels along each block edge
        另请参阅:
        setBlockSize(int)