Back to Adaptive Vision Library Lite website

You are here: Start » Image Basics

Image Basics

Select a function from the list below.

IconNameDescription
ClearImageSets image pixels to the specified value.
CopyImageDataCreates an image copy with the same size and pixel format.
EmptyImageCreates a uniform image.
GetImageColumnExtracts an array of pixel values from a single column of an image.
GetImagePixelReturns a single pixel of an image.
GetImagePixel_InterpolatedSub-pixel sampling of an image.
GetImageRowExtracts an array of pixel values from a single row of an image.
ImageBoxProduces the box of image dimensions
ImageCharacteristicPointReturns a characteristic point of image.
ImageToMatrixConverts a single-channel image to a matrix.
LoadImageObjectLoads serialized Image object from avdata file.
MakeImageConverts a pixel array to a single-channel image.
MatrixToImageConverts a matrix image to a single-channel real image.
SaveImageObjectSaves serialized Image object as avdata file.
SetImageColumnAllows for creating images from calculated real values. It is significantly slower than SetImageRow.
SetImagePixelSets a pixel of an image to the selected value.
SetImagePixelsSets pixels of an image to the selected value.
SetImageRowAllows for creating images from calculated real values.
SetMultipleImagePixelsSets pixels of an image to the selected values.
TestImageMakes it possible to quickly present results of various image processing filters.