石鑫华视觉论坛

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

[原创] Halcon各版本新增加的算子-C1(17.12~24.11版)

[复制链接]
  • TA的每日心情
    慵懒
    昨天 10:09
  • 签到天数: 3411 天

    连续签到: 13 天

    [LV.Master]2000FPS

     楼主| 发表于 3 天前 | 显示全部楼层 |阅读模式 来自:广东省东莞市 电信

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

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

    x
    Halcon各版本新增加的算子-C1(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所有算子索引
    C1
    CalibrateCameras标定相机
    Determine all camera parameters by a simultaneous minimization process.
    通过同时最小化过程确定所有相机参数。
    CalibrateHandEye标定手眼
    Perform a hand-eye calibration.
    执行手眼标定。
    CalibrateSheetOfLight标定激光三角测量
    Calibrate a sheet-of-light setup with a 3D calibration object.
    使用三维标定对象标定激光三角测量设置。
    CaltabPoints标定表点
    Read the mark center points from the calibration plate description file.
    从标定板描述文件中读取标记中心点。
    CamMatToCamPar相机矩阵至相机参数
    Compute the internal camera parameters from a camera matrix.
    根据相机矩阵计算内部相机参数。
    CamParPoseToHomMat3d相机参数姿态至齐次矩阵三维
    Convert internal camera parameters and a 3D pose into a 3×4 projection matrix.
    将内部相机参数和三维姿态转换至3×4投影矩阵。
    CamParToCamMat相机参数至相机矩阵
    Compute a camera matrix from internal camera parameters.
    根据内部相机参数计算相机矩阵。
    CameraCalibration相机标定
    Determine all camera parameters by a simultaneous minimization process.
    通过同时最小化过程确定所有相机参数。
    CfaToRgb颜色滤波阵列至红绿蓝
    Convert a single-channel color filter array image into an RGB image.
    将单通道颜色滤波阵列CFA(Color Filter Array)图像转换为RGB图像。
    ChangeDomain更改域
    Change definition domain of an image.
    更改图像的定义域。
    ChangeFormat更改格式
    Change image size.
    更改图像大小。这里的函数名称是更改格式,实际上的作用是更改大小,为什么不直接将函数名称叫为更改大小?因为图像格式更多的可以理解成png/jpg等图像类型,或者是byte/int2/uint2等位深类型。当然,byte/int2/uint2等在Halcon中则描述为Type。
    ChangeRadialDistortionCamPar更改径向畸变相机参数
    Determine new camera parameters in accordance to the specified radial distortion.
    根据指定的径向畸变确定新的相机参数。
    ChangeRadialDistortionContoursXld更改径向畸变轮廓扩展线描述
    Change the radial distortion of contours.
    更改轮廓的径向畸变。
    ChangeRadialDistortionImage更改径向畸变图像
    Change the radial distortion of an image.
    更改图像的径向畸变。
    ChangeRadialDistortionPoints更改径向畸变点
    Change the radial distortion of pixel coordinates.
    更改像素坐标的径向畸变。
    ChannelsToImage通道至图像
    Convert one-channel images into a multi-channel image
    将单通道图像转换为多通道图像
    CharThreshold字符阈值
    Perform a threshold segmentation for extracting characters.
    执行阈值分割以提取字符。
    CheckDifference检查差
    Compare two images pixel by pixel.
    逐像素比较两幅图像。
    Circularity圆形度
    Shape factor for the circularity (similarity to a circle) of a region.
    区域圆形度(与圆的相似性)的形状因子。
    CircularityXld圆形度扩展线描述
    Shape factor for the circularity (similarity to a circle) of contours or polygons.
    轮廓或多边形的圆形度(与圆的相似性)的形状因子。
    Class2dimSup类二维分割使用像素
    Segment an image using two-dimensional pixel classification.
    使用二维像素分类对图像进行分割。2dim是二维,Sup可能是Segment using pixel的首字母?
    Class2dimUnsup类二维分割不使用像素
    Segment two images by clustering.
    通过聚类对两幅图像进行分割。Halcon的有些函数名称取的真的是比较无语,精简又不是精简,取单字母又不是首字母。这里的Unsup应该是un Segment using pixel,不使用像素分割,那就是使用聚类分割?
    ClassNdimBox类N维盒子
    Classify pixels using hyper-cuboids.
    使用超长方体对像素进行分类。
    ClassNdimNorm类N维标准
    Classify pixels using hyper-spheres or hyper-cubes.
    使用超球体或超立方体对像素进行分类。
    ClassifyClassGmm分类类高斯混合模型
    Calculate the class of a feature vector by a Gaussian Mixture Model.
    通过高斯混合模型计算特征向量的类。
    ClassifyClassKnn分类类K-最近邻
    Search for the next neighbors for a given feature vector.
    搜索给定特征向量的下一个邻居。
    ClassifyClassMlp分类类多层感知机
    Calculate the class of a feature vector by a multilayer perceptron.
    通过多层感知机计算特征向量的类。
    ClassifyClassSvm分类类支持向量机
    Classify a feature vector by a support vector machine.
    通过支持向量机对特征向量进行分类。
    ClassifyImageClassGmm分类图像类高斯混合模型
    Classify an image with a Gaussian Mixture Model.
    使用高斯混合模型对图像进行分类。
    ClassifyImageClassKnn分类图像类K-最近邻
    Classify an image with a k-Nearest-Neighbor classifier.
    使用k-最近邻分类器对图像进行分类。
    ClassifyImageClassLut分类图像类查找表
    Classify a byte image using a look-up table.
    使用查找表对字节图像进行分类。
    ClassifyImageClassMlp分类图像类多层感知机
    Classify an image with a multilayer perceptron.
    用多层感知机对图像进行分类。
    ClassifyImageClassSvm分类图像类支持向量机
    Classify an image with a support vector machine.
    使用支持向量机对图像进行分类。
    ClearAllBarCodeModels清除所有条形码模型
    This operator is inoperable. It had the following function: Delete all bar code models and free the allocated memory.
    该算子无法操作。它具有以下功能:删除所有条形码模型并释放分配的内存。
    ClearAllBarriers清除所有屏障
    This operator is inoperable. It had the following function: Destroy all barrier synchronization objects.
    该算子无法操作。它具有以下功能:销毁所有屏障同步对象。
    ClearAllCalibData清除所有标定数据
    Free the memory of all calibration data models.
    释放所有标定数据模型的内存。
    ClearAllCameraSetupModels清除所有相机设置模型
    Free the memory of all camera setup models.
    释放所有相机设置模型的内存。
    ClearAllClassGmm清除所有类高斯混合模型
    This operator is inoperable. It had the following function: Clear all Gaussian Mixture Models.
    该算子无法操作。它具有以下功能:清除所有高斯混合模型。
    ClearAllClassKnn清除所有类K-最近邻
    This operator is inoperable. It had the following function: Clear all k-NN classifiers.
    该算子无法操作。它具有以下功能:清除所有k-最近邻分类器。
    ClearAllClassLut清除所有类查找表
    This operator is inoperable. It had the following function: Clear all look-up table classifiers.
    该算子无法操作。它具有以下功能:清除所有查找表分类器。
    ClearAllClassMlp清除所有类多层感知机
    This operator is inoperable. It had the following function: Clear all multilayer perceptrons.
    该算子无法操作。它具有以下功能:清除所有多层感知机。
    ClearAllClassSvm清除所有类支持向量机
    This operator is inoperable. It had the following function: Clear all support vector machines.
    该算子无法操作。它具有以下功能:清除所有支持向量机。
    ClearAllClassTrainData清除所有类训练数据
    This operator is inoperable. It had the following function: Clear all training data for classifiers.
    该算子无法操作。它具有以下功能:清除分类器的所有训练数据。
    ClearAllColorTransLuts清除所有颜色变换查找表
    This operator is inoperable. It had the following function: Delete all look-up-tables of the color space transformation.
    该算子无法操作。它具有以下功能:删除颜色空间变换的所有查找表。
    ClearAllComponentModels清除所有组件模型
    This operator is inoperable. It had the following function: Free the memory of all component models.
    该算子无法操作。它具有以下功能:释放所有组件模型的内存。
    ClearAllConditions清除所有条件
    This operator is inoperable. It had the following function: Destroy all condition synchronization objects.
    该算子无法操作。它具有以下功能:销毁所有条件同步对象。
    ClearAllDataCode2dModels清除所有数据码二维模型
    This operator is inoperable. It had the following function: Delete all 2D data code models and free the allocated memory.
    该算子无法操作。它具有以下功能:删除所有二维数据码模型并释放分配的内存。
    ClearAllDeformableModels清除所有可变形模型
    This operator is inoperable. It had the following function: Free the memory of all deformable models.
    该算子无法操作。它具有以下功能:释放所有可变形模型的内存。
    ClearAllDescriptorModels清除所有描述符模型
    This operator is inoperable. It had the following function: Free the memory of all descriptor models in RAM.
    该算子无法操作。它具有以下功能:释放随机存取存储器中所有描述符模型的内存。
    ClearAllEvents清除所有事件
    This operator is inoperable. It had the following function: Clear all event synchronization objects.
    该算子无法操作。它具有以下功能:清除所有事件同步对象。
    ClearAllLexica清除所有词典
    This operator is inoperable. It had the following function: Clear all lexica.
    该算子无法操作。它具有以下功能:清除所有词典。
    ClearAllMatrices清除所有矩阵
    This operator is inoperable. It had the following function: Clear all matrices from memory.
    该算子无法操作。它具有以下功能:从内存中清除所有矩阵。
    ClearAllMetrologyModels清除所有计量模型
    This operator is inoperable. It had the following function: Delete all metrology models and free the allocated memory.
    该算子无法操作。它具有以下功能:删除所有计量模型并释放分配的内存。
    ClearAllMutexes清除所有互斥
    This operator is inoperable. It had the following function: Clear all mutex synchronization objects.
    该算子无法操作。它具有以下功能:清除所有互斥同步对象。
    ClearAllNccModels清除所有归一化互相关模型
    This operator is inoperable. It had the following function: Free the memory of all NCC models.
    该算子无法操作。它具有以下功能:释放所有归一化互相关NCC(Normalized cross-correlation)模型的内存。
    ClearAllObjectModel3d清除所有对象模型三维
    This operator is inoperable. It had the following function: Free the memory of all 3D object models.
    该算子无法操作。它具有以下功能:释放所有三维对象模型的内存。
    ClearAllOcrClassKnn清除所有光学字符识别类K-最近邻
    This operator is inoperable. It had the following function: Clear all OCR classifiers.
    该算子无法操作。它具有以下功能:清除所有光学字符识别OCR(Optical Character Recognition)分类器。
    ClearAllOcrClassMlp清除所有光学字符识别类多层感知机
    This operator is inoperable. It had the following function: Clear all OCR classifiers.
    该算子无法操作。它具有以下功能:清除所有光学字符识别分类器。
    ClearAllOcrClassSvm清除所有光学字符识别类支持向量机
    This operator is inoperable. It had the following function: Clear all SVM based OCR classifiers.
    该算子无法操作。它具有以下功能:清除所有基于支持向量机的光学字符识别分类器。
    ClearAllSampleIdentifiers清除所有样本标识符
    This operator is inoperable. It had the following function: Free the memory of all sample identifiers.
    该算子无法操作。它具有以下功能:释放所有样本标识符的内存。
    ClearAllScatteredDataInterpolators清除所有散乱数据插值器
    This operator is inoperable. It had the following function: Clear all scattered data interpolators.
    该算子无法操作。它具有以下功能:清除所有散乱数据插值器。
    ClearAllSerializedItems清除所有序列化项
    This operator is inoperable. It had the following function: Delete all current existing serialized items.
    该算子无法操作。它具有以下功能:删除所有当前存在的序列化项。
    ClearAllShapeModel3d清除所有形状模型三维
    This operator is inoperable. It had the following function: Free the memory of all 3D shape models.
    该算子无法操作。它具有以下功能:释放所有三维形状模型的内存。
    ClearAllShapeModels清除所有形状模型
    This operator is inoperable. It had the following function: Free the memory of all shape models.
    该算子无法操作。它具有以下功能:释放所有形状模型的内存。
    ClearAllSheetOfLightModels清除所有激光三角测量模型
    This operator is inoperable. It had the following function: Delete all sheet-of-light models and free the allocated memory.
    该算子无法操作。它具有以下功能:删除所有灯光模型并释放分配的内存。
    ClearAllStereoModels清除所有立体模型
    This operator is inoperable. It had the following function: Free the memory of all stereo models.
    该算子无法操作。它具有以下功能:释放所有立体模型的内存。
    ClearAllSurfaceMatchingResults清除所有表面匹配结果
    This operator is inoperable. It had the following function: Free the memory of all surface matching results.
    该算子无法操作。它具有以下功能:释放所有表面匹配结果的内存。
    ClearAllSurfaceModels清除所有表面模型
    This operator is inoperable. It had the following function: Free the memory of all surface models.
    该算子无法操作。它具有以下功能:释放所有表面模型的内存。
    ClearAllTemplates清除所有模板
    This operator is inoperable. It had the following function: Deallocation of the memory of all templates.
    该算子无法操作。它具有以下功能:取消所有模板的内存分配。
    ClearAllTextModels清除所有文本模型
    This operator is inoperable. It had the following function: Clear all text models.
    该算子无法操作。它具有以下功能:清除所有文本模型。
    ClearAllTextResults清除所有文本结果
    This operator is inoperable. It had the following function: Clear all text results.
    该算子无法操作。它具有以下功能:清除所有文本结果。

    回复

    使用道具 举报

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

    本版积分规则

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

    QQ|石鑫华视觉论坛 |网站地图

    GMT+8, 2024-12-22 12:08

    Powered by Discuz! X3.4

    © 2001-2024 Discuz! Team.

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