Raster
using the matrix specified in the constructor. An IllegalArgumentException
may be thrown if the number of bands in the source or destination is incompatible with the matrix. See the class comments for more details. If the destination is null, it will be created with a number of bands equalling the number of rows in the matrix. No exception is thrown if the operation causes a data overflow.
@param src The Raster
to be filtered.
@param dst The Raster
in which to store the results of the filter operation.
@return The filtered Raster
.
@throws IllegalArgumentException If the number of bands in the source or destination is incompatible with the matrix.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|