Uses of Class
imagingbook.common.image.PixelPack.PixelSlice
Packages that use PixelPack.PixelSlice
Package
Description
-
Uses of PixelPack.PixelSlice in imagingbook.common.filter.edgepreserving
Methods in imagingbook.common.filter.edgepreserving with parameters of type PixelPack.PixelSliceModifier and TypeMethodDescriptionprotected float
BilateralFilterScalar.doPixel
(PixelPack.PixelSlice plane, int u, int v) protected float
KuwaharaFilterScalar.doPixel
(PixelPack.PixelSlice plane, int u, int v) protected float
NagaoMatsuyamaFilterScalar.doPixel
(PixelPack.PixelSlice plane, int u, int v) protected float
PeronaMalikFilterScalar.doPixel
(PixelPack.PixelSlice plane, int u, int v) protected float
BilateralFilterScalarSeparable.doPixelX
(PixelPack.PixelSlice source, int u, int v) protected float
BilateralFilterScalarSeparable.doPixelY
(PixelPack.PixelSlice source, int u, int v) -
Uses of PixelPack.PixelSlice in imagingbook.common.filter.examples
Methods in imagingbook.common.filter.examples with parameters of type PixelPack.PixelSliceModifier and TypeMethodDescriptionprotected float
ExampleFilter3x3Scalar.doPixel
(PixelPack.PixelSlice slice, int u, int v) -
Uses of PixelPack.PixelSlice in imagingbook.common.filter.generic
Methods in imagingbook.common.filter.generic with parameters of type PixelPack.PixelSliceModifier and TypeMethodDescriptionprotected abstract float
GenericFilterScalar.doPixel
(PixelPack.PixelSlice source, int u, int v) This method defines the steps to be performed for a single image pixel and must be implemented by any concrete sub-class.protected abstract float
GenericFilterScalarSeparable.doPixelX
(PixelPack.PixelSlice source, int u, int v) Applies a 1D filter operation in x-direction.protected abstract float
GenericFilterScalarSeparable.doPixelY
(PixelPack.PixelSlice source, int u, int v) Applies a 1D filter operation in y-direction. -
Uses of PixelPack.PixelSlice in imagingbook.common.filter.linear
Methods in imagingbook.common.filter.linear with parameters of type PixelPack.PixelSliceModifier and TypeMethodDescriptionprotected float
LinearFilter.doPixel
(PixelPack.PixelSlice plane, int u, int v) protected float
LinearFilterSeparable.doPixelX
(PixelPack.PixelSlice source, int u, int v) protected float
LinearFilterSeparable.doPixelY
(PixelPack.PixelSlice source, int u, int v) -
Uses of PixelPack.PixelSlice in imagingbook.common.filter.nonlinear
Methods in imagingbook.common.filter.nonlinear with parameters of type PixelPack.PixelSliceModifier and TypeMethodDescriptionprotected float
ScalarMedianFilter.doPixel
(PixelPack.PixelSlice plane, int u, int v) -
Uses of PixelPack.PixelSlice in imagingbook.common.image
Methods in imagingbook.common.image that return PixelPack.PixelSliceModifier and TypeMethodDescriptionPixelPack.getEmptySlice()
Creates and returns a newPixelPack.PixelSlice
with the same dimensions and out-of-bounds strategy as thisPixelPack
.PixelPack.getSlice
(int k) Returns the kthPixelPack.PixelSlice
.PixelPack.getSlices()
Returns an array ofPixelPack.PixelSlice
instances for thisPixelPack
.Methods in imagingbook.common.image with parameters of type PixelPack.PixelSliceModifier and TypeMethodDescriptionvoid
PixelPack.PixelSlice.copyTo
(PixelPack.PixelSlice other) Copies the contents of this pixel slice to another pixel slice.