HALCON Reference Manual 10.0.2
Table of Contents / Classes ClassesClassesClasses | | | Operators

Page not available for the currently selected syntax (programming language).

Page not available for the currently selected syntax (programming language).

HTuple (Class)

Name

HTuple — Provides tuple functionality.

Methods

ReadTuple    Read a tuple from a file.
TupleAbs    Compute the absolute value of a tuple.
TupleAcos    Compute the arccosine of a tuple.
TupleAdd    Add two tuples.
TupleAnd    Compute the logical and of two tuples.
TupleAsin    Compute the arcsine of a tuple.
TupleAtan    Compute the arctangent of a tuple.
TupleAtan2    Compute the arctangent of a tuple for all four quadrants.
TupleBand    Compute the bitwise and of two tuples.
TupleBnot    Compute the bitwise not of a tuple.
TupleBor    Compute the bitwise or of two tuples.
TupleBxor    Compute the bitwise exclusive or of two tuples.
TupleCeil    Compute the ceiling function of a tuple.
TupleChr    Convert a tuple of integers into strings with the corresponding ASCII codes.
TupleChrt    Convert a tuple of integers into strings with the corresponding ASCII codes.
TupleConcat    Concatenate two tuple to a new one.
TupleCos    Compute the cosine of a tuple.
TupleCosh    Compute the hyperbolic cosine of a tuple.
TupleCumul    Calculates the cumulative sums of a tuple.
TupleDeg    Convert a tuple from radians to degrees.
TupleDeviation    Return the standard deviation of the elements of a tuple.
TupleDiv    Divide two tuples.
TupleEnvironment    Read one or more environment variables.
TupleEqual    Test, whether two tuples are equal.
TupleExp    Compute the exponential of a tuple.
TupleFabs    Compute the absolute value of a tuple (as floating point numbers).
TupleFind    Returns the indices of all occurrences of a tuple within another tuple.
TupleFirstN    Select the first elements of a tuple.
TupleFloor    Compute the floor function of a tuple.
TupleFmod    Calculate the remainder of the floating point division of two tuples.
TupleGenConst    Generate a tuple of a specific length and initialize its elements.
TupleGreater    Test, whether a tuple is greater than another tuple.
TupleGreaterEqual    Test, whether a tuple is greater or equal to another tuple.
TupleHistoRange    Calculate the value distribution of a tuple within a certain value range.
TupleInt    Convert a tuple into a tuple of integer numbers.
TupleInverse    Invert a tuple.
TupleIsNumber    Check a tuple (of strings) whether it represents numbers.
TupleLastN    Select all elements from index “n” to the end of a tuple.
TupleLdexp    Calculate the ldexp function of two tuples.
TupleLength    Returns the number of elements of a tuple.
TupleLess    Test, whether a tuple is less than another tuple.
TupleLessEqual    Test, whether a tuple is less or equal to another tuple.
TupleLog    Compute the natural logarithm of a tuple.
TupleLog10    Compute the base 10 logarithm of a tuple.
TupleLsh    Shift a tuple bitwise to the left.
TupleMax    Returns the maximal element of a tuple.
TupleMax2    Calculate the elementwise maximum of two tuples.
TupleMean    Return the mean value of a tuple of numbers.
TupleMedian    Return the median of the elements of a tuple.
TupleMin    Returns the minimal element of a tuple.
TupleMin2    Calculate the elementwise minimum of two tuples.
TupleMod    Calculate the remainder of the integer division of two tuples.
TupleMult    Multiply two tuples.
TupleNeg    Negate a tuple.
TupleNot    Compute the logical not of a tuple.
TupleNotEqual    Test, whether two tuples are not equal.
TupleNumber    Convert a tuple (of strings) into a tuple of numbers.
TupleOr    Compute the logical or of two tuples.
TupleOrd    Convert a tuple of strings of length 1 into a tuple of their ASCII codes.
TupleOrds    Convert a tuple of strings into a tuple of their ASCII codes.
TuplePow    Calculate the power function two tuples.
TupleRad    Convert a tuple from degrees to radians.
TupleRand    Return a tuple of random numbers between 0 and 1.
TupleReal    Convert a tuple into a tuple of floating point numbers.
TupleRegexpMatch    Extracts substrings using regular expressions.
TupleRegexpReplace    Replaces a substring using regular expressions.
TupleRegexpSelect    Selects tuple elements matching a regular expression.
TupleRegexpTest    Tests if a string matches a regular expression.
TupleRemove    Remove elements from a tuple.
TupleRound    Convert a tuple into a tuple of integer numbers.
TupleRsh    Shift a tuple bitwise to the right.
TupleSelect    Select single elements of a tuple.
TupleSelectRange    Select several elements of a tuple.
TupleSelectRank    Select the element of rank n of a tuple.
TupleSgn    Calculate the sign of a tuple.
TupleSin    Compute the sine of a tuple.
TupleSinh    Compute the hyperbolic sine of a tuple.
TupleSort    Sorts the elements of a tuple in ascending order.
TupleSortIndex    Sorts the elements of a tuple and returns the indices of the sorted tuple.
TupleSplit    Split strings into substrings between predefined separator symbol(s).
TupleSqrt    Compute the square root of a tuple.
TupleStrBitSelect    Select single character or bit from a tuple.
TupleStrFirstN    Cut the first characters up to position “n” out of string tuple.
TupleStrLastN    Cut all characters starting at position “n” out of string tuple.
TupleStrchr    Forward search for a character within a string tuple.
TupleString    Convert a tuple into a tuple of strings.
TupleStrlen    Length of every string within a tuple of strings.
TupleStrrchr    Backward search for a character within a string tuple.
TupleStrrstr    Backward search for string(s) within a string tuple.
TupleStrstr    Forward search for string(s) within a string tuple.
TupleSub    Subtract two tuples.
TupleSum    Return the sum of all elements of a tuple.
TupleTan    Compute the tangent of a tuple.
TupleTanh    Compute the hyperbolic tangent of a tuple.
TupleUniq    Discards all but one of successive identical elements of a tuple.
TupleXor    Compute the logical exclusive or of two tuples.
WriteTuple    Write a tuple to a file.

Page not available for the currently selected syntax (programming language).

HTupleX (Class)

Name

HTupleX — Provides tuple functionality.

Methods

ReadTuple    Read a tuple from a file.
TupleAbs    Compute the absolute value of a tuple.
TupleAcos    Compute the arccosine of a tuple.
TupleAdd    Add two tuples.
TupleAnd    Compute the logical and of two tuples.
TupleAsin    Compute the arcsine of a tuple.
TupleAtan    Compute the arctangent of a tuple.
TupleAtan2    Compute the arctangent of a tuple for all four quadrants.
TupleBand    Compute the bitwise and of two tuples.
TupleBnot    Compute the bitwise not of a tuple.
TupleBor    Compute the bitwise or of two tuples.
TupleBxor    Compute the bitwise exclusive or of two tuples.
TupleCeil    Compute the ceiling function of a tuple.
TupleChr    Convert a tuple of integers into strings with the corresponding ASCII codes.
TupleChrt    Convert a tuple of integers into strings with the corresponding ASCII codes.
TupleConcat    Concatenate two tuple to a new one.
TupleCos    Compute the cosine of a tuple.
TupleCosh    Compute the hyperbolic cosine of a tuple.
TupleCumul    Calculates the cumulative sums of a tuple.
TupleDeg    Convert a tuple from radians to degrees.
TupleDeviation    Return the standard deviation of the elements of a tuple.
TupleDiv    Divide two tuples.
TupleEnvironment    Read one or more environment variables.
TupleEqual    Test, whether two tuples are equal.
TupleExp    Compute the exponential of a tuple.
TupleFabs    Compute the absolute value of a tuple (as floating point numbers).
TupleFind    Returns the indices of all occurrences of a tuple within another tuple.
TupleFirstN    Select the first elements of a tuple.
TupleFloor    Compute the floor function of a tuple.
TupleFmod    Calculate the remainder of the floating point division of two tuples.
TupleGenConst    Generate a tuple of a specific length and initialize its elements.
TupleGreater    Test, whether a tuple is greater than another tuple.
TupleGreaterEqual    Test, whether a tuple is greater or equal to another tuple.
TupleHistoRange    Calculate the value distribution of a tuple within a certain value range.
TupleInt    Convert a tuple into a tuple of integer numbers.
TupleInverse    Invert a tuple.
TupleIsNumber    Check a tuple (of strings) whether it represents numbers.
TupleLastN    Select all elements from index “n” to the end of a tuple.
TupleLdexp    Calculate the ldexp function of two tuples.
TupleLength    Returns the number of elements of a tuple.
TupleLess    Test, whether a tuple is less than another tuple.
TupleLessEqual    Test, whether a tuple is less or equal to another tuple.
TupleLog    Compute the natural logarithm of a tuple.
TupleLog10    Compute the base 10 logarithm of a tuple.
TupleLsh    Shift a tuple bitwise to the left.
TupleMax    Returns the maximal element of a tuple.
TupleMax2    Calculate the elementwise maximum of two tuples.
TupleMean    Return the mean value of a tuple of numbers.
TupleMedian    Return the median of the elements of a tuple.
TupleMin    Returns the minimal element of a tuple.
TupleMin2    Calculate the elementwise minimum of two tuples.
TupleMod    Calculate the remainder of the integer division of two tuples.
TupleMult    Multiply two tuples.
TupleNeg    Negate a tuple.
TupleNot    Compute the logical not of a tuple.
TupleNotEqual    Test, whether two tuples are not equal.
TupleNumber    Convert a tuple (of strings) into a tuple of numbers.
TupleOr    Compute the logical or of two tuples.
TupleOrd    Convert a tuple of strings of length 1 into a tuple of their ASCII codes.
TupleOrds    Convert a tuple of strings into a tuple of their ASCII codes.
TuplePow    Calculate the power function two tuples.
TupleRad    Convert a tuple from degrees to radians.
TupleRand    Return a tuple of random numbers between 0 and 1.
TupleReal    Convert a tuple into a tuple of floating point numbers.
TupleRegexpMatch    Extracts substrings using regular expressions.
TupleRegexpReplace    Replaces a substring using regular expressions.
TupleRegexpSelect    Selects tuple elements matching a regular expression.
TupleRegexpTest    Tests if a string matches a regular expression.
TupleRemove    Remove elements from a tuple.
TupleRound    Convert a tuple into a tuple of integer numbers.
TupleRsh    Shift a tuple bitwise to the right.
TupleSelect    Select single elements of a tuple.
TupleSelectRange    Select several elements of a tuple.
TupleSelectRank    Select the element of rank n of a tuple.
TupleSgn    Calculate the sign of a tuple.
TupleSin    Compute the sine of a tuple.
TupleSinh    Compute the hyperbolic sine of a tuple.
TupleSort    Sorts the elements of a tuple in ascending order.
TupleSortIndex    Sorts the elements of a tuple and returns the indices of the sorted tuple.
TupleSplit    Split strings into substrings between predefined separator symbol(s).
TupleSqrt    Compute the square root of a tuple.
TupleStrBitSelect    Select single character or bit from a tuple.
TupleStrFirstN    Cut the first characters up to position “n” out of string tuple.
TupleStrLastN    Cut all characters starting at position “n” out of string tuple.
TupleStrchr    Forward search for a character within a string tuple.
TupleString    Convert a tuple into a tuple of strings.
TupleStrlen    Length of every string within a tuple of strings.
TupleStrrchr    Backward search for a character within a string tuple.
TupleStrrstr    Backward search for string(s) within a string tuple.
TupleStrstr    Forward search for string(s) within a string tuple.
TupleSub    Subtract two tuples.
TupleSum    Return the sum of all elements of a tuple.
TupleTan    Compute the tangent of a tuple.
TupleTanh    Compute the hyperbolic tangent of a tuple.
TupleUniq    Discards all but one of successive identical elements of a tuple.
TupleXor    Compute the logical exclusive or of two tuples.
WriteTuple    Write a tuple to a file.


Table of Contents ClassesClassesClasses | | | Operators
HALCON Reference Manual 10.0.2 Copyright © 1996-2011 MVTec Software GmbH