石鑫华视觉 手机微信QQ:13450001061

图像编程

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

文章来源:石鑫华视觉网时间:2024-12-23 09:10:14 点击:40

Halcon所有算子及算子作用索引-T3(17.12~24.11版)
这里的算子索引是针对.NET环境的,其他环境的基本类似。索引是从Halcon 17.12版本开始统计,算子名称中未包含数字版本说明的,表示17.12版本中已经包含了该算子。算子名称中有数字说明的,则表示该算子是从数字表示版本才增加的新算子。目前已经更新到Halcon 24.11版本。而17.12之前版本中是否包含当前的算子,则未做验证。但是从更新历史来看,大部分的算子都是包含的,更新版本后,也只是增加少量几个十几二十几个新算子。

《LabVIEW HALCON图像处理入门教程(24.09)》含深度学习,LabVIEW使用NI VISION+Halcon混合编程机器视觉与图像处理入门学习资料
http://visionbbs.com/thread-28124-1-1.html

Index of all Operators所有算子索引

T3

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.

选择元组的单个元素。

TupleSelectMask元组选择掩模

Select in mask specified elements of a tuple.

在掩模中选择元组的指定元素。

TupleSelectRange元组选择范围

Select several elements of a tuple.

选择元组的几个元素。

TupleSelectRank元组选择排名

Select the element of rank n of a tuple.

选择元组中排名n的元素。

TupleSemType元组语义类型(18.05)

Return the semantic type of a tuple.

返回元组的语义类型。

TupleSemTypeElem元组语义类型元素(18.05)

Return the semantic type of the elements 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元组排序

Sort the elements of a tuple in ascending order.

按升序对元组的元素进行排序。

TupleSortIndex元组排序索引

Sort the elements of a tuple and return the indices of the sorted tuple.

对元组的元素进行排序,并返回排序后的元组的索引。

TupleSplit元组拆分

Split strings into substrings using predefined separator symbol(s).

使用预定义的分隔符将字符串拆分为子字符串。

TupleSqrt元组平方根

Compute the square root of a tuple.

计算元组的平方根。

TupleStrBitSelect元组字符串位选择

Select single character or bit from a tuple.

从元组中选择单个字符或位。

TupleStrDistance元组字符串距离(24.11)

Calculate the distance between strings.

计算字符串之间的距离。

TupleStrFirstN元组字符串第一个N

Cut the first characters up to position “n” out of a string tuple.

将第一个字符剪切到字符串元组中的“n”位置。

TupleStrLastN元组字符串最后N

Cut all characters starting at position “n” out of a string tuple.

从字符串元组中删除从位置“n”开始的所有字符。

TupleStrReplace元组字符串替换(24.05)

Replace all occurrences of a substring within a string.

替换字符串中出现的所有子字符串。

TupleStrchr元组字符串字符

Forward search for characters within a string tuple.

正向搜索字符串元组中的字符。

TupleString元组字符串

Convert a tuple into a tuple of strings.

将元组转换为字符串元组。

TupleStrlen元组字符串长度

Determine the length of every string within a tuple of strings.

确定字符串元组中每个字符串的长度。

TupleStrrchr元组字符串向后字符

Backward search for characters within a string tuple.

向后搜索字符串元组中的字符。

TupleStrrstr元组字符串向后字符串

Backward search for strings within a string tuple.

在字符串元组中向后搜索字符串。

TupleStrstr元组字符串字符串

Forward search for strings within a string tuple.

在字符串元组中向前搜索字符串。

TupleSub元组减

Subtract two tuples.

减两个元组。

TupleSubstr元组子字符串

Cut characters from position “n1” through “n2” out of a string tuple.

从字符串元组中从位置“n1”到“n2”剪切字符。

TupleSum元组和

Return the sum of all elements of a tuple.

返回元组中所有元素的和。

TupleSymmdiff元组对称差

Compute the symmetric difference set of two input tuples.

计算两个输入元组的对称差集。

TupleTan元组正切

Compute the tangent of a tuple.

计算元组的正切。

TupleTanh元组双曲正切

Compute the hyperbolic tangent of a tuple.

计算元组的双曲正切。

TupleTgamma元组T伽马(20.05)

Compute the gamma function of a tuple.

计算元组的gamma函数。

TupleType元组类型

Return the type of a tuple.

返回元组的类型。

TupleTypeElem元组类型元素

Return the types of the elements of a tuple.

返回元组元素的类型。

TupleUnion元组并集

Compute the union set of two input tuples.

计算两个输入元组的并集。

TupleUniq元组唯一

Discard all but one of successive identical elements of a tuple.

丢弃元组中除一个元素外的所有连续相同元素。

TupleXor元组异或

Compute the logical exclusive or of two tuples.

计算两个元组的逻辑异或。

更多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.html

VBAI软件教程:

《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.html

LabVIEW Vision Development Module教程:

《LabVIEW Vision函数实例详解2020-2024》NI Vision所有函数使用方法介绍,基于NI VISION2020,兼容VDM2021/2022/2023/2024

http://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.html

LabVIEW Halcon教程:

《LabVIEW HALCON图像处理入门教程(24.09)》含深度学习,LabVIEW使用NI VISION+Halcon混合编程机器视觉与图像处理入门学习资料

http://visionbbs.com/thread-28124-1-1.html

VAS驱动软件采集图像教程:

《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


首页
84162741QQ
联系