石鑫华视觉论坛

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

[原创] Halcon所有类及类下算子作用索引-HImage图像(6)(17.12~24.11版)

[复制链接]
  • TA的每日心情
    奋斗
    昨天 07:42
  • 签到天数: 3431 天

    连续签到: 33 天

    [LV.Master]2000FPS

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

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

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

    x
    Halcon所有类及类下算子作用索引-HImage图像(6)(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所有类和方法索引
    HImage图像(6)
    Represents an instance of an image object(-array).
    表示图像对象(-数组)的实例。
    OverpaintGray覆盖涂色灰度
    Overpaint the gray values of an image.
    覆盖涂色图像的灰度值。OvepaintGray会改变目标图像,如果不想改变目标图像,则使用PaintGray函数。
    OverpaintRegion覆盖涂色区域
    Overpaint regions in an image.
    覆盖涂色图像中的区域。OverpaintRegion会改变目标图像,如果不想改变目标图像,则使用PaintRegion函数。
    PaintGray涂色灰度
    Paint the gray values of an image into another image.
    将一个图像的灰度值绘制到另一个图像中。
    PaintRegion涂色区域
    Paint regions into an image.
    将区域绘制到图像中。
    PaintXld涂色扩展线描述
    Paint XLD objects into an image.
    将XLD对象绘制到图像中。
    PhaseCorrelationFft相位相关快速傅立叶变换
    Compute the phase correlation of two images in the frequency domain.
    在频域中计算两幅图像的相位相关。
    PhaseDeg相位度
    Return the phase of a complex image in degrees.
    以度为单位返回复杂图像的相位。
    PhaseRad相位弧度
    Return the phase of a complex image in radians.
    以弧度为单位返回复杂图像的相位。
    PhotometricStereo光度立体
    Reconstruct a surface according to the photometric stereo technique.
    根据光度立体技术重建表面。
    PlaneDeviation平面偏差
    Calculate the deviation of the gray values from the approximating image plane.
    计算灰度值与近似图像平面的偏差。
    Plateaus高原
    Detect all gray value plateaus.
    检测所有灰度值高原。与之相关的则是Lowlands低地。
    PlateausCenter高原中心
    Detect the centers of all gray value plateaus.
    检测所有灰度值高原的中心。
    PointsFoerstner点福斯特纳
    Detect points of interest using the Förstner operator.
    使用Förstner算子检测兴趣点。
    PointsHarris点哈里斯
    Detect points of interest using the Harris operator.
    使用Harris算子检测兴趣点。
    PointsHarrisBinomial点哈里斯二项式
    Detect points of interest using the binomial approximation of the Harris operator.
    使用Harris算子的二项式近似来检测感兴趣的点。
    PointsLepetit点勒佩蒂特
    Detect points of interest using the Lepetit operator.
    使用Lepetit算子检测兴趣点。Lepetit算子由Vincent Lepetit文森特·勒佩蒂特提出。
    PointsSojka点索卡
    Find corners using the Sojka operator.
    使用Sojka运算符查找角点。
    PolarTransImage极坐标变换图像
    Transform an image to polar coordinates
    将图像变换为极坐标
    PolarTransImageExt极坐标变换图像范围
    Transform an annular arc in an image to polar coordinates.
    将图像中的环形弧变换为极坐标。
    PolarTransImageInv极坐标变换图像反转
    Transform an image in polar coordinates back to Cartesian coordinates
    将极坐标系中的图像变换回笛卡尔坐标系
    Pouring浇注
    Segment an image by “pouring water” over it.
    通过在图像上“泼水”来分割图像。
    PowImage幂图像
    Raise an image to a power.
    将图像提高到幂。PowImage将输入图像的灰度值提高到幂指数,并将结果存储在图像PowImage中。
    PowerByte功率字节
    Return the power spectrum of a complex image.
    返回复数图像的功率谱。
    PowerLn功率自然对数
    Return the power spectrum of a complex image.
    返回复杂图像的功率谱。
    PowerReal功率实数
    Return the power spectrum of a complex image.
    返回复数图像的功率谱。
    PrewittAmp普瑞维特振幅
    Detect edges (amplitude) using the Prewitt operator.
    使用Prewitt算子检测边缘(振幅)。
    PrewittDir普瑞维特方向
    Detect edges (amplitude and direction) using the Prewitt operator.
    使用Prewitt算子检测边缘(振幅和方向)。
    PrincipalComp主成分
    Compute the principal components of multichannel images.
    计算多通道图像的主成分。
    ProjHomMat2dToPose投影单应矩阵二维至姿态
    Compute a pose out of a homography describing the relation between world and image coordinates.
    根据描述世界坐标和图像坐标之间关系的单应性计算一个姿态。
    ProjMatchPointsDistortionRansac投影匹配点畸变随机搜索
    Compute a projective transformation matrix between two images and the radial distortion coefficient by automatically finding correspondences between points.
    通过自动找到点之间的对应关系,计算两幅图像之间的投影变换矩阵和径向失真系数。Ransac:Randomized Search随机搜索算法。
    ProjMatchPointsDistortionRansacGuided投影匹配点畸变随机搜索引导
    Compute a projective transformation matrix and the radial distortion coefficient between two images by finding correspondences between points based on known approximations of the projective transformation matrix and the radial distortion coefficient.
    通过基于投影变换矩阵和径向失真系数的已知近似值找到点之间的对应关系,计算投影变换矩阵以及两幅图像之间的径向失真系数。
    ProjMatchPointsRansac投影匹配点随机搜索
    Compute a projective transformation matrix between two images by finding correspondences between points.
    通过寻找点之间的对应关系来计算两幅图像之间的投影变换矩阵。
    ProjMatchPointsRansacGuided投影匹配点随机搜索引导
    Compute a projective transformation matrix between two images by finding correspondences between points based on a known approximation of the projective transformation matrix.
    通过基于投影变换矩阵的已知近似值找到点之间的对应关系,计算两幅图像之间的投影变换矩阵。
    ProjectiveTransImage投影变换图像
    Apply a projective transformation to an image.
    对图像应用投影变换。
    ProjectiveTransImageSize投影变换图像大小
    Apply a projective transformation to an image and specify the output image size.
    对图像应用投影变换并指定输出图像大小。
    RadiometricSelfCalibration径向自标定
    Perform a radiometric self-calibration of a camera.
    对相机进行辐射自标定。
    RankImage秩图像
    Compute a rank filter with arbitrary masks.
    使用任意掩模计算秩滤波。
    RankN秩N
    Return gray values with given rank from multiple channels.
    从多个通道返回具有给定秩的灰度值。
    RankRect秩矩形
    Compute a rank filter with rectangular masks.
    使用矩形掩码计算秩滤波。
    ReadGraySe读取灰度结构元素
    Load a structuring element for gray morphology.
    加载灰色形态学的结构元素。
    ReadImage读取图像
    Read an image with different file formats.
    读取不同文件格式的图像。
    ReadImageMetadata读取图像元数据(19.11)
    Read metadata from image files.
    从图像文件中读取元数据。
    ReadOcrTrainf读取光学字符识别训练文件
    Read training characters from files and convert to images.
    从文件中读取训练字符并转换为图像。
    ReadOcrTrainfSelect读取光学字符识别训练文件选择
    Read training specific characters from files and convert to images.
    从文件中读取训练特定字符并转换为图像。
    ReadSequence读取序列
    Read images.
    读取图像。
    RealToComplex实数至复数
    Convert two real images into a complex image.
    将两个实数图像转换为复数图像。
    RealToVectorField实数至向量场
    Convert two real-valued images into a vector field image.
    将两个实值图像转换为向量场图像。
    ReceiveImage接收图像
    Receive an image over a socket connection.
    通过套接字连接接收图像。
    ReconstructHeightFieldFromGradient重建高度场从梯度
    Reconstruct a surface from surface gradients.
    从表面梯度重建表面。
    Rectangle1Domain矩形1域
    Reduce the domain of an image to a rectangle.
    将图像的域缩小为矩形。
    ReduceDomain缩小域
    Reduce the domain of an image.
    缩小图像的域。
    RegionToMean区域至均值
    Paint regions with their average gray value.
    用平均灰度值涂色区域。
    Regiongrowing区域生长
    Segment an image using regiongrowing.
    使用区域生长对图像进行分割。
    RegiongrowingMean区域生长均值
    Perform a regiongrowing using mean gray values.
    使用均值灰度值执行区域生长。
    RegiongrowingN区域生长N
    Segment an image using regiongrowing for multi-channel images.
    使用区域生长对多通道图像进行分割。
    RemoveObj移除对象
    Remove objects from an iconic object tuple.
    从图标对象元组中移除对象。
    ReplaceObj替换对象
    Replaces one or more elements of an iconic object tuple.
    替换图标对象元组的一个或多个元素。
    RftGeneric实值傅立叶变换通用
    Compute the real-valued fast Fourier transform of an image.
    计算图像的实值快速傅里叶变换。
    Rgb1ToGray红绿蓝1至灰度
    Transform an RGB image into a gray scale image.
    将RGB图像变换为灰度图像。
    Rgb3ToGray红绿蓝3至灰度
    Transform an RGB image to a gray scale image.
    将RGB图像转换为灰度图像。
    Roberts罗伯茨
    Detect edges using the Roberts filter.
    使用Roberts滤波器检测边缘。
    RobinsonAmp罗宾逊振幅
    Detect edges (amplitude) using the Robinson operator.
    使用Robinson算子检测边缘(振幅)。
    RobinsonDir罗宾逊方向
    Detect edges (amplitude and direction) using the Robinson operator.
    使用Robinson算子检测边缘(振幅和方向)。
    RotateImage旋转图像
    Rotate an image about its center.
    围绕图像中心旋转图像。
    RunBgEsti运行背景估计
    Estimate the background and return the foreground region.
    估计背景并返回前景区域。
    SaddlePointsSubPix鞍点亚像素
    Subpixel precise detection of saddle points in an image.
    图像中鞍点的亚像素精度检测。
    ScaleImage缩放图像
    Scale the gray values of an image.
    缩放图像的灰度值。
    ScaleImageMax缩放图像最大
    Maximum gray value spreading in the value range 0 to 255.
    在0到255的值范围内扩展的最大灰度值。
    SceneFlowUncalib场景流未标定
    Compute the uncalibrated scene flow between two stereo image pairs.
    计算两个立体图像对之间的未标定场景流。
    SegmentImageMser分割图像最大稳定极值区域
    Segment image using Maximally Stable Extremal Regions (MSER).
    使用最大稳定极值区域(MSER)分割图像。
    SelectGrayvaluesFromChannels从通道中选择灰度值
    Selection of gray values of a multi-channel image using an index image.
    使用索引图像选择多通道图像的灰度值。
    SelectObj选择对象
    Select objects from an object tuple.
    从对象元组中选择对象。
    SendImage发送图像
    Send an image over a socket connection.
    通过套接字连接发送图像。
    SerializeImage序列化图像
    Serialize an image object.
    序列化图像对象。
    回复

    使用道具 举报

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

    本版积分规则

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

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

    GMT+8, 2025-1-11 04:12

    Powered by Discuz! X3.4

    © 2001-2025 Discuz! Team.

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