注册登陆后可查看附件和大图,以及购买相关内容
您需要 登录 才可以下载或查看,没有账号?注册会员
x
Halcon所有算子及算子作用索引-C(19.11版和以后版本) 这里的算子索引是针对.NET环境的,其他环境的基本类似。索引是从19.11版本开始,算子名称中未包含数字版本说明的,则是表示19.11版本中已经包含了该算子。算子名称中有数字说明的,则表示该算子是从数字表示版本才增加的新算子。目前已经更新到Halcon 24.11版本。而19.11之前版本中是否包含当前的算子,则未做验证。但是从更新历史来看,大部分的算子都是包含的,更新版本后,也只是增加少量几个十来个新算子。 《LabVIEW HALCON图像处理入门教程(24.09)》含深度学习,LabVIEW使用NI VISION+Halcon混合编程机器视觉与图像处理入门学习资料 Index of all Operators所有算子索引
C
CalibrateCameras标定相机Determine all camera parameters by asimultaneous minimization process. 通过同时最小化过程确定所有相机参数。 CalibrateHandEye标定手眼Perform a hand-eye calibration. 执行手眼标定。 CalibrateSheetOfLight标定激光三角测量Calibrate a sheet-of-light setup with a 3D calibrationobject. 使用三维标定对象标定激光三角测量设置。 CaltabPoints标定表点Read the mark center points from thecalibration plate description file. 从标定板描述文件中读取标记中心点。 CamMatToCamPar相机矩阵至相机参数Compute the internal camera parameters froma camera matrix. 根据相机矩阵计算内部相机参数。 CamParPoseToHomMat3d相机参数姿态至齐次矩阵三维Convert internal camera parameters and a 3Dpose into a 3×4 projection matrix. 将内部相机参数和三维姿态转换至3×4投影矩阵。 CamParToCamMat相机参数至相机矩阵Compute a camera matrix from internalcamera parameters. 根据内部相机参数计算相机矩阵。 CameraCalibration相机标定Determine all camera parameters by asimultaneous minimization process. 通过同时最小化过程确定所有相机参数。 CfaToRgb颜色滤波阵列至红绿蓝图像Convert a single-channel color filter arrayimage into an RGB image. 将单通道颜色滤波阵列图像转换为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 inaccordance 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 pixelcoordinates. 更改像素坐标的径向畸变。 ChannelsToImage通道至图像Convert one-channel images into amulti-channel image 将单通道图像转换为多通道图像 CharThreshold字符阈值Perform a threshold segmentation forextracting 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-dimensionalpixel 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 orhyper-cubes. 使用超球体或超立方体对像素进行分类。 ClassifyClassGmm分类类高斯混合模型Calculate the class of a feature vector bya Gaussian Mixture Model. 通过高斯混合模型计算特征向量的类。 ClassifyClassKnn分类类K-最近邻Search for the next neighbors for a givenfeature vector. 搜索给定特征向量的下一个邻居。 ClassifyClassMlp分类类多层感知机Calculate the class of a feature vector bya multilayer perceptron. 通过多层感知机计算特征向量的类。 ClassifyClassSvm分类类支持向量机Classify a feature vector by a supportvector machine. 通过支持向量机对特征向量进行分类。 ClassifyImageClassGmm分类图像类高斯混合模型Classify an image with a Gaussian MixtureModel. 使用高斯混合模型对图像进行分类。 ClassifyImageClassKnn分类图像类K-最近邻Classify an image with a k-Nearest-Neighborclassifier. 使用k-最近邻分类器对图像进行分类。 ClassifyImageClassLut分类图像类查找表Classify a byte image using a look-uptable. 使用查找表对字节图像进行分类。 ClassifyImageClassMlp分类图像类多层感知机Classify an image with a multilayerperceptron. 用多层感知机对图像进行分类。 ClassifyImageClassSvm分类图像类支持向量机Classify an image with a support vectormachine. 使用支持向量机对图像进行分类。 ClearAllBarCodeModels清除所有条形码模型This operator is inoperable. It had thefollowing function: Delete all bar code models and free the allocated memory. 该算子无法操作。它具有以下功能:删除所有条形码模型并释放分配的内存。 ClearAllBarriers清除所有屏障This operator is inoperable. It had thefollowing function: Destroy all barrier synchronization objects. 该算子无法操作。它具有以下功能:销毁所有屏障同步对象。 ClearAllCalibData清除所有标定数据Free the memory of all calibration datamodels. 释放所有标定数据模型的内存。 ClearAllCameraSetupModels清除所有相机设置模型Free the memory of all camera setup models. 释放所有相机设置模型的内存。 ClearAllClassGmm清除所有类高斯混合模型This operator is inoperable. It had thefollowing function: Clear all Gaussian Mixture Models. 该算子无法操作。它具有以下功能:清除所有高斯混合模型。 ClearAllClassKnn清除所有类K-最近邻This operator is inoperable. It had thefollowing function: Clear all k-NN classifiers. 该算子无法操作。它具有以下功能:清除所有k-最近邻分类器。 ClearAllClassLut清除所有类查找表This operator is inoperable. It had thefollowing function: Clear all look-up table classifiers. 该算子无法操作。它具有以下功能:清除所有查找表分类器。 ClearAllClassMlp清除所有类多层感知机This operator is inoperable. It had the followingfunction: Clear all multilayer perceptrons. 该算子无法操作。它具有以下功能:清除所有多层感知机。 ClearAllClassSvm清除所有类支持向量机This operator is inoperable. It had thefollowing function: Clear all support vector machines. 该算子无法操作。它具有以下功能:清除所有支持向量机。 ClearAllClassTrainData清除所有类训练数据This operator is inoperable. It had thefollowing function: Clear all training data for classifiers. 该算子无法操作。它具有以下功能:清除分类器的所有训练数据。 ClearAllColorTransLuts清除所有颜色变换查找表This operator is inoperable. It had thefollowing function: Delete all look-up-tables of the color spacetransformation. 该算子无法操作。它具有以下功能:删除颜色空间变换的所有查找表。 ClearAllComponentModels清除所有组件模型This operator is inoperable. It had thefollowing function: Free the memory of all component models. 该算子无法操作。它具有以下功能:释放所有组件模型的内存。 ClearAllConditions清除所有条件This operator is inoperable. It had thefollowing function: Destroy all condition synchronization objects. 该算子无法操作。它具有以下功能:销毁所有条件同步对象。 ClearAllDataCode2dModels清除所有数据码二维模型This operator is inoperable. It had thefollowing function: Delete all 2D data code models and free the allocatedmemory. 该算子无法操作。它具有以下功能:删除所有二维数据码模型并释放分配的内存。 ClearAllDeformableModels清除所有可变形模型This operator is inoperable. It had thefollowing function: Free the memory of all deformable models. 该算子无法操作。它具有以下功能:释放所有可变形模型的内存。 ClearAllDescriptorModels清除所有描述符模型This operator is inoperable. It had thefollowing function: Free the memory of all descriptor models in RAM. 该算子无法操作。它具有以下功能:释放随机存取存储器中所有描述符模型的内存。 ClearAllEvents清除所有事件This operator is inoperable. It had thefollowing function: Clear all event synchronization objects. 该算子无法操作。它具有以下功能:清除所有事件同步对象。 ClearAllLexica清除所有词典This operator is inoperable. It had thefollowing function: Clear all lexica. 该算子无法操作。它具有以下功能:清除所有词典。 ClearAllMatrices清除所有矩阵This operator is inoperable. It had thefollowing function: Clear all matrices from memory. 该算子无法操作。它具有以下功能:从内存中清除所有矩阵。 ClearAllMetrologyModels清除所有计量模型This operator is inoperable. It had thefollowing function: Delete all metrology models and free the allocated memory. 该算子无法操作。它具有以下功能:删除所有计量模型并释放分配的内存。 ClearAllMutexes清除所有互斥This operator is inoperable. It had thefollowing function: Clear all mutex synchronization objects. 该算子无法操作。它具有以下功能:清除所有互斥同步对象。 ClearAllNccModels清除所有归一化互相关模型This operator is inoperable. It had thefollowing function: Free the memory of all NCC models. 该算子无法操作。它具有以下功能:释放所有归一化互相关NCC(Normalized cross-correlation)模型的内存。 ClearAllObjectModel3d清除所有对象模型三维This operator is inoperable. It had thefollowing function: Free the memory of all 3D object models. 该算子无法操作。它具有以下功能:释放所有三维对象模型的内存。 ClearAllOcrClassKnn清除所有光学字符识别类K-最近邻This operator is inoperable. It had thefollowing function: Clear all OCR classifiers. 该算子无法操作。它具有以下功能:清除所有光学字符识别OCR(Optical Character Recognition)分类器。 ClearAllOcrClassMlp清除所有光学字符识别类多层感知机This operator is inoperable. It had thefollowing function: Clear all OCR classifiers. 该算子无法操作。它具有以下功能:清除所有光学字符识别分类器。 ClearAllOcrClassSvm清除所有光学字符识别类支持向量机This operator is inoperable. It had thefollowing function: Clear all SVM based OCR classifiers. 该算子无法操作。它具有以下功能:清除所有基于支持向量机的光学字符识别分类器。 ClearAllSampleIdentifiers清除所有样本标识符This operator is inoperable. It had thefollowing function: Free the memory of all sample identifiers. 该算子无法操作。它具有以下功能:释放所有样本标识符的内存。 ClearAllScatteredDataInterpolators清除所有散乱数据插值器This operator is inoperable. It had thefollowing function: Clear all scattered data interpolators. 该算子无法操作。它具有以下功能:清除所有散乱数据插值器。 ClearAllSerializedItems清除所有序列化项This operator is inoperable. It had thefollowing function: Delete all current existing serialized items. 该算子无法操作。它具有以下功能:删除所有当前存在的序列化项。 ClearAllShapeModel3d清除所有形状模型三维This operator is inoperable. It had thefollowing function: Free the memory of all 3D shape models. 该算子无法操作。它具有以下功能:释放所有三维形状模型的内存。 ClearAllShapeModels清除所有形状模型This operator is inoperable. It had thefollowing function: Free the memory of all shape models. 该算子无法操作。它具有以下功能:释放所有形状模型的内存。 ClearAllSheetOfLightModels清除所有激光三角测量模型This operator is inoperable. It had thefollowing function: Delete all sheet-of-light models and free the allocatedmemory. 该算子无法操作。它具有以下功能:删除所有灯光模型并释放分配的内存。 ClearAllStereoModels清除所有立体模型This operator is inoperable. It had thefollowing function: Free the memory of all stereo models. 该算子无法操作。它具有以下功能:释放所有立体模型的内存。 ClearAllSurfaceMatchingResults清除所有表面匹配结果This operator is inoperable. It had thefollowing function: Free the memory of all surface matching results. 该算子无法操作。它具有以下功能:释放所有表面匹配结果的内存。 ClearAllSurfaceModels清除所有表面模型This operator is inoperable. It had thefollowing function: Free the memory of all surface models. 该算子无法操作。它具有以下功能:释放所有表面模型的内存。 ClearAllTemplates清除所有模板This operator is inoperable. It had thefollowing function: Deallocation of the memory of all templates. 该算子无法操作。它具有以下功能:取消所有模板的内存分配。 ClearAllTextModels清除所有文本模型This operator is inoperable. It had thefollowing function: Clear all text models. 该算子无法操作。它具有以下功能:清除所有文本模型。 ClearAllTextResults清除所有文本结果This operator is inoperable. It had thefollowing function: Clear all text results. 该算子无法操作。它具有以下功能:清除所有文本结果。 ClearAllTrainingComponents清除所有训练组件This operator is inoperable. It had thefollowing function: Free the memory of all component training results. 该算子无法操作。它具有以下功能:释放所有组件训练结果的内存。 ClearAllVariationModels清除所有变体模型This operator is inoperable. It had thefollowing function: Free the memory of all variation models. 该算子无法操作。它具有以下功能:释放所有变体模型的内存。 ClearBarCodeModel清除条形码模型Delete a bar code model and free theallocated memory 删除条形码模型并释放分配的内存 ClearBarrier清除屏障Destroy a barrier synchronization object. 销毁屏障同步对象。 ClearBeadInspectionModel清除胶条检查模型Delete the bead inspection model and freethe allocated memory. 删除胶条检查模型并释放分配的内存。 ClearCalibData清除标定数据Free the memory of a calibration datamodel. 释放标定数据模型的内存。 ClearCameraSetupModel清除相机设置模型Free the memory of a calibration setupmodel. 释放标定设置模型的内存。 ClearClassGmm清除类高斯混合模型Clear a Gaussian Mixture Model. 清除高斯混合模型。 ClearClassKnn清除类K-最近邻 Clear a k-NN classifier. 清除k-最近邻(K-NN)分类器。 ClearClassLut清除类查找表Clear a look-up table classifier. 清除查找表分类器。 ClearClassMlp清除类多层感知机Clear a multilayer perceptron. 清除多层感知机。 ClearClassSvm清除类支持向量机Clear a support vector machine. 清除支持向量机。 ClearClassTrainData清除类训练数据Clears training data for classifiers. 清除分类器的训练数据。 ClearColorTransLut清除颜色变换查找表Release the look-up-table needed for colorspace transformation. 释放颜色空间变换所需的查找表。 ClearComponentModel清除组件模型Free the memory of a component model. 释放组件模型的内存。 ClearCondition清除条件Destroy a condition synchronization object. 销毁条件同步对象。 ClearDataCode2dModel清除数据码二维模型Delete a 2D data code model and free the allocatedmemory. 删除二维数据代码模型并释放分配的内存。 ClearDeformableModel清除可变形模型Free the memory of a deformable model. 释放可变形模型的内存。 ClearDeformableSurfaceMatchingResult清除可变形表面匹配结果Free the memory of a deformable surfacematching result. 释放可变形表面匹配结果的内存。 ClearDeformableSurfaceModel清除可变形表面模型Free the memory of a deformable surfacemodel. 释放可变形表面模型的内存。 ClearDescriptorModel清除描述符模型Free the memory of a descriptor model. 释放描述符模型的内存。 ClearDistanceTransformXld清除距离变换扩展线描述Clear a XLD distance transform. 清除扩展线描述XLD距离变换。 ClearDlClassifier清除深度学习分类器Clear a deep-learning-based classifier. 清除基于深度学习的分类器。 ClearDlClassifierResult清除深度学习分类器结果Clear a handle containing the results ofthe deep-learning-based classification. 清除包含基于深度学习的分类结果的句柄。 ClearDlClassifierTrainResult清除深度学习训练结果Clear the handle of a deep-learning-basedclassifier training result. 清除基于深度学习的分类器训练结果的句柄。 ClearDlModel清除深度学习模型Clear a deep learning model. 清除深度学习模型。 ClearDrawingObject清除绘制对象Delete drawing object. 删除绘制对象。 ClearEvent清除事件Clear the event synchronization object. 清除事件同步对象。 ClearHandle清除句柄Clear the content of a handle. 清除句柄的内容。 ClearLexicon清除词典Clear a lexicon. 清理词典。 ClearMatrix清除矩阵Free the memory of a matrix. 释放矩阵的内存。 ClearMessage清除消息Close a message handle and release allassociated resources. 关闭消息句柄并释放所有相关资源。 ClearMessageQueue清除消息队列Close a message queue handle and releaseall associated resources. 关闭消息队列句柄并释放所有相关资源。 ClearMetrologyModel清除计量模型Delete a metrology model and free theallocated memory. 删除计量模型并释放分配的内存。 ClearMetrologyObject清除计量对象Delete metrology objects and free theallocated memory. 删除计量对象并释放分配的内存。 ClearMutex清除互斥Clear the mutex synchronization object. 清除互斥同步对象。 ClearNccModel清除归一化互相关模型Free the memory of an NCC model. 释放归一化互相关NCC模型的内存。 ClearObj清除对象Delete an iconic object from the HALCON database. 从HALCON数据库中删除图标对象。 ClearObjectModel3d清除对象模型三维Free the memory of a 3D object model. 释放3D对象模型的内存。 ClearOcrClassCnn清除光学字符识别类卷积神经网络Clear an CNN-based OCR classifier. 清除基于CNN的OCR分类器。 ClearOcrClassKnn清除光学字符识别类K-最近邻Clear an OCR classifier. 清除OCR分类器。 ClearOcrClassMlp清除光学字符识别类多层感知机Clear an OCR classifier. 清除OCR分类器。 ClearOcrClassSvm清除光学字符识别类支持向量机Clear an SVM-based OCR classifier. 清除基于SVM的OCR分类器。 ClearRectangle清除矩形Delete a rectangle on the output window. 删除输出窗口上的矩形。 ClearSampleIdentifier清除样本标签符Free the memory of a sample identifier. 释放样本标识符的内存。 ClearSamplesClassGmm清除样本类高斯混合模型Clear the training data of a GaussianMixture Model. 清除高斯混合模型的训练数据。 ClearSamplesClassMlp清除样本类多层感知机Clear the training data of a multilayerperceptron. 清除多层感知机的训练数据。 ClearSamplesClassSvm清除样本类支持向量机Clear the training data of a support vectormachine. 清除支持向量机的训练数据。 ClearSampset清除样本集Free memory of a data set. 释放数据集的内存。 ClearScatteredDataInterpolator清除散乱数据插值器Clear a scattered data interpolator. 清除散乱数据插值器。 ClearScene3d清除场景三维Delete a 3D scene and free all allocatedmemory. 删除三维场景并释放所有分配的内存。 ClearSerial清除串行Clear the buffer of a serial connection. 清除串行连接的缓冲区。 ClearSerializedItem清除序列化项Delete a serialized item. 删除序列化项。 ClearShapeModel清除形状模型Free the memory of a shape model. 释放形状模型的内存。 ClearShapeModel3d清除形状模型三维Free the memory of a 3D shape model. 释放三维形状模型的内存。 ClearSheetOfLightModel清除激光三角测量模型Delete a sheet-of-light model and free theallocated memory. 删除激光三角测量模型并释放分配的内存。 ClearStereoModel清除立体模型Free the memory of a stereo model. 释放立体模型的内存。 ClearStructuredLightModel清除结构光模型Clear a structured light model and free theallocated memory. 清除结构光模型并释放分配的内存。 ClearSurfaceMatchingResult清除表面匹配结果Free the memory of a surface matchingresult. 释放表面匹配结果的内存。 ClearSurfaceModel清除表面模型Free the memory of a surface model. 释放表面模型的内存。 ClearTemplate清除模板 Deallocation of the memory of a template. 模板内存的取消分配。 ClearTextModel清除文本模型Clear a text model. 清除文本模型。 ClearTextResult清除文本结果Clear a text result. 清除文本结果。 ClearTextureInspectionModel清除纹理检查模型Clear a texture inspection model and freethe allocated memory. 清除纹理检查模型并释放分配的内存。 ClearTextureInspectionResult清除纹理检查结果Clear a texture inspection result handleand free the allocated memory. 清除纹理检查结果句柄并释放分配的内存。 ClearTrainDataVariationModel清除训练数据变体模型Free the memory of the training data of avariation model. 释放变体模型训练数据的内存。 ClearTrainingComponents清除训练组件Free the memory of a component trainingresult. 释放组件训练结果的内存。 ClearVariationModel清除变体模型Free the memory of a variation model. 释放变体模型的内存。 ClearWindow清除窗口Delete the contents of an output window. 删除输出窗口的内容。 ClipContoursXld剪裁轮廓扩展线描述Clip an XLD contour. 剪裁XLD轮廓。 ClipEndPointsContoursXld剪裁端点轮廓扩展线描述Clip the end points of an XLD contour. 剪切XLD轮廓的端点。 ClipRegion剪裁区域Clip a region to a rectangle. 将区域剪裁为矩形。 ClipRegionRel剪裁区域相对Clip a region relative to its smallestsurrounding rectangle. 相对于其最小的周围矩形剪裁一个区域。 CloseAllBgEsti关闭所有背景估计This operator is inoperable. It had thefollowing function: Delete all background estimation data sets. 该算子无法操作。它具有以下功能:删除所有背景估计数据集。 CloseAllClassBox关闭所有类盒式This operator is inoperable. It had thefollowing function: Destroy all classifiers. 该算子无法操作。它具有以下功能:销毁所有分类器。 CloseAllFiles关闭所有文件This operator is inoperable. It had thefollowing function: Close all open files. 该算子无法操作。它具有以下功能:关闭所有打开的文件。 CloseAllFramegrabbers关闭所有帧抓取器This operator is inoperable. It had thefollowing function: Close all image acquisition devices. 该算子无法操作。它具有以下功能:关闭所有图像采集设备。 CloseAllMeasures关闭所有测量This operator is inoperable. It had thefollowing function: Delete all measure objects. 该算子无法操作。它具有以下功能:删除所有测量对象。 CloseAllOcrs关闭所有光学字符识别This operator is inoperable. It had thefollowing function: Destroy all OCR classifiers. 该算子无法操作。它具有以下功能:销毁所有OCR分类器。 CloseAllOcvs关闭所有光学字符验证This operator is inoperable. It had thefollowing function: Clear all OCV tools. 该算子无法操作。它具有以下功能:清除所有OCV工具。 CloseAllSerials关闭所有串行This operator is inoperable. It had thefollowing function: Close all serial devices. 该算子无法操作。它具有以下功能:关闭所有串行设备。 CloseAllSockets关闭所有套接字This operator is inoperable. It had thefollowing function: Close all opened sockets. 该算子无法操作。它具有以下功能:关闭所有打开的套接字。 CloseBgEsti关闭背景估计Delete the background estimation data set. 删除背景估计数据集。 CloseClassBox关闭类盒式Destroy the classifier. 销毁分类器。 CloseContoursXld关闭轮廓扩展线描述Close an XLD contour. 关闭XLD轮廓。 CloseEdges闭合边缘Close edge gaps using the edge amplitudeimage. 使用边缘振幅图像闭合边缘间隙。 CloseEdgesLength闭合边缘长度Close edge gaps using the edge amplitudeimage. 使用边缘振幅图像闭合边缘间隙。 CloseFile关闭文件Closing a text file. 关闭文本文件。 CloseFramegrabber关闭帧抓取器Close specified image acquisition device. 关闭指定的图像采集设备。 CloseIoChannel关闭输入输出通道Close I/O channels. 关闭I/O通道。 CloseIoDevice关闭输入输出设备Close the specified I/O device. 关闭指定的I/O设备。 CloseMeasure关闭测量Delete a measure object. 删除测量对象。 CloseOcr关闭光学字符识别Deallocation of the memory of an OCRclassifier. 取消OCR分类器的内存分配。 CloseOcv关闭光学字符验证Clear an OCV tool. 清除OCV工具。 CloseSerial关闭串行Close a serial device. 关闭串行设备。 CloseSocket关闭套接字Close a socket. 关闭套接字。 CloseWindow关闭窗口Close an output window. 关闭输出窗口。 ClosestPointTransform最近点变换Compute the closest-point transformation ofa region. 计算区域的最近点变换。 Closing闭合Close a region. 封闭一个区域。 ClosingCircle闭合圆Close a region with a circular structuringelement. 用圆形结构元素封闭一个区域。 ClosingGolay闭合戈莱Close a region with an element from theGolay alphabet. 用戈莱字母表中的元素封闭一个区域。 ClosingRectangle1闭合矩形1Close a region with a rectangularstructuring element. 用矩形结构元素封闭一个区域。 ClusterModelComponents聚类模型组件Adopt new parameters that are used tocreate the model components into the training result. 在训练结果中采用用于创建模型组件的新参数。 CoherenceEnhancingDiff相干增强扩散Perform a coherence enhancing diffusion ofan image. 对图像执行相干增强扩散。 CombineRoadsXld合并路径扩展线描述Combine road hypotheses from two resolutionlevels. 合并两个分辨率级别的路径假设。 Compactness紧凑性Shape factor for the compactness of aregion. 区域紧凑性的形状因子。 CompactnessXld紧凑性扩展线描述Shape factor for the compactness ofcontours or polygons. 轮廓或多边形紧凑性的形状系数。 CompareExtVariationModel比较扩展变体模型 Compare an image to a variation model. 将图像与变体模型进行比较。 CompareMemoryBlock比较内存块(22.11)Compare contents of memory blocks regardingequality. 比较内存块的内容是否相等。 CompareObj比较对象Compare iconic objects regarding equality. 比较图标对象的相等性。 CompareVariationModel比较变体模型Compare an image to a variation model. 将图像与变体模型进行比较。 Complement补码Return the complement of a region. 返回一个区域的补码。 ComplexToReal复数至实数Convert a complex image into two realimages. 将一幅复数图像转换为两幅实数图像。 Compose2组成2Convert two images into a two-channelimage. 将两幅图像转换为双通道图像。 Compose3组成3Convert 3 images into a three-channel image. 将3幅图像转换为三通道图像。 Compose4组成4Convert 4 images into a four-channel image. 将4幅图像转换为四通道图像。 Compose5组成5Convert 5 images into a five-channel image. 将5幅图像转换为5通道图像。 Compose6组成6Convert 6 images into a six-channel image. 将6幅图像转换为6通道图像。 Compose7组成7Convert 7 images into a seven-channelimage. 将7幅图像转换为7通道图像。 ComposeFunct1d组成函数一维Compose two functions. 组成两个函数。 ConcatObj连接对象Concatenate two iconic object tuples. 连接两个图标对象元组。 ConcatOcrTrainf连接光学字符识别训练文件Concat training files. 连接训练文件。 ConnectAndHoles连接和孔Number of connection components and holes 连接组合和孔的数量 ConnectGridPoints连接网格点Establish connections between the gridpoints of the rectification grid. 在校正网格的网格点之间建立连接。 Connection连接Compute connected components of a region. 计算区域的连通组件。 ConnectionObjectModel3d连接对象模型三维Determine the connected components of the3D object model. 确定三维对象模型的连接组件。 Contlength轮廓长度Contour length of a region. 区域的轮廓长度。 ContourPointNumXld轮廓点数扩展线描述Return the number of points in an XLDcontour. 返回XLD轮廓中的点数。 ContourToWorldPlaneXld轮廓至世界平面扩展线描述Transform an XLD contour into the plane z=0of a world coordinate system. 将XLD轮廓变换到世界坐标系的平面z=0中。 ControlIoChannel控制输入输出通道Perform an action on I/O channels. 在I/O通道上执行操作。 ControlIoDevice控制输入输出设备Perform an action on the I/O device. 在I/O设备上执行操作。 ControlIoInterface控制输入输出接口Perform an action on the I/O interface. 在I/O接口上执行操作。 ConvertCoordinatesImageToWindow转换坐标图像至窗口Convert image coordinates to windowcoordinates 将图像坐标转换至窗口坐标 ConvertCoordinatesWindowToImage转换坐标窗口至图像Convert window coordinates to imagecoordinates 将窗口坐标转换至图像坐标 ConvertImageType转换图像类型Convert the type of an image. 转换图像的类型。 ConvertMapType转换映射类型Convert image maps into other map types. 将图像映射转换为其他映射类型。 ConvertPoint3dCartToSpher转换点三维笛卡尔至球面Convert Cartesian coordinates of a 3D pointto spherical coordinates. 将三维点的笛卡尔坐标转换至球面坐标。 ConvertPoint3dSpherToCart转换点三维球面至笛卡尔Convert spherical coordinates of a 3D pointto Cartesian coordinates. 将三维点的球面坐标转换为笛卡尔坐标。 ConvertPoseType转换姿态类型Change the representation type of a 3Dpose. 更改三维姿态的表示类型。 ConvexHullObjectModel3d凸包对外模型三维Calculate the convex hull of a 3D objectmodel. 计算三维对象模型的凸包。 Convexity凸度Shape factor for the convexity of a region. 区域凸度的形状因子。 ConvexityXld凸度扩展线描述Shape factor for the convexity of contoursor polygons. 轮廓或多边形凸度的形状因子。 ConvolFft卷积快速傅立叶变换Convolve an image with a filter in thefrequency domain. 在频域中使用滤波器对图像进行卷积。 ConvolGabor卷积伽柏Convolve an image with a Gabor filter inthe frequency domain. 在频域中用伽柏滤波器对图像进行卷积。 ConvolImage卷积图像Calculate the correlation between an imageand an arbitrary filter mask. 计算图像与任意滤波器掩模之间的相关。 CoocFeatureImage共生特征图像Calculate a co-occurrence matrix and derivegray value features thereof. 计算共生矩阵并导出其灰度值特征。 CoocFeatureMatrix共生特征矩阵Calculate gray value features from aco-occurrence matrix. 根据共生矩阵计算灰度值特征。 CopyDict复制字典Copy a dictionary. 复制字典。 CopyFile复制文件Copy a file to a new location. 将文件复制到新位置。 CopyImage复制图片Copy an image and allocate new memory forit. 复制图像并为其分配新内存。 CopyMatrix复制矩阵Copy a matrix. 复制矩阵。 CopyMetrologyModel复制计量模型Copy a metrology model. 复制计量模型。 CopyMetrologyObject复制计量对象Copy metrology metrology objects of ametrology model. 复制计量模型的计量对象。 CopyObj复制对象Copy an iconic object in the HALCONdatabase. 复制HALCON数据库中的图标对象。 CopyObjectModel3d复制对象模型三维Copy a 3D object model. 复制三维对象模型。 CopyRectangle复制矩形Copy all pixels within rectangles betweenoutput windows. 复制输出窗口之间矩形内的所有像素。 CornerResponse角落响应Searching corners in images. 在图像中搜索角落。 CorrelationFft相关快速傅立叶变换Compute the correlation of two images inthe frequency domain. 在频域中计算两幅图像的相关。 CosImage余弦图像Calculate the cosine of an image. 计算图像的余弦值。 CountChannels计数通道Count channels of image. 统计图像的通道数。 CountObj计数对象Number of objects in a tuple. 元组中的对象数。 CountRelation计数关系Number of entries in the HALCON database. HALCON数据库中的条目数。 CountSeconds计数秒数Passed Time. 流逝的时间。 CreateAnisoShapeModel创建各向异性形状模型Prepare an anisotropically scaled shapemodel for matching. 准备一个各向异性缩放的形状模型进行匹配。 CreateAnisoShapeModelXld创建各向异性形状模型扩展线描述Prepare an anisotropically scaled shapemodel for matching from XLD contours. 准备一个各向异性缩放的形状模型,以便从扩展线描述轮廓进行匹配。 CreateBarCodeModel创建条形码模型Create a model of a bar code reader. 创建条形码阅读器的模型。 CreateBarrier创建屏障Create a barrier synchronization object. 创建屏障同步对象。 CreateBeadInspectionModel创建胶条检查模型Create a model to inspect beads or adhesivein images. 创建模型以检查图像中的胶条或粘合剂。 CreateBgEsti创建背景估计Generate and initialize a data set for thebackground estimation. 生成并初始化背景估计的数据集。 CreateCalibData创建标定数据Create a HALCON calibration data model. 创建HALCON标定数据模型。 CreateCalibDescriptorModel创建标定描述符模型Create a descriptor model for calibratedperspective matching. 创建用于标定透视匹配的描述符模型。 CreateCaltab创建标定表Generate a calibration plate descriptionfile and a corresponding PostScript file for a calibration plate withhexagonally arranged marks. 为带有六边形排列标记的标定板生成标定板描述文件和相应的PostScript文件。 CreateCamPoseLookAtPoint创建相机姿态观察点Create a 3D camera pose from camera centerand viewing direction. 从相机中心和观察方向创建3D相机姿态。 CreateCameraSetupModel创建相机设置模型Create a model for a setup of calibratedcameras. 为标定的相机设置创建模型。 CreateClassBox创建类盒式Create a new classifier. 创建一个新的分类器。 CreateClassGmm创建类高斯混合模型Create a Gaussian Mixture Model forclassification 创建高斯混合模型进行分类 CreateClassKnn创建类K-最近邻Create a k-nearest neighbors (k-NN)classifier. 创建一个k-最近邻(k-NN)分类器。 CreateClassLutGmm创建类查找表高斯混合模型Create a look-up table using a gaussianmixture model to classify byte images. 使用高斯混合模型创建查找表来对字节图像进行分类。 CreateClassLutKnn创建类查找表K-最近邻Create a look-up table using a k-nearestneighbors classifier (k-NN) to classify byte images. 使用k-最近邻分类器(k-NN)创建查找表来对字节图像进行分类。 CreateClassLutMlp创建类查找表多层感知机Create a look-up table using a multi-layerperceptron to classify byte images. 使用多层感知机创建查找表来对字节图像进行分类。 CreateClassLutSvm创建类查找表支持向量机Create a look-up table using aSupport-Vector-Machine to classify byte images. 使用支持向量机创建查找表来对字节图像进行分类。 CreateClassMlp创建类多层感知机Create a multilayer perceptron forclassification or regression. 创建一个用于分类或回归的多层感知机。 CreateClassSvm创建类支持向量机Create a support vector machine for patternclassification. 创建用于模式分类的支持向量机。 CreateClassTrainData创建类训练数据Create a handle for training data forclassifiers. 为分类器的训练数据创建句柄。 CreateColorTransLut创建颜色变换查找表Creates the look-up-table fortransformation of an image from the RGB color space to an arbitrary colorspace. 创建查找表,用于将图像从RGB颜色空间变换为任意颜色空间。 CreateComponentModel创建组件模型Prepare a component model for matchingbased on explicitly specified components and relations. 根据明确指定的组件和关系准备组件模型进行匹配。 CreateCondition创建条件Create a condition variable synchronizationobject. 创建条件变量同步对象。 CreateDataCode2dModel创建数据码二维模型Create a model of a 2D data code class. 创建二维数据代码类的模型。 CreateDeepCountingModel创建深度计数模型(23.05)Create a Deep Counting model for countingobjects. 创建用于计数对象的深度计数模型。 CreateDeepOcr创建深度光学字符识别(20.11)Create a Deep OCR model. 创建深度OCR模型。 CreateDeformableSurfaceModel创建可变形表面模型Create the data structure needed to performdeformable surface-based matching. 创建执行基于可变形表面的匹配所需的数据结构。 CreateDict创建字典Create a new empty dictionary. 创建一个新的空字典。 CreateDistanceTransformXld创建距离变换扩展线描述Create the XLD distance transform. 创建XLD距离变换。 CreateDlLayerActivation创建深度学习层激活(21.05)Create an activation layer. 创建激活层。 CreateDlLayerBatchNormalization创建深度学习层批次归一化(21.05)Create a batch normalization layer. 创建批次归一化BN层。 CreateDlLayerClassIdConversion创建深度学习层类标识转换(21.05)Create a class ID conversion layer. 创建类ID转换层。 CreateDlLayerConcat创建深度学习层连接(21.05)Create a concatenation layer. 创建连接层。 CreateDlLayerConvolution创建深度学习层卷积(21.05)Create a convolutional layer. 创建卷积层。 CreateDlLayerDense创建深度学习层密集(21.05)Create a dense layer. 创建密集层。 CreateDlLayerDepthMax创建深度学习层深度最大(21.05)Create a depth max layer. 创建深度最大层。 CreateDlLayerDepthToSpace创建深度学习层深度至空间(22.11)Create a depth to space layer. 创建深度至空间层。 CreateDlLayerDropout创建深度学习层丢弃(21.05)Create a DropOut layer. 创建随机丢弃DropOut层。 CreateDlLayerElementwise创建深度学习层元素(21.05)Create an elementwise layer. 创建元素层。 CreateDlLayerIdentity创建深度学习层标识(22.11)Create an identity layer. 创建标识层。 CreateDlLayerInput创建深度学习层输(21.05)Create an input layer. 创建输入层。 CreateDlLayerLossCrossEntropy创建深度学习层损失交叉熵(21.05)Create a cross entropy loss layer. 创建交叉熵损失层。 CreateDlLayerLossCtc创建深度学习层损失连接机制时间分类(21.05)Create a CTC loss layer. 创建连接机制时间分类CTC(ConnectionistTemporal Classification)损失层。 CreateDlLayerLossDistance创建深度学习层损失距离(21.05)Create a distance loss layer. 创建距离损失层。 CreateDlLayerLossFocal创建深度学习层损失焦点(21.05)Create a focal loss layer. 创建焦点损失层。 CreateDlLayerLossHuber创建深度学习层损失Huber(21.05)Create a Huber loss layer. 创建Huber损失层。 CreateDlLayerLrn创建深度学习层局部响应归一化层(21.05)Create a LRN layer. 创建局部响应归一化层LRN(LocalResponse Normalization)层。 CreateDlLayerMatmul创建深度学习层矩阵乘法(23.11)Create a MatMul layer. 创建一个矩阵乘法MatMul层。 CreateDlLayerPermutation创建深度学习层置换(22.05)Create a permutation layer. 创建置换层。 CreateDlLayerPooling创建深度学习层池化(21.05)Create a pooling layer. 创建池化层。 CreateDlLayerReduce创建深度学习层缩减(23.11)Create a reduce layer. 创建缩减层。 CreateDlLayerReshape创建深度学习层重塑(21.05)Create a reshape layer. 创建重塑层。 CreateDlLayerSoftmax创建深度学习层柔性最大(21.05)Create a softmax layer. 创建柔性最大softmax层。 CreateDlLayerTransposedConvolution创建深度学习层转置卷积(21.05)Create a transposed convolution layer. 创建转置卷积层。 CreateDlLayerZoomFactor创建深度学习层缩放因子(21.05)Create a zoom layer using size factors. 使用尺寸因子创建缩放层。 CreateDlLayerZoomSize创建深度学习层缩放大小(21.05)Create a zoom layer using an absoluteoutput size. 使用绝对输出大小创建缩放层。 CreateDlLayerZoomToLayerSize创建深度学习层缩放至层大小(21.05)Create a zoom layer using the output sizeof a reference layer. 使用参考层的输出大小创建缩放层。 CreateDlModelDetection创建深度学习模型检测Create a deep learning network for objectdetection. 创建用于对象检测的深度学习网络。 CreateDlPruning创建深度学习修剪(20.11)Create a pruning data handle. 创建修剪数据句柄。 CreateDrawingObjectCircle创建绘制对象圆Create a circle which can be modifiedinteractively. 创建一个可以交互式修改的圆。 CreateDrawingObjectCircleSector创建绘制对象圆形扇区Create a circle sector which can be modifiedinteractively. 创建一个可以交互式修改的圆形扇区。 CreateDrawingObjectEllipse创建绘制对象椭圆Create an ellipse which can be modifiedinteractively. 创建一个可以交互式修改的椭圆。 CreateDrawingObjectEllipseSector创建绘制对象椭圆扇区Create an elliptic sector which can bemodified interactively. 创建一个可以交互修改的椭圆扇区。 CreateDrawingObjectLine创建绘制对象线Create a line which can be modifiedinteractively. 创建一条可以交互式修改的线。 CreateDrawingObjectRectangle1创建绘制对象矩形1Create a rectangle parallel to thecoordinate axis which can be modified interactively. 创建一个平行于坐标轴的矩形,可以交互式修改。 CreateDrawingObjectRectangle2创建绘制对象矩形2Create a rectangle of any orientation whichcan be modified interactively. 创建一个可以交互修改的任意方向的矩形。 CreateDrawingObjectText创建绘制对象文本Create a text object which can be movedinteractively. 创建一个可以交互式移动的文本对象。 CreateDrawingObjectXld创建绘制对象扩展线描述Create a XLD contour which can be modifiedinteractively. 创建一个可以交互式修改的扩展线描述轮廓。 CreateEvent创建事件Create an event synchronization object. 创建事件同步对象。 CreateFunct1dArray创建函数一维数组Create a function from a sequence of yvalues. 根据y值序列创建函数。 CreateFunct1dPairs创建函数一维数对Create a function from a set of (x,y)pairs. 从一组(x,y)数对中创建一个函数。 CreateGenericShapeModel创建通用形状模型(21.05)Create a shape model. 创建形状模型。 CreateLexicon创建词典Create a lexicon from a tuple of words. 从单词元组创建词典。 CreateLocalDeformableModel创建局部可变形模型Creates a deformable model for local,deformable matching. 创建可变形模型以进行局部可变形匹配。 CreateLocalDeformableModelXld创建局部可变形模型扩展线描述Prepare a deformable model for localdeformable matching from XLD contours. 准备一个可变形模型,以便从XLD轮廓进行局部可变形匹配。 CreateMatrix创建矩阵Create a matrix. 创建一个矩阵。 CreateMemoryBlockExtern创建内存块外部(22.11)Create a memory block from an externalpointer. 从外部指针创建内存块。 CreateMemoryBlockExternCopy创建内存块外部复制(22.11)Create a memory block from an externalpointer by copying. 通过复制从外部指针创建内存块。 CreateMessage创建消息Create a new empty message. 创建新的空消息。 CreateMessageQueue创建消息队列Create a new empty message queue. 创建一个新的空消息队列。 CreateMetrologyModel创建计量模型Create the data structure that is needed tomeasure geometric shapes. 创建测量几何形状所需的数据结构。 CreateMutex创建互斥Create a mutual exclusion synchronizationobject. 创建互斥同步对象。 CreateNccModel创建归一化互相关模型Prepare an NCC model for matching. 准备一个NCC模型进行匹配。 CreateOcrClassBox创建光学字符识别类盒式Create a new OCR-classifier. 创建一个新的OCR分类器。 CreateOcrClassKnn创建光学字符识别类K-最近邻Create an OCR classifier using a k-NearestNeighbor (k-NN) classifier. 使用K-最近邻(k-NN)分类器创建OCR分类器。 CreateOcrClassMlp创建光学字符识别类多层感知机Create an OCR classifier using a multilayerperceptron. 使用多层感知机创建OCR分类器。 CreateOcrClassSvm创建光学字符识别类支持向量机Create an OCR classifier using a supportvector machine. 使用支持向量机创建OCR分类器。 CreateOcvProj创建光学字符验证投影Create a new OCV tool based on gray valueprojections. 基于灰度值投影创建新的OCV工具。 CreatePlanarCalibDeformableModel创建平面标定可变形模型Create a deformable model for calibratedperspective matching. 创建可变形模型以进行标定的透视匹配。 CreatePlanarCalibDeformableModelXld创建平面标定可变形模型扩展线描述Prepare a deformable model for planarcalibrated matching from XLD contours. 准备一个可变形模型,用于从XLD轮廓进行平面标定匹配。 CreatePlanarUncalibDeformableModel创建平面未标定可变形模型Creates a deformable model foruncalibrated, perspective matching. 为未标定的透视匹配创建可变形模型。 CreatePlanarUncalibDeformableModelXld创建平面未标定可变形模型扩展线描述Prepare a deformable model for planaruncalibrated matching from XLD contours. 准备一个可变形模型,用于从XLD轮廓进行平面未标定匹配。 CreatePose创建姿态Create a 3D pose. 创建三维姿态。 CreateRectificationGrid创建校正网格Generate a PostScript file, which describesthe rectification grid. 生成一个描述校正网格的PostScript文件。 CreateSampleIdentifier创建样本标识符Create a new sample identifier. 创建新的样本标识符。 CreateScaledShapeModel创建缩放形状模型Prepare an isotropically scaled shape modelfor matching. 准备一个各向同性缩放的形状模型进行匹配。 CreateScaledShapeModelXld创建缩放形状模型扩展线描述Prepare an isotropically scaled shape modelfor matching from XLD contours. 准备一个各向同性缩放的形状模型,以便从XLD轮廓进行匹配。 CreateScatteredDataInterpolator创建散乱数据插值器Creates an interpolator for theinterpolation of scattered data. 为散乱数据的插值创建插值器。 CreateScene3d创建场景三维Create the data structure that is needed tovisualize collections of 3D objects. 创建可视化3D对象集合所需的数据结构。 CreateSerializedItemPtr创建序列化项指针Create a serialized item. 创建序列化项。 CreateShapeModel创建形状模型Prepare a shape model for matching. 准备一个形状模型进行匹配。 CreateShapeModel3d创建形状模型三维Prepare a 3D object model for matching. 准备一个3D对象模型进行匹配。 CreateShapeModelXld创建形状模型扩展线描述Prepare a shape model for matching from XLDcontours. 准备一个形状模型,以便从XLD轮廓进行匹配。 CreateSheetOfLightCalibObject创建激光三角测量标定对象Create a calibration object forsheet-of-light calibration. 为激光三角测量标定创建标定对象。 CreateSheetOfLightModel创建激光三角测量模型Create a model to perform 3D-measurementsusing the sheet-of-light technique. 使用激光三角测量技术创建模型以执行三维测量。 CreateStereoModel创建立体模型Create a HALCON stereo model. 创建HALCON立体模型。 CreateStructuredLightModel创建结构化光模型Create a structured light model. 创建结构光模型。 CreateSurfaceModel创建表面模型Create the data structure needed to performsurface-based matching. 创建执行基于表面的匹配所需的数据结构。 CreateTemplate创建模板Preparing a pattern for template matching. 准备模板匹配模式(图案)。 CreateTemplateRot创建模板旋转Preparing a pattern for template matchingwith rotation. 准备旋转模板匹配的模式(图案)。 CreateTextModel创建文本模型Create a text model. 创建文本模型。 CreateTextModelReader创建文本模型阅读器Create a text model. 创建文本模型。 CreateTextureInspectionModel创建纹理检查模型Create a texture inspection model. 创建纹理检查模型。 CreateTrainedComponentModel创建训练组件模型Prepare a component model for matchingbased on trained components. 基于训练好的组件准备组件模型进行匹配。 CreateUncalibDescriptorModel创建未标定描述符模型Prepare a descriptor model for interestpoint matching. 为兴趣点匹配准备描述符模型。 CreateVariationModel创建变体模型Create a variation model for imagecomparison. 创建用于图像比较的变体模型。 CriticalPointsSubPix临界点亚像素Subpixel precise detection of criticalpoints in an image. 图像中临界点的亚像素精确检测。 CropContoursXld裁剪轮廓扩展线描述Crop an XLD contour. 裁剪XLD轮廓。 CropDomain裁剪域Cut out of defined gray values. 剪切已定义的灰度值。 CropDomainRel裁剪域相对Cut out an image area relative to thedomain. 剪切相对于域的图像区域。 CropPart裁剪区域Cut out one or more rectangular imageareas. 剪切一个或多个矩形图像区域。 CropRectangle1剪裁矩形1Cut out one or more rectangular imageareas. 剪切一个或多个矩形图像区域。 CropRectangle2剪裁矩形2(20.11)Cut out one or more arbitrarily orientedrectangular image areas. 剪切一个或多个任意方向的矩形图像区域。
|