07 2014 档案

摘要:问题: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) 编辑
摘要:推荐能贡献力量的人捐赠维基百科......................................0.维基百科的定义: 编程语言(programming language),是用来定义计算机程序的形式语言。它是一种被标准化的交流技巧,用来向计算机... 阅读全文
posted @ 2014-07-01 15:25 wishchin 阅读(143) 评论(0) 推荐(0) 编辑