Back to Aurora Vision Library Lite website

You are here: Start » Conversions

Conversions

Select a function from the list below.

Icon Name Description / Applications
BarcodeFormatToMIL1DcodeFormat

Converts BarcodeFormat object to a MIL1DcodeFormat

BoolToHash

Converts a Bool to a Hash.

BoolToPassFailStatus

Converts a bool value to a pass/fail status.

BoolToXSightIOLevel

Converts port level to a bool.

BoxToRectangle2D

Converts a box to a rectangle.

BoxToShapeRegion

Converts a box to shape region.

Circle2DToEllipse2D

Converts a circle to an ellipse.

Circle2DToRing2D

Converts a circle to a full circle ring.

Circle2DToShapeRegion

Converts a circle to region of interest.

Ellipse2DToShapeRegion

Converts an ellipse to region of interest.

Gap1DToSegment2D

Converts a gap to a segment.

HeatmapToImage

Converts a heatmap to an image.

ImageToImageFormat

Converts an image to an image format.

ImageToSize

Converts an image to a size.

IntegerToHash

Converts an Integer to a Hash.

IntegerToPixel

Converts an integer value to pixel.

LocationArrayToPoint2DArray

Converts an array of locations to an array of points.

LocationToPoint2D

Converts a location to its center point.

MIL1DcodeFormatToBarcodeFormat

Converts a MIL1DcodeFormat object to a BarcodeFormat.

PassFailStatusToBool

Converts a pass/fail status to a bool value.

PassFailStatusToHash

Converts a PassFailStatus object to a Hash.

PathToPoint2DArray

Converts a path to an array of points.

Point2DArrayToLocationArray

Converts an array of points to an array of locations.

Point2DToLocation

Converts a point to a location its contained within.

ProfileToPoint2DArray

Converts a profile to an array of points.

ProfileToRealArray

Converts a profile to an array of real numbers.

RealArrayToPixelArray

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

RealArrayToProfile

Converts an array of real numbers to a profile.

RealToPixel

Converts a real value to pixel.

Rectangle2DToShapeRegion

Converts a rectangle to region of interest.

RegionToImage

Converts a region to an image.

RegionToShapeRegion

Converts a region to region of interest.

Ring2DToShapeRegion

Converts a ring to region of interest.

Segment2DToLine2D

Converts a segment to a line.

Segment2DToPath

Converts a segment to a path.

SparseImageToRegion

Converts a sparse region to a region.

StringLabelToString

Converts a StringLabel object to a String.

Stripe1DToSegment2D

Converts a stripe to a segment.

ValueLimits_f64ToValueLimits

Converts value limits of different types.

ValueLimitsToValueLimits_f64

Converts value limits of different types.

XSightIOLevelToBool

Converts port level to a bool.

Select Filter Equivalent below.

Icon Name Description / Applications
BoolToString

Converts a boolean value to a string.

DirectoryToString

Converts a directory path to a string.

DoubleToReal

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

DoubleToString

Converts a double number to a string.

FileToString

Converts a file path to a string.

GocatorAddressToString

Converts a Gocator device address to a String.

GoPxLAddressToString

Converts a GoPxL device address to a String.

IntegerArrayToRealArray

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

IntegerToDouble

Converts an integer to a double number.

IntegerToLong

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

IntegerToReal

Converts an integer to a real number.

IntegerToString

Converts an integer to a string.

LongToDouble

Converts a long to a double number.

LongToInteger

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

LongToReal

Converts a long to a real number.

LongToString

Converts a long to a string.

RealArrayToIntegerArray

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

RealToDouble

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

RealToInteger

Converts a real number to an integer.

RealToLong

Converts a real number to a long number.

RealToString

Converts a real number to a string.

SocketIdToString

Converts a SocketId to a string.

StringToDirectory

Converts a string to a directory path.

StringToFile

Converts a string to a file path.

StringToGocatorAddress

Converts a string to a Gocator device address.

StringToGoPxLAddress

Converts a String to a GoPxL device address.