Back to FabImage Library website
You are here: Start » Function Reference » Image Basics
Image Basics
Select a function from the list below.
Icon | Name | Description | Library |
---|---|---|---|
![]() |
ClearImage | Sets image pixels to the specified value. | Lite |
![]() |
CopyImageData | Creates an image copy with the same size and pixel format. | Lite |
![]() |
CreateImageFromPoint3DGrid | Allows for creating depth image from an ordered cloud of points. | Professional |
![]() |
CreateImageFromSurface | Allows for creating depth image from an ordered cloud of points. | Professional |
![]() |
EmptyImage | Creates a uniform image. | Lite |
FillImage | Fills the picture with color. | Lite | |
![]() |
GetImageColumn | Extracts an array of pixel values from a single column of an image. | Lite |
![]() |
GetImagePixel | Returns a single pixel of an image. | Lite |
![]() |
GetImagePixel_Interpolated | Sub-pixel sampling of an image. | Lite |
![]() |
GetImageRow | Extracts an array of pixel values from a single row of an image. | Lite |
GetMultipleImagePixelValues_Safe | Safely returns an array of pixel values of an image. | Lite | |
![]() |
ImageBox | Produces the box of image dimensions | Lite |
![]() |
ImageCharacteristicPoint | Returns a characteristic point of image. | Lite |
![]() |
ImageToMatrix | Converts a single-channel image to a matrix. | Lite |
![]() |
JoinProfilesIntoImage | Usually used for merging 3D profiles into a depth image. | Lite |
![]() |
JoinProfilesIntoImage_OfSeries | Usually used for merging 3D profiles into a depth image. | Lite |
LoadImageObject | Loads serialized Image object from fidata file. | Lite | |
![]() |
MakeImage | Converts a pixel array to a single-channel image. | Lite |
![]() |
MatrixToImage | Converts a matrix image to a single-channel real image. | Lite |
RealignImagePitch | Creates a new image with a standard pitch alignment. | Lite | |
SaveImageObject | Saves serialized Image object as fidata file. | Lite | |
![]() |
SetImageColumn | Allows for creating images from calculated real values. It is significantly slower than SetImageRow. | Lite |
![]() |
SetImagePixel | Sets a pixel of an image to the selected value. | Lite |
![]() |
SetImagePixels | Sets pixels of an image to the selected value. | Lite |
![]() |
SetImageRow | Allows for creating images from calculated real values. | Lite |
![]() |
SetMultipleImagePixels | Sets pixels of an image to the selected values. | Lite |
![]() |
TestImage | Makes it possible to quickly present results of various image processing filters. | Lite |
Select Filter Equivalent below.
Icon | Name | Description | Library |
---|---|---|---|
![]() |
FisFilter_AccessImage | Returns individual fields of an image. | Professional |