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 voidTschumperleDericheFilter.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 voidFilterProgressExample.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 TypeMethodDescriptionvoidApplies this filter to the givenPixelPackinstance, 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 voidGenericFilter.initFilter(PixelPack source, PixelPack target) This method is called once at the start of the filter execution.protected voidThis method is called once at the start of each filter pass.protected abstract voidThis method performs one pass of the filter, it must be implemented by a sub-class.protected voidprotected voidprotected voidprotected 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 TypeClassDescriptionclassThis class defines a "color stack" as a subtype ofPixelPackwith 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 TypeMethodDescriptionvoidCopies the contents of one pixel pack to another.booleanPixelPack.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