打赏
上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页
摘要: Elasticsearch .net client NEST使用说明 2.x Elasticsearch.Net与NEST是Elasticsearch为C#提供的一套客户端驱动,方便C#调用Elasticsearch服务接口。Elasticsearch.Net是较基层的对Elasticsearch服 阅读全文
posted @ 2016-10-10 10:28 Bear.Tirisfal 阅读(1388) 评论(0) 推荐(1) 编辑
摘要: logstash是一个数据分析软件,主要目的是分析log日志。整一套软件可以当作一个MVC模型,logstash是controller层,Elasticsearch是一个model层,kibana是view层。 首先将数据传给logstash,它将数据进行过滤和格式化(转成JSON格式),然后传给E 阅读全文
posted @ 2016-09-27 14:31 Bear.Tirisfal 阅读(943) 评论(0) 推荐(0) 编辑
摘要: RT makecert.exe不用去找,安装VS2008后,在开始菜单相应的路径找到该命令提示符:Microsoft Visual Studio 2008/Visual Studio Tools/Visual Studio 2008 命令提示 打开后,输入makecert,就可以开始了 参数为:ma 阅读全文
posted @ 2016-08-25 12:03 Bear.Tirisfal 阅读(3358) 评论(0) 推荐(0) 编辑
摘要: 折腾了一段时间终于解决了, 可能是因为网络问题 xml一直没法访问 maven 骨架生成项目速度慢的令人发指,都在Generating project in Batch mode等待,Idea状态显示栏还在不行runing,并没有卡死。查看debug信息发现,是maven获取archetype-ca 阅读全文
posted @ 2016-08-21 00:18 Bear.Tirisfal 阅读(11392) 评论(0) 推荐(2) 编辑
摘要: Maven的archetype Plugin可能大家都听过,但不一定都能很好地用好它。缺省地如果你使用 mvn archetype:generate 会从maven的Repository里查找所有支持的arche types,大概有500~600个。正因为是太多了,所以查找起来很是不方便。 其实平时 阅读全文
posted @ 2016-08-18 21:28 Bear.Tirisfal 阅读(699) 评论(0) 推荐(0) 编辑
摘要: /// /// 获取区域 /// /// /// /// public static Bitmap FindBundingBox(Bitmap bitmap, out Bitmap graybtm,out List rects) { Image im... 阅读全文
posted @ 2016-08-16 15:40 Bear.Tirisfal 阅读(3640) 评论(8) 推荐(1) 编辑
摘要: public static void FindMatch(Mat modelImage, Mat observedImage, out long matchTime, out VectorOfKeyPoint modelKeyPoints, out VectorOfKeyPoint observedKeyPoints, VectorOfVectorOfDMatch matches, out M... 阅读全文
posted @ 2016-08-02 17:00 Bear.Tirisfal 阅读(806) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/python # -*- coding: UTF-8 -*- #Less than 10 add to list and sort import glob import os import sys from functools import reduce from PIL import Image EXTS = 'jpg', 'jpeg', 'JP... 阅读全文
posted @ 2016-07-29 14:16 Bear.Tirisfal 阅读(1471) 评论(0) 推荐(0) 编辑
摘要: /// /// 参数不能是一位索引 /// /// /// public Bitmap HoughTransform(Bitmap bmp) { //// create filter //Median Medianfilter = new Me... 阅读全文
posted @ 2016-07-27 12:03 Bear.Tirisfal 阅读(465) 评论(0) 推荐(0) 编辑
摘要: 介绍 (图片上的字:方块4,方块J,黑桃2) 用机器人配上扑克牌识别系统,就可以在二十一点一类的扑克游戏中扮演荷官或是人类玩家的角色。实现这样的程序同样也是学习计算机视觉和模式识别的好途径。 本文涉及到的AForge.NET框架技术有二值化、边缘检测、仿射变换、BLOB处理和模板匹配算法等。 需要注 阅读全文
posted @ 2016-06-24 15:30 Bear.Tirisfal 阅读(7590) 评论(1) 推荐(4) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页