Uses of Class
imagingbook.common.image.PixelPack
Packages that use PixelPack
Package
Description
-
Uses of PixelPack in imagingbook.common.filter.edgepreserving
Methods in imagingbook.common.filter.edgepreserving with parameters of type PixelPackModifier and TypeMethodDescriptionprotected float[]
protected float[]
protected float[]
protected float[]
protected float[]
protected float[]
protected void
TschumperleDericheFilter.initFilter
(PixelPack source, PixelPack target) protected void
-
Uses of PixelPack in imagingbook.common.filter.examples
Methods in imagingbook.common.filter.examples with parameters of type PixelPackModifier and TypeMethodDescriptionprotected float[]
protected float[]
protected void
FilterProgressExample.initFilter
(PixelPack source, PixelPack target) protected void
-
Uses of PixelPack in imagingbook.common.filter.generic
Methods in imagingbook.common.filter.generic with parameters of type PixelPackModifier and TypeMethodDescriptionvoid
Applies this filter to the givenPixelPack
instance, which is modified.protected abstract float[]
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[]
Applies a 1D filter operation in x-direction.protected abstract float[]
Applies a 1D filter operation in y-direction.protected void
GenericFilter.initFilter
(PixelPack source, PixelPack target) This method is called once at the start of the filter execution.protected void
This method is called once at the start of each filter pass.protected abstract void
This method performs one pass of the filter, it must be implemented by a sub-class.protected void
protected void
protected void
protected void
-
Uses of PixelPack in imagingbook.common.filter.nonlinear
Methods in imagingbook.common.filter.nonlinear with parameters of type PixelPack -
Uses of PixelPack in imagingbook.common.image
Subclasses of PixelPack in imagingbook.common.imageModifier and TypeClassDescriptionclass
This class defines a "color stack" as a subtype ofPixelPack
with exactly 3 components (slices), representing a color image in a specific color space (default issRGB65ColorSpace
).Methods in imagingbook.common.image with parameters of type PixelPackModifier and TypeMethodDescriptionvoid
Copies the contents of one pixel pack to another.boolean
PixelPack.isCompatibleTo
(PixelPack other) Checks is this pixel pack has the same dimensions as another pixel pack, i.e., can be copied to it.Constructors in imagingbook.common.image with parameters of type PixelPack