石鑫华视觉 发表于 3 天前

Halcon所有算子及算子作用索引-T2(17.12~24.11版)

Halcon所有算子及算子作用索引-T2(17.12~24.11版)
这里的算子索引是针对.NET环境的,其他环境的基本类似。索引是从Halcon 17.12版本开始统计,算子名称中未包含数字版本说明的,表示17.12版本中已经包含了该算子。算子名称中有数字说明的,则表示该算子是从数字表示版本才增加的新算子。目前已经更新到Halcon 24.11版本。而17.12之前版本中是否包含当前的算子,则未做验证。但是从更新历史来看,大部分的算子都是包含的,更新版本后,也只是增加少量几个十几二十几个新算子。
http://shixinhua.com/static/upload/image/20241219/1734570310121608.png
《LabVIEW HALCON图像处理入门教程(24.09)》含深度学习,LabVIEW使用NI VISION+Halcon混合编程机器视觉与图像处理入门学习资料
http://visionbbs.com/thread-28124-1-1.html

Index of all Operators所有算子索引T2
TupleAsinh元组反双曲正弦(20.05)Compute the inverse hyperbolic sine of a tuple.计算元组的反双曲正弦。TupleAtan元组反正切Compute the arctangent of a tuple.计算元组的反正切。TupleAtan2元组反正切2Compute the arctangent of a tuple for all four quadrants.计算所有四个象限的元组的反正切。TupleAtanh元组反双曲正切(20.05)Compute the inverse hyperbolic tangent of a tuple.计算元组的反双曲正切。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.计算两个元组的位异或。TupleCbrt元组立方根(20.05)Compute the cube root of a tuple.计算元组的立方根。TupleCeil元组上限Compute the ceiling function of a tuple.计算元组的上限函数。TupleChr元组字符Convert a tuple of integer numbers into strings.将整数元组转换为字符串。ANSI整数转换为字符。整数数组将转换为单个字符的数组。Chr是character的缩写,即将ASCII/ASNI编码转换为字符。TupleChrt元组字符Convert a tuple of integer numbers into strings.将整数元组转换为字符串。ANSI整数转换为字符。整数数组将转换为一个字符串。TupleConcat元组连接Concatenate two tuples to a new one.将两个元组连接成一个新的元组。TupleConstant元组常量(22.11)Generate a tuple with the value of a HDevelop language constant.生成一个具有HDevelop语言常量值的元组。TupleCos元组余弦Compute the cosine of a tuple.计算一个元组的余弦。TupleCosh元组双曲余弦Compute the hyperbolic cosine of a tuple.计算元组的双曲余弦。TupleCumul元组累积Calculate 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.返回元组元素的标准偏差。TupleDifference元组差Compute the difference set of two input tuples.计算两个输入元组的差集。TupleDiv元组除Divide two tuples.除两个元组。TupleEnvironment元组环境Read one or more environment variables.读取一个或多个环境变量。TupleEqual元组等于Test whether two tuples are equal.测试两个元组是否相等。TupleEqualElem元组等于元素Test, whether two tuples are elementwise equal.测试两个元组在元素上是否相等。TupleErf元组误差函数(20.05)Compute the error function of a tuple.计算元组的误差函数。TupleErfc元组误差函数互补(20.05)Compute the complementary error function of a tuple.计算元组的互补误差函数。TupleExp元组指数Compute the exponential of a tuple.计算元组的指数。TupleExp10元组指数10(20.05)Compute the base 10 exponential of a tuple.计算元组的基数10指数。TupleExp2元组指数2(20.05)Compute the base 2 exponential of a tuple.计算元组的基数2指数。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元组第一个NSelect 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元组最后NSelect all elements from index “n” to the end of a tuple.选择从索引“n”到元组末尾的所有元素。TupleLdexp元组LdexpCalculate 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.测试一个元组在元素上是否小于或等于另一个元组。更多NI视觉软件使用,可参考作者相关作品:视觉助手软件教程:《NI Vision Assistant2024图像处理视频教程》-NI视觉助手视频教程,基于NI视觉助手2024版本http://visionbbs.com/thread-31545-1-1.html《NI Vision Assistant2020-2024图像处理教程》视觉助手2024版教程PDF版本http://visionbbs.com/thread-31229-1-1.htmlVBAI软件教程:《NI Vision Builder for Automated Inspection2023图像处理视频教程》,基于NI VBAI自动化检测视觉生成器2023版本介绍http://visionbbs.com/thread-31694-1-1.html《NI Vision Builder for Automated Inspection 2020&2023入门教程》,VBAI2020/2023自动化检测视觉生成器PDF文档版http://visionbbs.com/thread-30854-1-1.htmlLabVIEW Vision Development Module教程:《LabVIEW Vision函数实例详解2020-2024》NI Vision所有函数使用方法介绍,基于NI VISION2020,兼容VDM2021/2022/2023/2024http://visionbbs.com/thread-14658-1-1.html《LabVIEW Vision图像处理开发宝典(第二版)》介绍如何在LabVIEW中开发图像处理程序,如何搭建常用的图像处理框架http://visionbbs.com/thread-14415-1-1.html《LabVIEW VISION图像处理宝典视频教程》LabVIEW如何使用NI Vision开发图像处理程序框图http://visionbbs.com/thread-21050-1-1.htmlLabVIEW Halcon教程:《LabVIEW HALCON图像处理入门教程(24.09)》含深度学习,LabVIEW使用NI VISION+Halcon混合编程机器视觉与图像处理入门学习资料http://visionbbs.com/thread-28124-1-1.htmlVAS驱动软件采集图像教程:《LabVIEW驱动相机采集图像指南(24.11)》 LabVIEW图像采集 LabVIEW相机驱动 NI-IMAQdx相机驱动 Halcon采集图像驱动http://visionbbs.com/thread-32381-1-1.html机器视觉硬件和方案相关教程:《机器视觉实用教程视频教程+附加案例》,相机镜头光源控制器硬件选型,视觉案例解析http://visionbbs.com/thread-17239-1-1.html《机器视觉实用教程(修订版)》,工业相机、工业镜头、机器视觉光源、光源控制器、图像采集卡、延长管延长线滤光片标定板等配件的选型知识http://visionbbs.com/thread-29982-1-1.html
页: [1]
查看完整版本: Halcon所有算子及算子作用索引-T2(17.12~24.11版)

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