• 最后更新 2022-07-14
  • 销量/好评 0条评论
  • 交易规则(重要)

C#Halcon的小功能
本站优惠价
(查看会员价格)
4.90
2.0折 原价:¥25.00

安装服务

付费安装

开发语言

C#

源码大小

34.62M

服务由"源代码分享"发货,并提供售后服务。

    担保交易,安全保证,有问题不解决可申请退款。标价只是源码价格,不包括安装费。购买前请询问清楚卖家,以卖家承诺为准! 自动发货商品,随时可以购买,付款后在订单详情下载,零等待。 不同会员等级尊享不同购买折扣。



此为资源整理价格,不提供任何技术支持不包安装。新手不要买!

源码仅供研究学习代码使用,严禁用于非法和商业用途!如需商业用途请去购买官方正版源码!

只适用于老手和技术大神!发货后谢绝退款行为!



【实例简介】C#Halcon功能搬运1、校验工具主要使用“AOi多列”功能:将txt文件流下的多少个txt文件的哪行哪列汇总到控件内,加入对比数据查找超规参数,修改即按照范围内进行修改操作步骤(1):在输入框输入需要的列数(例:输入2,3即所有文件内第二、第三列)*空白列分割可以让各个txt的内容隔开(2):导入txt数据->选择文件夹流(例:Debug下测试文件里的校验文件)(3):导入后会弹出“参数修改”选项,在输入框输入范围-并插入新文件流下第一个txt即标准参数, 点击显示超规参数不在范围内的显红(4):Excel文件导出2、图像识别和翻译基于百度OCR和谷歌翻译需要联网(1):将想要识别的图像ctrl v到文本框即可(2):在翻译文本框也可以粘贴并委托按下翻译按钮(3):移动图像时保留区域3、Halcon工具-功能(1):将图像托到halcon窗体就可以显示图像啦!!(2):图像缩放:选择后可以放大 移动图像(3):例图在Debug下测试文件里的例图(4):导出区域文件(地址在Debug下区域文件里)1)-图像处理(1):除了彩色图像处理其余只能执行一个2)-图像降噪(1):halcon功能之阈值分割与面积筛选(2):去除不掉的区域使用手动降噪功能里的涂刷工具去除不必要的区域3)-图像卡尺(1):halcon功能之绘线抓边 绘制完成后显示坐标(2):绘制时强制角度功能(3):在dataGridView控件点击某个值后会记录 下次再点击会记录差值4)-运动检测null7/6新增功能:阈值分割后选中图像区域选择 点击某个区域后状态栏显示该区域面积信息7/7修复了已知的bug【实例截图】
.├── C#Halcon的小功能.zip└── 工具箱    ├── App.config    ├── Class1.cs    ├── Form1.Designer.cs    ├── Form1.cs    ├── Form1.resx    ├── Halcon.cs    ├── Program.cs    ├── Properties    │   ├── AssemblyInfo.cs    │   ├── Resources.Designer.cs    │   ├── Resources.resx    │   ├── Settings.Designer.cs    │   └── Settings.settings    ├── Translator.cs    ├── bin    │   └── Debug    │       ├── AipSdk.dll    │       ├── CYQ.Data.dll    │       ├── Interop.SpeechLib.dll    │       ├── MSScriptControl.dll    │       ├── Microsoft.Office.Interop.Excel.dll    │       ├── Microsoft.Web.Infrastructure.dll    │       ├── Newtonsoft.Json.dll    │       ├── Newtonsoft.Json.xml    │       ├── System.Web.dll    │       ├── halcon.dll    │       ├── halconc.dll    │       ├── halcondotnet.dll    │       ├── halcondotnet.xml    │       ├── 工具.ico    │       ├── 区域文件    │       ├── 测试文件    │       │   ├── 例图    │       │   │   ├── 某产品图像.bmp    │       │   │   ├── 彩色汽车图像.jpg    │       │   │   └── 很垃圾需要涂改的图像.bmp    │       │   ├── 校验文件    │       │   │   ├── 2020年12月24日22点21分29秒Data.txt    │       │   │   ├── 2020年12月24日22点21分30秒Data.txt    │       │   │   ├── 2020年12月24日22点21分31秒Data.txt    │       │   │   ├── 2020年12月24日22点21分32秒Data.txt    │       │   │   ├── 2020年12月24日22点21分33秒Data.txt    │       │   │   ├── 2020年12月24日22点21分34秒Data.txt    │       │   │   ├── 2020年12月24日22点21分35秒Data.txt    │       │   │   ├── 2020年12月24日22点21分37秒Data.txt    │       │   │   ├── 2020年12月24日22点21分38秒Data.txt    │       │   │   ├── 2020年12月24日22点46分02秒Data.txt    │       │   │   ├── 2020年12月24日22点46分03秒Data.txt    │       │   │   ├── 2020年12月24日22点46分04秒Data.txt    │       │   │   ├── 2020年12月24日22点46分06秒Data.txt    │       │   │   ├── 2020年12月24日22点46分07秒Data.txt    │       │   │   ├── 2020年12月24日22点46分08秒Data.txt    │       │   │   ├── 2020年12月24日22点46分21秒Data.txt    │       │   │   ├── 2020年12月24日22点46分22秒Data.txt    │       │   │   ├── 2020年12月24日22点46分23秒Data.txt    │       │   │   ├── 2020年12月24日22点46分24秒Data.txt    │       │   │   ├── 2020年12月24日22点46分25秒Data.txt    │       │   │   ├── 2020年12月24日22点46分26秒Data.txt    │       │   │   ├── 2020年12月24日22点46分40秒Data.txt    │       │   │   ├── 2020年12月24日22点46分41秒Data.txt    │       │   │   ├── 2020年12月24日22点46分42秒Data.txt    │       │   │   ├── 2020年12月24日22点46分43秒Data.txt    │       │   │   ├── 2020年12月24日22点46分44秒Data.txt    │       │   │   ├── 2020年12月24日22点46分45秒Data.txt    │       │   │   ├── 2020年12月24日22点46分47秒Data.txt    │       │   │   ├── 2020年12月24日22点46分48秒Data.txt    │       │   │   ├── 2020年12月24日22点46分49秒Data.txt    │       │   │   ├── 2020年12月24日22点46分50秒Data.txt    │       │   │   ├── 2020年12月24日22点46分51秒Data.txt    │       │   │   ├── 2020年12月24日22点46分52秒Data.txt    │       │   │   ├── 2020年12月24日22点46分53秒Data.txt    │       │   │   ├── 2020年12月24日22点46分54秒Data.txt    │       │   │   ├── 2020年12月24日22点46分56秒Data.txt    │       │   │   ├── 2020年12月24日22点46分57秒Data.txt    │       │   │   ├── 2020年12月24日22点46分58秒Data.txt    │       │   │   ├── 2020年12月24日22点46分59秒Data.txt    │       │   │   ├── 2020年12月24日22点47分00秒Data.txt    │       │   │   ├── 2020年12月24日22点47分01秒Data.txt    │       │   │   ├── 2020年12月24日22点47分02秒Data.txt    │       │   │   ├── 2020年12月24日22点47分03秒Data.txt    │       │   │   ├── 2020年12月24日22点47分04秒Data.txt    │       │   │   ├── 2020年12月24日22点47分06秒Data.txt    │       │   │   ├── 2020年12月24日22点47分10秒Data.txt    │       │   │   ├── 2020年12月24日22点47分11秒Data.txt    │       │   │   ├── 2020年12月24日22点47分16秒Data.txt    │       │   │   ├── 2020年12月24日22点47分17秒Data.txt    │       │   │   ├── 2020年12月24日22点47分18秒Data.txt    │       │   │   ├── 2020年12月24日22点47分19秒Data.txt    │       │   │   ├── 2020年12月24日22点47分20秒Data.txt    │       │   │   ├── 2020年12月24日22点47分21秒Data.txt    │       │   │   ├── 2020年12月24日22点47分25秒Data.txt    │       │   │   ├── 2020年12月24日22点47分26秒Data.txt    │       │   │   ├── 2020年12月24日22点47分27秒Data.txt    │       │   │   ├── 2020年12月24日22点47分28秒Data.txt    │       │   │   ├── 2020年12月24日22点47分29秒Data.txt    │       │   │   ├── 2020年12月24日22点47分30秒Data.txt    │       │   │   ├── 2020年12月24日22点47分31秒Data.txt    │       │   │   ├── 2020年12月24日22点47分33秒Data.txt    │       │   │   ├── 2020年12月24日22点47分34秒Data.txt    │       │   │   ├── 2020年12月24日22点47分35秒Data.txt    │       │   │   ├── 2020年12月24日22点47分36秒Data.txt    │       │   │   ├── 2020年12月24日22点47分37秒Data.txt    │       │   │   ├── 2020年12月24日22点47分38秒Data.txt    │       │   │   ├── 2020年12月24日22点47分39秒Data.txt    │       │   │   ├── 2020年12月24日22点47分40秒Data.txt    │       │   │   ├── 2020年12月24日22点47分41秒Data.txt    │       │   │   ├── 2020年12月24日22点47分42秒Data.txt    │       │   │   ├── 2020年12月24日22点47分44秒Data.txt    │       │   │   ├── 2020年12月24日22点47分45秒Data.txt    │       │   │   ├── 2020年12月24日22点47分46秒Data.txt    │       │   │   ├── 2020年12月24日22点47分47秒Data.txt    │       │   │   ├── 2020年12月24日22点47分48秒Data.txt    │       │   │   ├── 2020年12月24日22点47分49秒Data.txt    │       │   │   ├── 2020年12月24日22点47分50秒Data.txt    │       │   │   ├── 2020年12月24日22点47分51秒Data.txt    │       │   │   ├── 2020年12月24日22点47分52秒Data.txt    │       │   │   ├── 2020年12月24日22点47分53秒Data.txt    │       │   │   ├── 2020年12月24日22点47分55秒Data.txt    │       │   │   ├── 2020年12月24日22点47分56秒Data.txt    │       │   │   ├── 2020年12月24日22点47分57秒Data.txt    │       │   │   ├── 2020年12月24日22点47分58秒Data.txt    │       │   │   ├── 2020年12月24日22点47分59秒Data.txt    │       │   │   ├── 2020年12月24日22点48分00秒Data.txt    │       │   │   ├── 2020年12月24日22点48分01秒Data.txt    │       │   │   ├── 2020年12月24日22点48分02秒Data.txt    │       │   │   ├── 2020年12月24日22点48分03秒Data.txt    │       │   │   ├── 2020年12月24日22点48分05秒Data.txt    │       │   │   ├── 2020年12月24日22点48分06秒Data.txt    │       │   │   ├── 2020年12月24日22点48分07秒Data.txt    │       │   │   ├── 2020年12月24日22点48分08秒Data.txt    │       │   │   ├── 2020年12月24日22点48分09秒Data.txt    │       │   │   ├── 2020年12月24日22点48分10秒Data.txt    │       │   │   ├── 2020年12月24日22点48分11秒Data.txt    │       │   │   ├── 2020年12月24日22点48分12秒Data.txt    │       │   │   ├── 2020年12月24日22点48分13秒Data.txt    │       │   │   ├── 2020年12月24日22点48分14秒Data.txt    │       │   │   └── 2020年12月24日22点48分16秒Data.txt    │       │   └── 工具使用方法.txt    │       ├── 效验工具.exe    │       ├── 效验工具.exe.config    │       └── 效验工具.pdb    ├── obj    │   └── Debug    │       ├── DesignTimeResolveAssemblyReferences.cache    │       ├── DesignTimeResolveAssemblyReferencesInput.cache    │       ├── TempPE    │       │   └── Properties.Resources.Designer.cs.dll    │       ├── 效验工具.Form1.resources    │       ├── 效验工具.Properties.Resources.resources    │       ├── 效验工具.csproj.AssemblyReference.cache    │       ├── 效验工具.csproj.CopyComplete    │       ├── 效验工具.csproj.CoreCompileInputs.cache    │       ├── 效验工具.csproj.FileListAbsolute.txt    │       ├── 效验工具.csproj.GenerateResource.cache    │       ├── 效验工具.csproj.ResolveComReference.cache    │       ├── 效验工具.exe    │       └── 效验工具.pdb    ├── packages    │   └── Newtonsoft.Json.13.0.1    │       ├── LICENSE.md    │       ├── Newtonsoft.Json.13.0.1.nupkg    │       ├── lib    │       │   ├── net20    │       │   │   ├── Newtonsoft.Json.dll    │       │   │   └── Newtonsoft.Json.xml    │       │   ├── net35    │       │   │   ├── Newtonsoft.Json.dll    │       │   │   └── Newtonsoft.Json.xml    │       │   ├── net40    │       │   │   ├── Newtonsoft.Json.dll    │       │   │   └── Newtonsoft.Json.xml    │       │   ├── net45    │       │   │   ├── Newtonsoft.Json.dll    │       │   │   └── Newtonsoft.Json.xml    │       │   ├── netstandard1.0    │       │   │   ├── Newtonsoft.Json.dll    │       │   │   └── Newtonsoft.Json.xml    │       │   ├── netstandard1.3    │       │   │   ├── Newtonsoft.Json.dll    │       │   │   └── Newtonsoft.Json.xml    │       │   └── netstandard2.0    │       │       ├── Newtonsoft.Json.dll    │       │       └── Newtonsoft.Json.xml    │       └── packageIcon.png    ├── packages.config    ├── 工具.ico    ├── 继承类.cs    ├── 效验工具.csproj    └── 效验工具.sln21 directories, 170 files                            
  • 商品评价
  • 交易规则


  • 发货方式


  • 自动:在特色服务中标有自动发货的商品,拍下后,源码类 软件类 商品会在订单详情页显示来自卖家的商品下载链接,点卡类 商品会在订单详情直接显示卡号密码。

    手动:未标有自动发货的的商品,付款后,商品卖家会收到平台的手机短信、邮件提醒,卖家会尽快为您发货,如卖家长时间未发货,买家也可通过订单上的QQ或电话主动联系卖家。


  • 退款说明


  • 1、源码类:商品详情(含标题)与实际源码不一致的(例:描述PHP实际为ASP、描述的功能实际缺少、功能不能正常使用等)!有演示站时,与实际源码不一致的(但描述中有"不保证完全一样、可能有少许偏差"类似显著公告的除外);

  • 2、营销推广:未达到卖家描述标准的;

    3、点卡软件所售点卡软件无法使用的;

  • 3、发货:手动发货商品,在卖家未发货前就申请了退款的;

    4、服务:卖家不提供承诺的售后服务的;(双方提前有商定和描述中有显著声明的除外)

    5、其他:如商品或服务有质量方面的硬性常规问题的。未符合详情及卖家承诺的。

  • 注:符合上述任一情况的,均支持退款,但卖家予以积极解决问题则除外。交易中的商品,卖家无法修改描述!


  • 注意事项


  • 1、在付款前,双方在QQ上所商定的内容,也是纠纷评判依据(商定与商品描述冲突时,以商定为准);

    2、源码商品,同时有网站演示与商品详情图片演示,且网站演示与商品详情图片演示不一致的,默认按商品详情图片演示作为纠纷评判依据(卖家有特别声明或有额外商定的除外);

  • 3、点卡软件商品,默认按商品详情作为纠纷评判依据(特别声明或有商定除外);

  • 4、营销推广商品,默认按商品详情作为纠纷评判依据(特别声明或有商定除外);

    5、在有"正当退款原因和依据"的前提下,写有"一旦售出,概不支持退款"等类似的声明,视为无效声明;

    6、虽然交易产生纠纷的几率很小,卖家也肯定会给买家最完善的服务!但请买卖双方尽量保留如聊天记录这样的重要信息,以防产生纠纷时便于送码网快速介入处理。


  • 送码声明


  • 1、送码网作为第三方中介平台,依据双方交易合同(商品描述、交易前商定的内容)来保障交易的安全及买卖双方的权益;

  • 2、非平台线上交易的项目,出现任何后果均与送码网无关;无论卖家以何理由要求线下交易的(如:要求买家支付宝转账付款的,微信转账付款的等),请联系管理举报,本平台将清退卖家处理。


热门推荐
浏览记录
手机二维码手机访问领取大礼包
返回顶部