Package net.algart.matrices
package net.algart.matrices
Service tools for algorithms, processing AlgART matrices
.
- Author:
- Daniel Alievsky
-
ClassDescriptionAbstract aperture matrix processor: an algorithm, processing a group of
n-dimensional matrices
and returning a group of resulting matrices, where the value of every element of every resulting matrix depends only on the elements of the source matrices in some aperture "around" the same position.The filter allowing to transform anystreaming aperture procesor
to another instance of that class, which uses some non-trivial form of continuation outside the source matrix.Helper class for calculation of the rectangular dependence aperture of some matrix processing algorithms.Streaming aperture matrix processor: an algorithm, processing one or severaln-dimensional matrices
and returning one resulting matrix, where the value of every element of the resulting matrix depends on (and only on) the source elements in an aperture with the fixed shape "around" the same position.Tiler: generator of tiledaperture matrix processors
.Additional information about the current processed tile, available for tiled aperture processors via their context.