上一页 1 ··· 7 8 9 10 11 12 13 14 15 16 下一页
摘要: YC毕业生Segment获得1500万美元A轮融资 现在收集数据是每一个公司的必修课了,而且是从各种不同 API 上收集数据,但是你还要把这些数据整合起来才能发挥作用,Segment就能帮你整合各个平台上的数据,并且迅速做出分析。现在 Segment 已经... 阅读全文
posted @ 2014-10-10 19:21 wishchin 阅读(379) 评论(0) 推荐(0) 编辑
摘要: Windows下安裝python包還是比較方便的,直接在FLD網站下載對應的EXE文件就可以安裝,在linux系統下,使用pip,easy egg 管理工具可以減輕安裝負擔.原文鏈接:http://www.2cto.com/os/201305/213725.html參... 阅读全文
posted @ 2014-10-07 10:38 wishchin 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 一:使用PCL时遇到的问题 原因:缺少boost的lib包含;在Pro文件里面添加: LIBS += -lboost_system .....................等库文件包含二:编译Boost库 对于不同... 阅读全文
posted @ 2014-10-06 12:42 wishchin 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.metsky.com/archives/636.html 独立分区下的Ubuntu引导菜单修复有点麻烦,执行挂载等命令时要小心检查,修复此类引导,首先需要确保当前系统和数据安全(包括Windows和Ubuntu),不可因为... 阅读全文
posted @ 2014-10-04 10:17 wishchin 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 一: 预先配置 为使OpenCV的安装在编译时更完备,预先安装好所有的开发平台;二:编译OpenCV 在OpenCV官网下载UNIX的源码包; 安装一下软件: sudo apt-get install build-ess... 阅读全文
posted @ 2014-10-03 11:31 wishchin 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 一:安装PCL 依据官网介绍:http://www.pointclouds.org/downloads/linux.html Ubuntu We currently support all Ubuntu via PPA. The install... 阅读全文
posted @ 2014-10-03 10:48 wishchin 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 一:安装ECLipse Eclipse官网下载软件tar包; 使用解压命令: sudo tar xzvf xxxxx.tar.gz -c /opt/ 创建快捷方式到桌面。二:安装python-Numpy,Matplotl... 阅读全文
posted @ 2014-10-03 10:33 wishchin 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 论文. Clustering by fast search and find of density peak. Alex Rodriguez, Alessandro Laio作者(Alex Rodriguez, Alessandro Laio)提出了一种很简洁优美的聚... 阅读全文
posted @ 2014-09-01 19:56 wishchin 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 步骤:打开ps——打开图片———选择——选择色彩范围———取样颜色(用吸管选定颜色)——()再按delete键删除——点击文件——点击储存为PSD。这样就抠除了特定范围色彩内的背景。 阅读全文
posted @ 2014-08-31 10:06 wishchin 阅读(437) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://blog.csdn.net/androidyue/article/details/9220293解决方法:由于Eclipse是绿色软件,所以最好的解决方法是配置完毕之后,复制一份所有文件备份。 万一崩溃了,... 阅读全文
posted @ 2014-08-27 12:59 wishchin 阅读(94) 评论(0) 推荐(0) 编辑
摘要: from random import randint def main(): A = [randint(1, 99999999) for _ in xrange(9999)] for k ... 阅读全文
posted @ 2014-08-20 20:13 wishchin 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 很多原理性的东西需要有基础性的理解,还是篇幅过少,所以讲解的不是特别的清晰。 原文链接:http://blog.sciencenet.cn/blog-722391-583413.html 流形(manifold)的概念最... 阅读全文
posted @ 2014-08-20 18:29 wishchin 阅读(417) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://blog.sina.com.cn/s/blog_5e73a8fc0100t9yg.html这是个函数句柄 @(x,y) 表示未知数是x和ypunct - Function handlecreation @@ 在匿名函数... 阅读全文
posted @ 2014-08-20 18:04 wishchin 阅读(1824) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://down.51cto.com/data/751371首先要确保eclipse编辑器环境的编码为utf8,这个是大前提;其次如果py文件中含有中文字符的话,需要在py文件中对编码进行声明。1. 修改eclipse编辑器编码 a)设置工作空间编码... 阅读全文
posted @ 2014-08-18 08:54 wishchin 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 何必配置复杂的IDE,简单代码在线调试就可以了...原文链接:www.codeceo.com/article/top-10-online-compiler.html本文要推荐10个最好用的在线编译器,以下顺序不按排名先后:1、ideone可以在线编译盒调试C/C++,... 阅读全文
posted @ 2014-08-13 09:02 wishchin 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 看看差距:看人家的热情度是怎样的!原文链接:blog.jobbole.com/74739/本文由 伯乐在线 -Justin Wu 翻译自Nicolas Bize。未经许可,禁止转载!欢迎加入:技术翻译小组,或分享原创到伯乐头条。招聘过程我之前的主要工作是参与招聘并进行... 阅读全文
posted @ 2014-08-13 09:00 wishchin 阅读(103) 评论(0) 推荐(0) 编辑
摘要: Ubuntu小设备支持列表:https://wiki.ubuntu.com/Touch/Deviceswin8 小设备 刷ubutntu:tieba.baidu.com/p/2772275438 阅读全文
posted @ 2014-08-13 08:57 wishchin 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 有少量修改,请访问原始链接。PythonWIn的exe安装包;http://www.lfd.uci.edu/~gohlke/pythonlibs/原文链接:codecloud.net/python-resource-2109.html现代编程语言的一个非常令人欣慰的事... 阅读全文
posted @ 2014-08-13 08:54 wishchin 阅读(1657) 评论(0) 推荐(0) 编辑
摘要: 原文链接:blog.csdn.net/xqj198404/article/details/20016279NVIDIA链接:http://www.nvidia.cn/object/tesla_build_your_own_cn.html组装属于您自己的Tesla个人超... 阅读全文
posted @ 2014-08-13 08:35 wishchin 阅读(2013) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://blog.csdn.net/gjy095/article/details/9243153上一篇文章,不是很详细,这一篇解释的清晰些,请访问原始链接。Rtrees介绍!参考链接:http://docs.opencv.org/modules/ml/... 阅读全文
posted @ 2014-08-11 15:54 wishchin 阅读(414) 评论(0) 推荐(0) 编辑
摘要: 360确实很个性,哈哈,你个貔貅,只吃不吐!Rtrees介绍!参考链接:http://docs.opencv.org/modules/ml/doc/random_trees.html原文链接:Python opencv实现的手写字符串识别--SVM 、神经网络、 K近... 阅读全文
posted @ 2014-08-11 10:55 wishchin 阅读(404) 评论(0) 推荐(0) 编辑
摘要: 这篇博文真的很长,不过挺有意思。关于智能机器人的发展前景还是很广的,因为每一步都异常艰难,而什么时候可以终止还无法预料,所以程序员没办法失业啊!转自于图灵社区:http://www.ituring.com.cn/article/346 某天... 阅读全文
posted @ 2014-08-10 19:33 wishchin 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://blog.sina.com.cn/s/blog_5033f3b40101flbj.html 文章图文并茂,我就不转载了!!!LSI-Latent Semantic Indexing.浅语义分析针对缺点1,LSI(1... 阅读全文
posted @ 2014-08-10 14:23 wishchin 阅读(147) 评论(0) 推荐(0) 编辑
摘要: http://cos.name/IMS:一个洲际人际交流网络(为学生免费提供会员资格)原文链接:http://cos.name/2014/07/ims-a-cross-continent-human-network/译者注:原文刊登于IMS Bulletin,作者为国... 阅读全文
posted @ 2014-08-10 14:13 wishchin 阅读(416) 评论(0) 推荐(0) 编辑
摘要: 问题:py2exe打包OpenCV,找不到libiomp5md.dll 解决方法:把 libiomp5md.dll 从numpy/core/ 里面复制到 python27/DLLS/文件夹!!! 阅读全文
posted @ 2014-07-17 16:56 wishchin 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 关于时序分析: 我们跟随时间的脚步,试图解释现在、理解过去、甚至预测未来........原文链接:http://blog.sciencenet.cn/home.php?mod=space&uid=34250&do=blog&id=287173 简介: ... 阅读全文
posted @ 2014-07-16 19:05 wishchin 阅读(424) 评论(0) 推荐(0) 编辑
摘要: 原文::Multi-Forest:A chameleon in tracking,CVPR2014 下的蛋...原文使用随机森林的优势,在于可以使用GPU把每棵树分到一个流处理器里运行,容易并行化实现。OpenCV中的使用:OpenCV:使用 随机森林与GBDT随机... 阅读全文
posted @ 2014-07-16 17:53 wishchin 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://blog.csdn.net/ikerpeng/article/details/19235391 用到论文,直接看翻译。 文章:Robust object tracking with on-line mult... 阅读全文
posted @ 2014-07-16 17:10 wishchin 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 此文也很详细:http://blog.csdn.net/maochongsandai110/article/details/11530045 原文链接:http://blog.csdn.net/pp5576155/arti... 阅读全文
posted @ 2014-07-16 17:08 wishchin 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://blog.csdn.net/dcraw/article/details/7617891原文编写层层递进,逻辑清晰;不过看这篇转载可以少点击鼠标:http://blog.csdn.net/haihong84/article/details/180... 阅读全文
posted @ 2014-07-16 16:18 wishchin 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.douban.com/group/topic/32821988/原文链接:http://www.cnblogs.com/vamei/archive/2012/09/16/2687954.html在数据可视化过程中,我们常常需要将数据根据... 阅读全文
posted @ 2014-07-13 14:37 wishchin 阅读(308) 评论(0) 推荐(0) 编辑
摘要: 1.SciPy和Numpy的处理能力:numpy的处理能力包括:a powerful N-dimensional array object N维数组;advanced array slicing methods (to select array elements);N... 阅读全文
posted @ 2014-07-13 14:24 wishchin 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 1.Matlab调用C++:http://blog.csdn.net/zouxy09/article/details/20553007摘录下效果图:2.mwArray类操作:http://blog.sina.com.cn/s/blog_9460ff790101fujz... 阅读全文
posted @ 2014-07-11 13:27 wishchin 阅读(1592) 评论(0) 推荐(0) 编辑
摘要: 1.在使用Qt Creator编程时,难免会用到将float类型转换为QString类型的方法:原文1.1. 将QString类型转化为float类型,很简单 QString data; float num = data.toFlo... 阅读全文
posted @ 2014-07-11 11:30 wishchin 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 前言:脑残的使用了C++调用Matlab,没想到Matlab的使用者的智商还真TMD不一般, 竟然有这样的 plot(x_Abnorm_index,Vec2(Abnorm_index),'sb','linewidth',1.5); hold o... 阅读全文
posted @ 2014-07-11 11:15 wishchin 阅读(313) 评论(0) 推荐(0) 编辑
摘要: 1.Qwt库 QwtPlot是用来绘制二维图像的widget。在它的画板上可以无限制的显示绘画组件。绘画组件可以是曲线(QwtPlotCurve)、标记(QwtPlotMarker)、网格(QwtPlotGrid)、或者其它从QwtPlotItem继承的... 阅读全文
posted @ 2014-07-11 09:27 wishchin 阅读(1436) 评论(0) 推荐(0) 编辑
摘要: 中国人真是太不知道分享了,看看这个老外的博客,启发性链接。 http://www.pcl-users.org/1. 这个是可用的源代码:原文:I saw a thread with links to a non-vtk qt visualizer of ... 阅读全文
posted @ 2014-07-08 14:57 wishchin 阅读(1310) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.52ml.net/16157.html Deeplearning4j is the first commercial-grade deep learning library written in Java. It is mean... 阅读全文
posted @ 2014-07-06 17:58 wishchin 阅读(336) 评论(0) 推荐(0) 编辑
摘要: error C2248 无法访问私有成员 :原因 ifstream 作为参数必须传引用!(1):C++使用STL序列化:原文链接:http://blog.csdn.net/pandaxcl/article/details/649682 在用C++编写应用程序的过... 阅读全文
posted @ 2014-07-02 14:22 wishchin 阅读(3240) 评论(0) 推荐(0) 编辑
摘要: 关于Ruby和Python的讨论,还有关于C++的讨论,其中有一项是关于纯粹面向对象的优点。 关于是否纯粹面向对象,这是一个编程习惯问题,既然是习惯,就无所谓好坏之分。面向对象其出现来源于工程学,如果把面向对象映射到语言的设计上,未必... 阅读全文
posted @ 2014-07-01 20:07 wishchin 阅读(128) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 16 下一页