注册登陆后可查看附件和大图,以及购买相关内容
您需要 登录 才可以下载或查看,没有账号?注册会员
x
Halcon所有类及类下算子作用索引-HFunction1D函数一维(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所有类和方法索引 HFunction1D函数一维Represents an instance of a 1d function. 表示一维函数的实例。 AbsFunct1d绝对函数一维Absolute value of the y values. y值的绝对值。 ComposeFunct1d组成函数一维Compose two functions. 组成两个函数。 CreateFunct1dArray创建函数一维数组Create a function from a sequence of y values. 根据y值序列创建函数。 CreateFunct1dPairs创建函数一维数对Create a function from a set of (x,y) pairs. 从一组(x,y)数对中创建一个函数。 DerivateFunct1d导数函数1dCalculate the derivatives of a function. 计算函数的导数。 DistanceFunct1d距离函数一维Compute the distance of two functions. 计算两个函数的距离。 Funct1dToPairs函数一维至数对Access to the x/y values of a function. 访问函数的(x,y)值。 GetPairFunct1d获取数对函数一维Access a function value using the index of the control points. 使用控制点的索引访问函数值。 GetYValueFunct1d获取Y值函数一维Return the value of a function at an arbitrary position. 返回函数在任意位置的值。 IntegrateFunct1d集成函数一维Compute the positive and negative areas of a function. 计算函数的正负面积。 InvertFunct1d反函数一维Calculate the inverse of a function. 计算函数的反函数。 LocalMinMaxFunct1d局部最小最大函数一维Calculate the local minimum and maximum points of a function. 计算函数的局部最小值和最大值。 MatchFunct1dTrans匹配函数一维变换Calculate transformation parameters between two functions. 计算两个函数之间的变换参数。 NegateFunct1d取反函数一维Negation of the y values. 取反y值。 NumPointsFunct1d数量点函数一维Number of control points of the function. 函数的控制点数量。 ReadFunct1d读取函数一维Read a function from a file. 从文件中读取函数。 SampleFunct1d采样函数一维Sample a function equidistantly in an interval. 在区间内等距采样函数。 ScaleYFunct1d缩放Y函数一维Multiplication and addition of the y values. y值的乘法和加法。 SmoothFunct1dGauss平滑函数一维高斯Smooth an equidistant 1D function with a Gaussian function. 用高斯函数平滑等距1D函数。 SmoothFunct1dMean平滑函数一维均值Smooth an equidistant 1D function by averaging its values. 通过求平均值来平滑等距1D函数。 TransformFunct1d变换函数一维Transform a function using given transformation parameters. 使用给定的变换参数变换一个函数。 WriteFunct1d写入函数一维Write a function to a file. 将函数写入文件。 XRangeFunct1d X范围函数一维Smallest and largest x value of the function. 函数的最小和最大x值。 YRangeFunct1d Y范围函数一维Smallest and largest y value of the function. 函数的最小和最大y值。 ZeroCrossingsFunct1d零交叉点函数一维Calculate the zero crossings of a function. 计算函数的零交叉点。 |