这里的类和算子是针对.NET环境的。类和算子是从Halcon 17.12版本开始,名称中未包含数字版本说明的,表示17.12版本中已经包含。名称中有数字说明的,则表示是从数字版本后才增加的。目前已经更新到Halcon 24.11版本。而17.12之前版本中是否包含当前的类和算子,则未做验证。但是从更新历史来看,大部分的类和算子都是包含的,更新版本后,也只是增加一两个新类、几个十来个算子,多数版本可能并未增加新类。增加一个新类相当于增加一个新的功能模块,并不是每个版本都有新功能模块推出的,很多版本只在现有类中增加了几个算子。图像处理发展这么多年,中间增加的功能都比较少,Halcon在引入深度学习后,才多增加了几个类,如深度学习、深度OCR、深度Counting、深度Matching3D等。
《LabVIEW HALCON图像处理入门教程(24.09)》含深度学习,LabVIEW使用NI Vision+Halcon混合编程机器视觉与图像处理入门学习资料
http://visionbbs.com/thread-28124-1-1.html
Index of all Classes and Methods所有类和方法索引
Provides tuple functionality.
提供元组功能。
Clear the content of a handle.
清除句柄的内容。
Deserialize a serialized tuple.
反序列化一个序列化的元组。
Read a tuple from a file.
从文件中读取元组。
Serialize a tuple.
序列化元组。
Compute the absolute value of a tuple.
计算元组的绝对值。
Compute the arccosine of a tuple.
计算元组的反余弦。
Compute the inverse hyperbolic cosine of a tuple.
计算元组的反双曲余弦。
Add two tuples.
添加两个元组。
Compute the logical and of two tuples.
计算两个元组的逻辑和。
Compute the arcsine of a tuple.
计算元组的反正弦。
Compute the inverse hyperbolic sine of a tuple.
计算元组的反双曲正弦。
Compute the arctangent of a tuple.
计算元组的反正切。
Compute the arctangent of a tuple for all four quadrants.
计算所有四个象限的元组的反正切。
Compute the inverse hyperbolic tangent of a tuple.
计算元组的反双曲正切。
Compute the bitwise and of two tuples.
计算两个元组的位与。
Compute the bitwise not of a tuple.
计算元组的位非。
Compute the bitwise or of two tuples.
计算两个元组的位或。
Compute the bitwise exclusive or of two tuples.
计算两个元组的位异或。
Compute the cube root of a tuple.
计算元组的立方根。
Compute the ceiling function of a tuple.
计算元组的上限函数。
Convert a tuple of integer numbers into strings.
将整数元组转换为字符串。ANSI整数转换为字符。整数数组将转换为单个字符的数组。Chr是character的缩写,即将ASCII/ASNI编码转换为字符。
Convert a tuple of integer numbers into strings.
将整数元组转换为字符串。ANSI整数转换为字符。整数数组将转换为一个字符串。
Concatenate two tuples to a new one.
将两个元组连接成一个新的元组。
Generate a tuple with the value of a HDevelop language constant.
生成一个具有HDevelop语言常量值的元组。
Compute the cosine of a tuple.
计算一个元组的余弦。
Compute the hyperbolic cosine of a tuple.
计算元组的双曲余弦。
Calculate the cumulative sums of a tuple.
计算元组的累积和。
Convert a tuple from radians to degrees.
将元组从弧度转换为度数。
Return the standard deviation of the elements of a tuple.
返回元组元素的标准偏差。
Compute the difference set of two input tuples.
计算两个输入元组的差集。
Divide two tuples.
除两个元组。
Read one or more environment variables.
读取一个或多个环境变量。
Test whether two tuples are equal.
测试两个元组是否相等。
Test, whether two tuples are elementwise equal.
测试两个元组在元素上是否相等。
Compute the error function of a tuple.
计算元组的误差函数。
Compute the complementary error function of a tuple.
计算元组的互补误差函数。
Compute the exponential of a tuple.
计算元组的指数。
Compute the base 10 exponential of a tuple.
计算元组的基数10指数。
Compute the base 2 exponential of a tuple.
计算元组的基数2指数。
Compute the absolute value of a tuple (as floating point numbers).
计算元组的绝对值(作为浮点数)。
Return the indices of all occurrences of a tuple within another tuple.
返回一个元组在另一个元组中的所有出现的索引。
Return the index of the first occurrence of a tuple within another tuple.
返回一个元组在另一个元组中第一次出现的索引。
Return the index of the last occurrence of a tuple within another tuple.
返回一个元组在另一个元组中最后一次出现的索引。
Select the first elements of a tuple up to the index “n”.
选择元组中索引“n”之前的第一个元素。
Compute the floor function of a tuple.
计算元组的向下取整函数。
Calculate the remainder of the floating point division of two tuples.
计算两个元组浮点除法的余数。
Generate a tuple of a specific length and initialize its elements.
生成一个特定长度的元组并初始化其元素。
Generate a tuple with a sequence of equidistant values.
生成一个具有等距值序列的元组。
Test whether a tuple is greater than another tuple.
测试一个元组是否大于另一个元组。
Test, whether a tuple is elementwise greater than another tuple.
测试一个元组是否在元素上大于另一个元组。
Test whether a tuple is greater or equal to another tuple.
测试一个元组是否大于或等于另一个元组。
Test, whether a tuple is elementwise greater or equal to another tuple.
测试一个元组在元素上是否大于或等于另一个元组。
Calculate the value distribution of a tuple within a certain value range.
计算一个元组在某个值范围内的值分布。
Calculate the hypotenuse of two tuples.
计算两个元组的斜边。
Inserts one or more elements into a tuple at index.
在索引处将一个或多个元素插入到元组中。
Convert a tuple into a tuple of integer numbers.
将元组转换为整数元组。
Compute the intersection set of two input tuples.
计算两个输入元组的交集。
Invert a tuple.
反转元组。
Test if the internal representation of a tuple is of type handle.
测试元组的内部表示是否为句柄类型。
Test whether the elements of a tuple are of type handle.
测试元组的元素是否为句柄类型。
Test if the internal representation of a tuple is of type integer.
测试元组的内部表示是否为整数类型。
Test whether the types of the elements of a tuple are of type integer.
测试元组元素的类型是否为整数类型。
Test whether a tuple is of type mixed.
测试元组是否为混合类型。
Check a tuple whether it represents NaNs (Not-a-number).
检查元组是否表示NaN(非数字)。
Check a tuple (of strings) whether it represents numbers.
检查元组(字符串)是否表示数字。
Test if the internal representation of a tuple is of type real.
测试元组的内部表示是否为实数类型。
Test whether the types of the elements of a tuple are of type real.
测试元组元素的类型是否为实数类型。
Test if a tuple is serializable.
测试元组是否可序列化。
Test if the elements of a tuple are serializable.
测试元组的元素是否可序列化。
Test if the internal representation of a tuple is of type string.
测试元组的内部表示是否为字符串类型。
Test whether the types of the elements of a tuple are of type string.
测试元组元素的类型是否为字符串类型。
Check if a handle is valid.
检查句柄是否有效。
Join strings using separator symbol(s).
使用分隔符连接字符串。
Select all elements from index “n” to the end of a tuple.
选择从索引“n”到元组末尾的所有元素。
Calculate the ldexp function of two tuples.
计算两个元组的ldexp函数。Idexp函数用于计算T1 * 2^T2的值。
Return the number of elements of a tuple.
返回元组的元素数量。
Test whether a tuple is less than another tuple.
测试一个元组是否小于另一个元组。