LabVIEW视觉

 找回密码
 注册会员
查看: 1203|回复: 0

[原创] Halcon所有类及类下算子作用索引-HOperatorSet算子集(30)(17.12~24.11版)

[复制链接]
 楼主| 发表于 2025-2-17 08:11:37 | 显示全部楼层 |阅读模式

注册登陆后可查看附件和大图,以及购买相关内容

您需要 登录 才可以下载或查看,没有账号?注册会员

x
Halcon所有类及类下算子作用索引-HOperatorSet算子集(30)(17.12~24.11版)
这里的类和算子是针对.NET环境的。类和算子是从Halcon 17.12版本开始,名称中未包含数字版本说明的,表示17.12版本中已经包含。名称中有数字说明的,则表示是从数字版本后才增加的。目前已经更新到Halcon 24.11版本。而17.12之前版本中是否包含当前的类和算子,则未做验证。但是从更新历史来看,大部分的类和算子都是包含的,更新版本后,也只是增加一两个新类、几个十来个算子,多数版本可能并未增加新类。增加一个新类相当于增加一个新的功能模块,并不是每个版本都有新功能模块推出的,很多版本只在现有类中增加了几个算子。图像处理发展这么多年,中间增加的功能都比较少,Halcon在引入深度学习后,才多增加了几个类,如深度学习、深度OCR、深度Counting、深度Matching3D等。

                               
登录/注册后可看大图

《LabVIEW HALCON图像处理入门教程(24.09)》含深度学习,LabVIEW使用NI Vision+Halcon混合编程机器视觉与图像处理入门学习资料
Index of all Classes and Methods所有类和方法索引
HOperatorSet算子集(30)
Class grouping all HALCON operators.
类分组所有HALCON算子。
TupleFabs元组浮点绝对
Compute the absolute value of a tuple (as floating point numbers).
计算元组的绝对值(作为浮点数)。
TupleFind元组查找
Return the indices of all occurrences of a tuple within another tuple.
返回一个元组在另一个元组中的所有出现的索引。
TupleFindFirst元组查找第一个
Return the index of the first occurrence of a tuple within another tuple.
返回一个元组在另一个元组中第一次出现的索引。
TupleFindLast元组查找最后
Return the index of the last occurrence of a tuple within another tuple.
返回一个元组在另一个元组中最后一次出现的索引。
TupleFirstN元组第一个N
Select the first elements of a tuple up to the index “n”.
选择元组中索引“n”之前的第一个元素。
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.
生成一个特定长度的元组并初始化其元素。
TupleGenSequence元组生成序列
Generate a tuple with a sequence of equidistant values.
生成一个具有等距值序列的元组。
TupleGreater元组大于
Test whether a tuple is greater than another tuple.
测试一个元组是否大于另一个元组。
TupleGreaterElem元组大于元素
Test, whether a tuple is elementwise greater than another tuple.
测试一个元组是否在元素上大于另一个元组。
TupleGreaterEqual元组大于等于
Test whether a tuple is greater or equal to another tuple.
测试一个元组是否大于或等于另一个元组。
TupleGreaterEqualElem元组大于等于元素
Test, whether a tuple is elementwise greater or equal to another tuple.
测试一个元组在元素上是否大于或等于另一个元组。
TupleHistoRange元组直方图范围
Calculate the value distribution of a tuple within a certain value range.
计算一个元组在某个值范围内的值分布。
TupleHypot元组斜边(20.05)
Calculate the hypotenuse of two tuples.
计算两个元组的斜边。
TupleInsert元组插入
Inserts one or more elements into a tuple at index.
在索引处将一个或多个元素插入到元组中。
TupleInt元组整数
Convert a tuple into a tuple of integer numbers.
将元组转换为整数元组。
TupleIntersection元组交集
Compute the intersection set of two input tuples.
计算两个输入元组的交集。
TupleInverse元组反转
Invert a tuple.
反转元组。
TupleIsHandle元组是句柄(18.05)
Test if the internal representation of a tuple is of type handle.
测试元组的内部表示是否为句柄类型。
TupleIsHandleElem元组是句柄元素(18.05)
Test whether the elements of a tuple are of type handle.
测试元组的元素是否为句柄类型。
TupleIsInt元组是整数
Test if the internal representation of a tuple is of type integer.
测试元组的内部表示是否为整数类型。
TupleIsIntElem元组是整数元素
Test whether the types of the elements of a tuple are of type integer.
测试元组元素的类型是否为整数类型。
TupleIsMixed元组是混合
Test whether a tuple is of type mixed.
测试元组是否为混合类型。
TupleIsNanElem元组是非数字元素(22.11)
Check a tuple whether it represents NaNs (Not-a-number).
检查元组是否表示NaN(非数字)。
TupleIsNumber元组是数字
Check a tuple (of strings) whether it represents numbers.
检查元组(字符串)是否表示数字。
TupleIsReal元组是实数
Test if the internal representation of a tuple is of type real.
测试元组的内部表示是否为实数类型。
TupleIsRealElem元组是实数元素
Test whether the types of the elements of a tuple are of type real.
测试元组元素的类型是否为实数类型。
TupleIsSerializable元组是可序列化(18.05)
Test if a tuple is serializable.
测试元组是否可序列化。
TupleIsSerializableElem元组是可序列化元素(18.05)
Test if the elements of a tuple are serializable.
测试元组的元素是否可序列化。
TupleIsString元组是字符串
Test if the internal representation of a tuple is of type string.
测试元组的内部表示是否为字符串类型。
TupleIsStringElem元组是字符串元素
Test whether the types of the elements of a tuple are of type string.
测试元组元素的类型是否为字符串类型。
TupleIsValidHandle元组是有效句柄(18.05)
Check if a handle is valid.
检查句柄是否有效。
TupleJoin元组连接(22.05)
Join strings using separator symbol(s).
使用分隔符连接字符串。
TupleLastN元组最后N
Select all elements from index “n” to the end of a tuple.
选择从索引“n”到元组末尾的所有元素。
TupleLdexp元组Ldexp
Calculate the ldexp function of two tuples.
计算两个元组的ldexp函数。Idexp函数用于计算T1 * 2^ {T2}的值。
TupleLength元组长度
Return the number of elements of a tuple.
返回元组的元素数量。
TupleLess元组小于
Test whether a tuple is less than another tuple.
测试一个元组是否小于另一个元组。
TupleLessElem元组小于元素
Test, whether a tuple is elementwise less than another tuple.
测试一个元组是否在元素上小于另一个元组。
TupleLessEqual元组小于等于
Test whether a tuple is less or equal to another tuple.
测试一个元组是否小于或等于另一个元组。
TupleLessEqualElem元组小于等于元素
Test, whether a tuple is elementwise less or equal to another tuple.
测试一个元组在元素上是否小于或等于另一个元组。
TupleLgamma计算对数伽马(20.05)
Compute the logarithm of the absolute value of the gamma function of a tuple.
计算元组伽马函数绝对值的对数。
TupleLog元组对数
Compute the natural logarithm of a tuple.
计算元组的自然对数。
TupleLog10元组对数10
Compute the base 10 logarithm of a tuple.
计算元组的以10为底的对数。
TupleLog2元组对数2(20.05)
Compute the base 2 logarithm of a tuple.
计算元组的以2为底的对数。
TupleLsh元组左移
Shift a tuple bitwise to the left.
按位向左移动元组。
TupleMax元组最大
Return the maximal element of a tuple.
返回元组的最大元素。
TupleMax2元组最大2
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元组最小
Return the minimal element of a tuple.
返回元组的最小元素。
TupleMin2元组最小2
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.
测试两个元组是否不相等。
TupleNotEqualElem元组不等于元素
Test, whether two tuples are elementwise 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 integer numbers.
将长度为1的字符串元组转换为整数元组。字符串转换为ANSI整数。单个字符的数组将转换为整数数组。Ord是ordinal的缩写,也就是ASCII/ANSI码的序号。
TupleOrds元组序号数组
Convert a tuple of strings into a tuple of integer numbers.
将字符串元组转换为整数元组。字符串转换为ANSI整数。字符串将转换为整数数组。
TuplePow元组幂
Calculate the power function of two tuples.
计算两个元组的幂函数。
TupleRad元组弧度
Convert a tuple from degrees to radians.
将元组从度数转换为弧度。
TupleRand元组随机
Return a tuple of random numbers between 0 and 1.
返回一个介于0和1之间的随机数元组。
TupleReal元组实数
Convert a tuple into a tuple of floating point numbers.
将元组转换为浮点数元组。
TupleRegexpMatch元组正则表达式匹配
Extract substrings using regular expressions.
使用正则表达式提取子字符串。
TupleRegexpReplace元组正则表达式替换
Replace a substring using regular expressions.
使用正则表达式替换子字符串。
TupleRegexpSelect元组正则表达式选择
Select tuple elements matching a regular expression.
选择与正则表达式匹配的元组元素。
TupleRegexpTest元组正则表达式测试
Test if a string matches a regular expression.
测试字符串是否与正则表达式匹配。
TupleRemove元组移除
Remove elements from a tuple.
从元组中移除元素。
TupleRepeat元组重复(24.05)
Repeat a tuple.
重复一个元组。
TupleRepeatElem元组重复元素(24.05)
Repeat the elements of a tuple.
重复元组的元素。
TupleReplace元组替换
Replaces one or more elements of 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.
选择元组的单个元素。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

LabVIEW HALCON图像处理入门教程(25.08)
石鑫华机器视觉与LabVIEW Vision图像处理PDF+视频教程11种全套
《LabVIEW Vision函数实例详解2020-2024》教程-NI Vision所有函数使用方法介绍,基于NI VISION2020,兼容VDM21/22/23/24

QQ|LabVIEW视觉

GMT+8, 2026-4-8 15:03

Powered by Discuz! X3.4

© 2001-2026 Discuz! Team.

快速回复 返回顶部 返回列表