实例介绍
该压缩包里面含有labview vision检测的多个例子。非常适合新手学习,对视觉检测的原理又给好的理解。
【实例截图】
【核心代码】
视觉范例
└── 范例
├── BCG Lookup 调节图像的亮度对比度.vi
├── Binary Morphological Reconstruction 数出兴趣区域物品数目 .vi
├── Clamp Max 兴趣区域距离最大的点.vi
├── Clamp 夹图形距离.vi
├── Color Classification 颜色识别判定.vi
├── Color Pattern Matching.vi 有用的 颜色识别匹配.vi
├── Contour Analysis 轮廓分析 只能对水面型轮廓很好的分析.vi
├── Contour Defect Inspection修改 可以找圆.vi
├── Contour Defect Inspection检测圆的缺口.vi
├── Data Matrix Grading AIM DPM 2006 读取二维码 暂无用.vi
├── Drag and Drop - Passing Custom Drag Data拖拽放置,挺有意思i.vi
├── Event Structure
│ ├── Drag and Drop - Initiating a Custom Drag.vi
│ ├── Drag and Drop - Passing Custom Drag Data.vi
│ ├── Event Structure.aliases
│ ├── Event Structure.lvproj
│ ├── Handling Common User Interface Events.vi
│ ├── Handling Mouse Events.vi
│ └── Handling Mouse Wheel Events.vi
├── Extract Image 抽取图片部分.vi
├── Geometric Matching工件匹配识别.vi
├── Graphics and Sound
│ ├── 2D Picture Control
│ │ ├── 2D Picture Control.lvproj
│ │ ├── 2D Serial Robot Animation.vi
│ │ ├── Pen Attributes And Image subsetting.vi
│ │ ├── Rotating a Picture.vi
│ │ ├── subVIs
│ │ │ ├── robot - Draw Claw.vi
│ │ │ ├── robot - Draw Joint.vi
│ │ │ ├── robot - Draw Span.vi
│ │ │ ├── robot - Inner Rectangle.vi
│ │ │ ├── robot - Lighted Circle.vi
│ │ │ ├── robot - Point on Circle.vi
│ │ │ ├── robot - Rectangle Converter.vi
│ │ │ └── robot - Tangent Points.vi
│ │ ├── Using Mask with Picture.vi
│ │ ├── Word Wrapping in Picture Control.vi
│ │ └── Zoom Attribute.vi
│ ├── 3D Picture Control
│ │ ├── 3D Model of Solar System.vi
│ │ ├── 3D Picture Control.lvproj
│ │ ├── Blending Objects.vi
│ │ ├── CADModels
│ │ │ ├── airplane.ASE
│ │ │ ├── F14 Tomcat Model.wrl
│ │ │ └── SampleModel.wrl
│ │ ├── Clip Plane of Scene.vi
│ │ ├── Create and Render Objects.vi
│ │ ├── Creating Points and Lines.vi
│ │ ├── Importing Model and Setting Light.vi
│ │ ├── Light a Scene.vi
│ │ ├── Order of Transformations.vi
│ │ ├── pictures
│ │ │ ├── earth.jpg
│ │ │ ├── floor.bmp
│ │ │ ├── moon.jpg
│ │ │ ├── sky.png
│ │ │ └── sun.jpg
│ │ ├── Rotating and using Text.vi
│ │ ├── subVIs
│ │ │ ├── 3D Primitive Data.vi
│ │ │ ├── Calculate Normals.vi
│ │ │ ├── Expected Vertex Order.vi
│ │ │ └── Get Pyramid Vertices.vi
│ │ ├── Using Meshes.vi
│ │ └── Using VRML with File.vi
│ ├── Picture Plots
│ │ ├── Artificial Strip Chart.vi
│ │ ├── Histogram Plot.vi
│ │ ├── Picture Plots.lvproj
│ │ ├── Simple Polar Plot.vi
│ │ ├── Simple Radar Plot.vi
│ │ ├── Simple Scale.vi
│ │ ├── Simple Smith Plot.vi
│ │ ├── Smith Multi Plot with Styles.vi
│ │ ├── Waveform and XY Plots.vi
│ │ └── XY Multi Plot.vi
│ └── Sound
│ ├── Continuous Sound Input.vi
│ ├── Finite Sound Input.vi
│ ├── Generate Sound.vi
│ ├── Read Sound File to Graph.vi
│ ├── Simultaneous Sound Input Output.vi
│ ├── Sound.aliases
│ ├── Sound File to Sound Output.vi
│ ├── Sound Input to File.vi
│ ├── Sound.lvproj
│ ├── Sound Player.vi
│ └── support
│ └── sample.wav
├── Gray Morphological Reconstruction 用点阵和蒙版重建图片 对豆子最有效.vi
├── Image Averaging.多图片序列求均值降噪.vi
├── Image Browser 用一个Vision同时显示多张图片,极其符合要求,单需要想办法把视频输进去.vi
├── Image Label 数出清晰不相连点的个数.vi
├── Image Mask斜着的蒙版,其他被黑化.vi
├── Image Threshold 根据背景显示亮或者黑,可将字体二值化.vi
├── Image To Array 用强度图来显示图片,无奈是反着的,但还好.vi
├── Image To EDVR将两幅图片重叠.vi
├── Light Meter亮度测量.vi
├── magic wand.vi
├── magic wand与抽取图片部分结合.vi
├── Match Multiple Geometric Patterns多类工件识别.vi
├── Morphological Segmentation分割图片不同部分 .vi
├── Object Tracking 视频中汽车追踪.vi
├── open.close.operate二值化.vi
├── Optical Flow Feature Tracking.vi 3.31点追踪 有用.vi
├── Optical Flow Feature Tracking 显示序列图片并能追踪小点.vi
├── Optical Flow.序列显示图片,并用小箭头显示像素的变化.vi
├── Overlay Utilities 子vi
│ ├── Overlay Coordinate System.vi
│ ├── Overlay Feature Points.vi
│ ├── Overlay Geometric Pattern Matching Results.vi
│ ├── Overlay Landmark.vi
│ ├── Overlay Line with Arrows Simple.vi
│ ├── Overlay Match Multiple Geometric Patterns Results.vi
│ ├── Overlay Particle Analysis Results.vi
│ ├── Overlay Pattern Matching Results.vi
│ ├── Overlay Points with User Specified Size.vi
│ └── Overlay Straight Edges.vi
├── Particle Analysis Report 按次序标出图像的各个点和位置.vi
├── Particle Classification弓箭识别.vi
├── Pattern Matching (All) 选取图片中兴趣点,匹配.vi
├── Perspective Calibration 通过一个倾斜点阵模板来对很多橡胶垫圈进行测量.vi
├── Read AVI File 选取AVI文件并播放.vi
├── Read Write AVI With Data 视频写入和读取.vi
├── RT Video Output Setup说的远程显示.vi
├── Simple Calibration 换着校准 不知道要干嘛.vi
├── 分割图片不同部分.jpg
├── 删除选定文件.vi
├── 根据像素和亮度抠图并特别显示.vi
├── 点追踪与摄像头点追踪,有用未完成.vi
└── 识别训练.jpg
13 directories, 121 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论