Package boofcv.core.image
package boofcv.core.image
-
ClassDescriptionConverts images that are stored in
ByteBuffer
into BoofCV image types and performs a local copy when the raw array can't be accessedFunctions for converting between different image types.Use the filter interface to convert the image type usingGConvertImage
.Factory for creating generalized imagesFactoryGImageGray.GSingleBase<T extends ImageGray<T>>FactoryGImageGray.GSingleBaseInt<T extends ImageGray<T>>FactoryGImageGray.GSingleBorder<T extends ImageBorder>CreatesGImageMultiBand
for different image types.FactoryGImageMultiBand.GMultiBorder<T extends ImageBorder>FactoryGImageMultiBand.IL<T extends ImageInterleaved<T>>Generalized functions for converting between different image types.Operations that return information about the specific image.Generalized interface for single banded images.GImageGrayDistorted<T extends ImageGray<T>>Implementation ofGImageGray
that applies aPixelTransform
theninterpolates
to get the pixel's value.Generalized interface for working with multi-band imagesAll points outside of the image will return the specified valueWraps a larger image and treats the inner portion as a regular image and uses the border pixels as a look up table for external ones.ImageBorderWrapped.S32<T extends GrayI<T>>ImageGenerator<T extends ImageGray<T>>Creates a new instance of an image of a specific configuration.Functions related to interleaved images.LookUpColorRgb<T extends ImageBase<T>>Extracts the RGB color from an imageSpecific implementations ofLookUpColorRgb