You are here: Start » Function Reference » Conversions
Conversions
Select a function 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 | ||
| 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 | ||
| Ellipse2DToRectangle2D | Converts an ellipse to a rectangle. |
FoundationLite | ||
| Ellipse2DToShapeRegion | Converts an ellipse to region of interest. |
FoundationLite | ||
| Gap1DToSegment2D | Converts a gap to a segment. |
FoundationLite | ||
| 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 | ||
| IntegerToHash | Converts an Integer to a Hash. |
FoundationLite | ||
| IntegerToPixel | Converts an integer value to pixel. |
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 | ||
| 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 | ||
| PixelToWebHMIColor | Converts an image pixel to WebHMI color. |
FoundationLite | ||
| 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 | ||
| RealArrayToPixelArray | Converts an array of real values to an array of pixels. |
FoundationLite | ||
| RealArrayToProfile | Converts an array of real numbers to a profile. |
FoundationLite | ||
| RealToPixel | Converts a real value to pixel. |
FoundationLite | ||
| Rectangle2DToEllipse2D | Converts a rectangle to an ellipse . |
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 | ||
| 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 | ||
| StringToGrammarRulesPattern | Conversion between String and GrammarRulesPattern |
DL_Common | ||
| 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 | ||
| WebHMIColorToString | Converts a WebHMI color to HTML color notation. |
FoundationLite | ||
| XSightIOLevelToBool | Converts port level to a bool. |
ThirdParty |
Select Filter Equivalent below.
| Icon | Name | Description / Applications | Modules | |
|---|---|---|---|---|
| BoolArrayToPythonObject | Packs an array of booleans to dynamic PythonObject as list. |
FoundationLite | ||
| BoolToPythonObject | Packs a boolean to dynamic PythonObject. |
FoundationLite | ||
| BoolToString | Converts a boolean value to a string. |
FoundationLite | ||
| DirectoryToPythonObject | Packs a directory path to dynamic PythonObject as string. |
FoundationLite | ||
| DirectoryToString | Converts a directory path to a string. |
FoundationLite | ||
| DoubleArrayToPythonObject | Packs an array of Double values to dynamic PythonObject as list. |
FoundationLite | ||
| DoubleToLong | Converts a double number (64-bit) to a long number (64-bit). |
FoundationLite | ||
| DoubleToPythonObject | Packs a double to dynamic PythonObject. |
FoundationLite | ||
| DoubleToReal | Converts a double number (64-bit) to a real number (32-bit). |
FoundationLite | ||
| DoubleToString | Converts a double number to a string. |
FoundationLite | ||
| FileToPythonObject | Packs a file path to dynamic PythonObject as string. |
FoundationLite | ||
| FileToString | Converts a file path to a string. |
FoundationLite | ||
| GocatorAddressToString | Converts a Gocator device address to a String. |
ThirdParty | ||
| GoPxLAddressToString | Converts a GoPxL device address to a String. |
ThirdParty | ||
| IntegerArrayToPythonObject | Packs an array of Integer values to dynamic PythonObject as list. |
FoundationLite | ||
| IntegerArrayToRealArray | Converts an array of integer numbers to an array of real numbers. |
FoundationLite | ||
| IntegerToDouble | Converts an integer to a double number. |
FoundationLite | ||
| IntegerToLong | Converts a integer number (32-bit) to a long number (64-bit). |
FoundationLite | ||
| IntegerToPythonObject | Packs an integer to dynamic PythonObject. |
FoundationLite | ||
| IntegerToReal | Converts an integer to a real number. |
FoundationLite | ||
| IntegerToString | Converts an integer to a string. |
FoundationLite | ||
| LongArrayToPythonObject | Packs an array of Long values to dynamic PythonObject as list. |
FoundationLite | ||
| LongToDouble | Converts a long to a double number. |
FoundationLite | ||
| LongToInteger | Converts a long number (64-bit) to an integer number (32-bit). |
FoundationLite | ||
| LongToPythonObject | Packs a long to dynamic PythonObject. |
FoundationLite | ||
| LongToReal | Converts a long to a real number. |
FoundationLite | ||
| LongToString | Converts a long to a string. |
FoundationLite | ||
| PythonObjectToBool | Unpacks a boolean from a dynamic PythonObject. |
FoundationLite | ||
| PythonObjectToBoolArray | Unpacks a list from a dynamic PythonObject to an array of booleans. |
FoundationLite | ||
| PythonObjectToDouble | Unpacks a double value from a dynamic PythonObject. |
FoundationLite | ||
| PythonObjectToDoubleArray | Unpacks a list from a dynamic PythonObject to an array of Double values. |
FoundationLite | ||
| PythonObjectToInteger | Unpacks an integer from a dynamic PythonObject. |
FoundationLite | ||
| PythonObjectToIntegerArray | Unpacks a list from a dynamic PythonObject to an array of Integer values. |
FoundationLite | ||
| PythonObjectToLong | Unpacks a long integer from a dynamic PythonObject. |
FoundationLite | ||
| PythonObjectToLongArray | Unpacks a list from a dynamic PythonObject to an array of Long values. |
FoundationLite | ||
| PythonObjectToReal | Unpacks a real value from a dynamic PythonObject. |
FoundationLite | ||
| PythonObjectToRealArray | Unpacks a list from a dynamic PythonObject to an array of Real values. |
FoundationLite | ||
| PythonObjectToString | Unpacks a string from a dynamic PythonObject. |
FoundationLite | ||
| PythonObjectToStringArray | Unpacks a list from a dynamic PythonObject to an array of strings. |
FoundationLite | ||
| RealArrayToIntegerArray | Converts an array of real numbers to an array of integer numbers. |
FoundationLite | ||
| RealArrayToPythonObject | Packs an array of Real values to dynamic PythonObject as list. |
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 | ||
| RealToPythonObject | Packs a real to dynamic PythonObject. |
FoundationLite | ||
| RealToString | Converts a real number to a string. |
FoundationLite | ||
| SocketIdToString | Converts a SocketId to a string. |
FoundationLite | ||
| StringArrayToPythonObject | Packs an array of strings to dynamic PythonObject as list. |
FoundationLite | ||
| 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 | ||
| StringToPythonObject | Packs a string to dynamic PythonObject. |
FoundationLite |
