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 floatBilateralFilterScalar.doPixel(PixelPack.PixelSlice plane, int u, int v) protected floatKuwaharaFilterScalar.doPixel(PixelPack.PixelSlice plane, int u, int v) protected floatNagaoMatsuyamaFilterScalar.doPixel(PixelPack.PixelSlice plane, int u, int v) protected floatPeronaMalikFilterScalar.doPixel(PixelPack.PixelSlice plane, int u, int v) protected floatBilateralFilterScalarSeparable.doPixelX(PixelPack.PixelSlice source, int u, int v) protected floatBilateralFilterScalarSeparable.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 floatExampleFilter3x3Scalar.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 floatGenericFilterScalar.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 floatGenericFilterScalarSeparable.doPixelX(PixelPack.PixelSlice source, int u, int v) Applies a 1D filter operation in x-direction.protected abstract floatGenericFilterScalarSeparable.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 floatLinearFilter.doPixel(PixelPack.PixelSlice plane, int u, int v) protected floatLinearFilterSeparable.doPixelX(PixelPack.PixelSlice source, int u, int v) protected floatLinearFilterSeparable.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 floatScalarMedianFilter.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.PixelSlicewith the same dimensions and out-of-bounds strategy as thisPixelPack.PixelPack.getSlice(int k) Returns the kthPixelPack.PixelSlice.PixelPack.getSlices()Returns an array ofPixelPack.PixelSliceinstances for thisPixelPack.Methods in imagingbook.common.image with parameters of type PixelPack.PixelSliceModifier and TypeMethodDescriptionvoidPixelPack.PixelSlice.copyTo(PixelPack.PixelSlice other) Copies the contents of this pixel slice to another pixel slice.