Back to FabImage Studio website

You are here: Start » Filter Reference » Conversions

Conversions

Select a filter from the list below.

Icon Name Description / Applications Modules
AnyCameraModelToRectificationTransform

Conversion

Calibration
BarcodeFormatToMIL1DcodeFormat

Converts BarcodeFormat object to a MIL1DcodeFormat

FoundationLite
BoolToHash

Converts a Bool to a Hash.

FoundationLite
BoolToPassFailStatus

Converts a bool value to a pass/fail status.

FoundationLite
BoolToString

Converts a boolean value to a string.

FoundationLite
BoolToXSightIOLevel

Converts port level to a bool.

ThirdParty
Box3DToBox

Converts a box in 3D to a box in 2D by ignoring its Z coordinates.

FoundationBasic
BoxToBox3D

Converts a box in 2D to a box in 3D.

FoundationBasic
BoxToRectangle2D

Converts a box to a rectangle.

FoundationLite
BoxToShapeRegion

Converts a box to shape region.

FoundationLite
Circle2DToCircle3D

Converts a circle in 2D to a circle in 3D.

FoundationBasic
Circle2DToEllipse2D

Converts a circle to an ellipse.

FoundationLite
Circle2DToRing2D

Converts a circle to a full circle ring.

FoundationLite
Circle2DToShapeRegion

Converts a circle to region of interest.

FoundationLite
Circle3DToCircle2D

Converts a circle in 3D to a circle in 2D by ignoring its Z coordinates and tilt.

FoundationBasic
DeepModelToClassifyObjectModelDirectory

Conversion between DeepModel and ClassifyObjectModelDirectory

DL_Common
DeepModelToDetectAnomalies1ModelDirectory

Conversion between DeepModel and DetectAnomalies1ModelDirectory

DL_Common
DeepModelToDetectAnomalies2ModelDirectory

Conversion between DeepModel and DetectAnomalies2ModelDirectory

DL_Common
DeepModelToDetectFeaturesModelDirectory

Conversion between DeepModel and DetectFeaturesModelDirectory

DL_Common
DeepModelToLocatePointsModelDirectory

Conversion between DeepModel and LocatePointsModelDirectory

DL_Common
DeepModelToSegmentInstancesModelDirectory

Conversion between DeepModel and SegmentInstancesModelDirectory

DL_Common
DirectoryToClassifyObjectModelDirectory

Conversion between Directory and ClassifyObjectModelDirectory

DL_Common
DirectoryToDetectAnomalies1ModelDirectory

Conversion between Directory and DetectAnomalies1ModelDirectory

DL_Common
DirectoryToDetectAnomalies2ModelDirectory

Conversion between Directory and DetectAnomalies2ModelDirectory

DL_Common
DirectoryToDetectFeaturesModelDirectory

Conversion between Directory and DetectFeaturesModelDirectory

DL_Common
DirectoryToLocatePointsModelDirectory

Conversion between Directory and LocatePointsModelDirectory

DL_Common
DirectoryToSegmentInstancesModelDirectory

Conversion between Directory and SegmentInstancesModelDirectory

DL_Common
DirectoryToString

Converts a directory path to a string.

FoundationLite
DoubleToReal

Converts a double number (64-bit) to a real number (32-bit).

FoundationLite
DoubleToString

Converts a double number to a string.

FoundationLite
Ellipse2DToShapeRegion

Converts an ellipse to region of interest.

FoundationLite
FileToString

Converts a file path to a string.

FoundationLite
Gap1DToSegment2D

Converts a gap to a segment.

FoundationLite
GocatorAddressToString

Converts a Gocator device address to a String.

ThirdParty
GoPxLAddressToString

Converts a GoPxL device address to a String.

ThirdParty
HeatmapToImage

Converts a heatmap to an image.

FoundationLite
ImageToImageFormat

Converts an image to an image format.

FoundationLite
ImageToSize

Converts an image to a size.

FoundationLite
IntegerArrayToRealArray

Converts an array of integer numbers to an array of real numbers.

FoundationLite
IntegerToDouble

Converts an integer to a double number.

FoundationLite
IntegerToHash

Converts an Integer to a Hash.

FoundationLite
IntegerToLong

Converts a integer number (32-bit) to a long number (64-bit).

FoundationLite
IntegerToPixel

Converts an integer value to pixel.

FoundationLite
IntegerToReal

Converts an integer to a real number.

FoundationLite
IntegerToString

Converts an integer to a string.

FoundationLite
Line2DToLine3D

Converts a line in 2D to a line in 3D.

FoundationBasic
Line3DToLine2D

Converts a line in 3D to a line in 2D by ignoring its Z coordinates.

FoundationBasic
LineScanCameraModelToAnyCameraModel

Conversion

Calibration
LineScanCameraModelToRectificationTransform

Conversion

Calibration
LocationArrayToPoint2DArray

Converts an array of locations to an array of points.

FoundationLite
LocationToPoint2D

Converts a location to its center point.

FoundationLite
LongToDouble

Converts a long to a double number.

FoundationLite
LongToInteger

Converts a long number (64-bit) to an integer number (32-bit).

FoundationLite
LongToReal

Converts a long to a real number.

FoundationLite
LongToString

Converts a long to a string.

FoundationLite
MatrixToRectificationTransform

Conversion

Calibration
MIL1DcodeFormatToBarcodeFormat

Converts a MIL1DcodeFormat object to a BarcodeFormat.

FoundationLite
PassFailStatusToBool

Converts a pass/fail status to a bool value.

FoundationLite
PassFailStatusToHash

Converts a PassFailStatus object to a Hash.

FoundationLite
PathToPoint2DArray

Converts a path to an array of points.

FoundationLite
PinholeCameraModelToAnyCameraModel

Conversion

Calibration
PinholeCameraModelToRectificationTransform

Conversion

Calibration
Point2DArrayToLocationArray

Converts an array of points to an array of locations.

FoundationLite
Point2DToLocation

Converts a point to a location its contained within.

FoundationLite
Point2DToPoint3D

Converts a point in 2D to a point in 3D.

FoundationBasic
Point3DArrayToPoint2DArray

Converts an array of points in 3D to an array of points in 2D by ignoring their Z coordinates.

FoundationBasic
Point3DGridToPoint3DArray

Converts a grid of points to an array of points removing nonexistent ones.

Vision3DLite
Point3DToPoint2D

Converts a point in 3D to a point in 2D by ignoring its Z coordinate.

FoundationBasic
ProfileToPoint2DArray

Converts a profile to an array of points.

FoundationLite
ProfileToRealArray

Converts a profile to an array of real numbers.

FoundationLite
RealArrayToIntegerArray

Converts an array of real numbers to an array of integer numbers.

FoundationLite
RealArrayToPixelArray

Converts an array of real values to an array of pixels.

FoundationLite
RealArrayToProfile

Converts an array of real numbers to a profile.

FoundationLite
RealToDouble

Converts a real number (32-bit) to a double number (64-bit).

FoundationLite
RealToInteger

Converts a real number to an integer.

FoundationLite
RealToLong

Converts a real number to a long number.

FoundationLite
RealToPixel

Converts a real value to pixel.

FoundationLite
RealToString

Converts a real number to a string.

FoundationLite
Rectangle2DToShapeRegion

Converts a rectangle to region of interest.

FoundationLite
RegionToImage

Converts a region to an image.

FoundationLite
RegionToShapeRegion

Converts a region to region of interest.

FoundationLite
Ring2DToShapeRegion

Converts a ring to region of interest.

FoundationLite
Segment2DToLine2D

Converts a segment to a line.

FoundationLite
Segment2DToPath

Converts a segment to a path.

FoundationLite
Segment2DToSegment3D

Converts a segment in 2D to a segment in 3D.

FoundationBasic
Segment3DToLine3D

Converts a segment in 3D to a line in 3D.

FoundationBasic
Segment3DToPath

Converts a segment in 3D to a path in 2D by ignoring its Z coordinates.

FoundationBasic
Segment3DToSegment2D

Converts a segment in 3D to a segment in 2D by ignoring its Z coordinates.

FoundationBasic
SocketIdToString

Converts a SocketId to a string.

FoundationLite
SparseImageToRegion

Converts a sparse region to a region.

FoundationLite
StringLabelToString

Converts a StringLabel object to a String.

FoundationLite
StringToClassifyObjectModelDirectory

Conversion between Directory and ClassifyObjectModelDirectory

DL_Common
StringToDetectAnomalies1ModelDirectory

Conversion between String and DetectAnomalies1ModelDirectory

DL_Common
StringToDetectAnomalies2ModelDirectory

Conversion between String and DetectAnomalies2ModelDirectory

DL_Common
StringToDetectFeaturesModelDirectory

Conversion between String and DetectFeaturesModelDirectory

DL_Common
StringToDirectory

Converts a string to a directory path.

FoundationLite
StringToFile

Converts a string to a file path.

FoundationLite
StringToGenParameterName

Converts a string to a GenICam parameter name.

Genicam
StringToGevAddress

Converts a string to a GigEVision device address.

Genicam
StringToGevParameterName

Converts a string to a GigEVision parameter name.

Genicam
StringToGevPixelFormat

Converts a string to a GigEVision image pixel format.

Genicam
StringToGocatorAddress

Converts a string to a Gocator device address.

ThirdParty
StringToGoPxLAddress

Converts a String to a GoPxL device address.

ThirdParty
StringToLocatePointsModelDirectory

Conversion between String and LocatePointsModelDirectory

DL_Common
StringToSegmentInstancesModelDirectory

Conversion between String and SegmentInstancesModelDirectory

DL_Common
Stripe1DToSegment2D

Converts a stripe to a segment.

FoundationLite
SurfaceFormatToSurfaceCoordinatesFormat

Converts a surface format to a surface coordinates format.

Vision3DStandard
SurfaceToImage

Converts a surface object to an image.

Vision3DStandard
SurfaceToPoint3DArray

Converts a surface object to an array of points removing nonexistent ones.

Vision3DStandard
SurfaceToPoint3DGrid

Converts a surface object to a grid of points.

Vision3DStandard
SurfaceToSurfaceCoordinatesFormat

Converts a surface to a surface coordinates format.

Vision3DStandard
SurfaceToSurfaceFormat

Converts a surface to a surface format.

Vision3DStandard
TelecentricCameraModelToAnyCameraModel

Conversion

Calibration
TelecentricCameraModelToRectificationTransform

Conversion

Calibration
ValueLimits_f64ToValueLimits

Converts value limits of different types.

FoundationLite
ValueLimitsToValueLimits_f64

Converts value limits of different types.

FoundationLite
Vector2DToVector3D

Converts a vector in 2D to a vector in 3D.

FoundationBasic
Vector3DToVector2D

Converts a vector in 3D to a vector in 2D by ignoring its Z coordinates.

FoundationBasic
XSightIOLevelToBool

Converts port level to a bool.

ThirdParty