这里的类和算子是针对.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.
提供元组功能。
Test, whether a tuple is elementwise less than another tuple.
测试一个元组是否在元素上小于另一个元组。
Test whether a tuple is less or equal to another tuple.
测试一个元组是否小于或等于另一个元组。
Test, whether a tuple is elementwise less or equal to another tuple.
测试一个元组在元素上是否小于或等于另一个元组。
Compute the logarithm of the absolute value of the gamma function of a tuple.
计算元组伽马函数绝对值的对数。
Compute the natural logarithm of a tuple.
计算元组的自然对数。
Compute the base 10 logarithm of a tuple.
计算元组的以10为底的对数。
Compute the base 2 logarithm of a tuple.
计算元组的以2为底的对数。
Shift a tuple bitwise to the left.
按位向左移动元组。
Return the maximal element of a tuple.
返回元组的最大元素。
Calculate the elementwise maximum of two tuples.
计算两个元组的元素最大值。
Return the mean value of a tuple of numbers.
返回一个数字元组的均值。
Return the median of the elements of a tuple.
返回元组元素的中值。
Return the minimal element of a tuple.
返回元组的最小元素。
Calculate the elementwise minimum of two tuples.
计算两个元组的元素最小值。
Calculate the remainder of the integer division of two tuples.
计算两个元组整数除法的余数。
Multiply two tuples.
将两个元组相乘。
Negate a tuple.
取反一个元组。
Compute the logical not of a tuple.
计算元组的逻辑非。
Test whether two tuples are not equal.
测试两个元组是否不相等。
Test, whether two tuples are elementwise not equal.
测试两个元组在元素上是否不相等。
Convert a tuple (of strings) into a tuple of numbers.
将(字符串)元组转换为数字元组。
Compute the logical or of two tuples.
计算两个元组的逻辑或。
Convert a tuple of strings of length 1 into a tuple of integer numbers.
将长度为1的字符串元组转换为整数元组。字符串转换为ANSI整数。单个字符的数组将转换为整数数组。Ord是ordinal的缩写,也就是ASCII/ANSI码的序号。
Convert a tuple of strings into a tuple of integer numbers.
将字符串元组转换为整数元组。字符串转换为ANSI整数。字符串将转换为整数数组。
Calculate the power function of two tuples.
计算两个元组的幂函数。
Convert a tuple from degrees to radians.
将元组从度数转换为弧度。
Return a tuple of random numbers between 0 and 1.
返回一个介于0和1之间的随机数元组。
Convert a tuple into a tuple of floating point numbers.
将元组转换为浮点数元组。
Extract substrings using regular expressions.
使用正则表达式提取子字符串。
Replace a substring using regular expressions.
使用正则表达式替换子字符串。
Select tuple elements matching a regular expression.
选择与正则表达式匹配的元组元素。
Test if a string matches a regular expression.
测试字符串是否与正则表达式匹配。
Remove elements from a tuple.
从元组中移除元素。
Repeat a tuple.
重复一个元组。
Repeat the elements of a tuple.
重复元组的元素。
Replaces one or more elements of a tuple.
替换元组中的一个或多个元素。
Convert a tuple into a tuple of integer numbers.
将元组转换为整数元组。
Shift a tuple bitwise to the right.
按位向右移动元组。
Select single elements of a tuple.
选择元组的单个元素。
Select in mask specified elements of a tuple.
在掩模中选择元组的指定元素。
Select several elements of a tuple.
选择元组的几个元素。
Select the element of rank n of a tuple.
选择元组中排名n的元素。
Return the semantic type of the elements of a tuple.
返回元组元素的语义类型。
Calculate the sign of a tuple.
计算元组的符号。
Compute the sine of a tuple.
计算元组的正弦值。
Compute the hyperbolic sine of a tuple.
计算元组的双曲正弦。
Sort the elements of a tuple in ascending order.
按升序对元组的元素进行排序。
Sort the elements of a tuple and return the indices of the sorted tuple.
对元组的元素进行排序,并返回排序后的元组的索引。
Split strings into substrings using predefined separator symbol(s).
使用预定义的分隔符将字符串拆分为子字符串。
Compute the square root of a tuple.
计算元组的平方根。
Select single character or bit from a tuple.
从元组中选择单个字符或位。
Calculate the distance between strings.
计算字符串之间的距离。
Cut the first characters up to position “n” out of a string tuple.
将第一个字符剪切到字符串元组中的“n”位置。
Cut all characters starting at position “n” out of a string tuple.
从字符串元组中删除从位置“n”开始的所有字符。
Replace all occurrences of a substring within a string.
替换字符串中出现的所有子字符串。
Forward search for characters within a string tuple.
正向搜索字符串元组中的字符。
Convert a tuple into a tuple of strings.
将元组转换为字符串元组。
Determine the length of every string within a tuple of strings.
确定字符串元组中每个字符串的长度。
Backward search for characters within a string tuple.
向后搜索字符串元组中的字符。
Backward search for strings within a string tuple.
在字符串元组中向后搜索字符串。
Forward search for strings within a string tuple.
在字符串元组中向前搜索字符串。
Subtract two tuples.
减两个元组。
Cut characters from position “n1” through “n2” out of a string tuple.
从字符串元组中从位置“n1”到“n2”剪切字符。
Return the sum of all elements of a tuple.
返回元组中所有元素的和。
Compute the symmetric difference set of two input tuples.
计算两个输入元组的对称差集。
Compute the tangent of a tuple.
计算元组的正切。
Compute the hyperbolic tangent of a tuple.
计算元组的双曲正切。
Compute the gamma function of a tuple.
计算元组的gamma函数。
Return the type of a tuple.
返回元组的类型。
Return the types of the elements of a tuple.
返回元组元素的类型。
Compute the union set of two input tuples.
计算两个输入元组的并集。
Discard all but one of successive identical elements of a tuple.
丢弃元组中除一个元素外的所有连续相同元素。
Compute the logical exclusive or of two tuples.
计算两个元组的逻辑异或。
Write a tuple to a file.
将元组写入文件。