Back to FabImage Studio website
You are here: Start » Filter Reference » Image Basics
Image Basics
Select a filter from the list below.
Icon | Name | Description |
---|---|---|
![]() | AccessImage | Returns individual fields of an image. |
![]() | CreateImageFromPoint3DGrid | Allows for creating depth image from an ordered cloud of points. |
![]() | CreateImageFromSurface | Allows for creating depth image from an ordered cloud of points. |
![]() | EmptyImage | Creates a uniform image. |
![]() | GetImageColumn | Extracts an array of pixel values from a single column of an image. |
![]() | GetImagePixel | Returns a single pixel of an image. |
![]() | GetImagePixel_Interpolated | Sub-pixel sampling of an image. |
![]() | GetImageRow | Extracts an array of pixel values from a single row of an image. |
![]() | ImageBox | Produces the box of image dimensions |
![]() | ImageCharacteristicPoint | Returns a characteristic point of image. |
![]() | ImageToMatrix | Converts a single-channel image to a matrix. |
![]() | JoinProfilesIntoImage | Usually used for merging 3D profiles into a depth image. |
![]() | JoinProfilesIntoImage_OfSeries | Usually used for merging 3D profiles into a depth image. |
![]() | MakeImage | Converts a pixel array to a single-channel image. |
![]() | MatrixToImage | Converts a matrix image to a single-channel real image. |
RealignImagePitch | Creates a new image with a standard pitch alignment. | |
![]() | SetImageColumn | Allows for creating images from calculated real values. It is significantly slower than SetImageRow. |
![]() | SetImagePixel | Sets a pixel of an image to the selected value. |
![]() | SetImagePixels | Sets pixels of an image to the selected value. |
![]() | SetImageRow | Allows for creating images from calculated real values. |
![]() | TestImage | Makes it possible to quickly present results of various image processing filters. |