码迷,mamicode.com
首页 >  
搜索关键字:vision    ( 417个结果
opencv:同时装多版本opencv的选用/OPENGL
参考:opencv CmakeLists.txt 小示例 用这个the book "Mastering OpenCV with Practical Computer Vision Projects"工程代码:https://github.com/MasteringOpenCV/code/tree/master/Chapter3_MarkerlessAR 这是cmakelists文件...
分类:其他好文   时间:2015-03-12 13:23:56    阅读次数:4285
OpenCV.2.Computer.Vision.Application.Programming.Cookbook--Efficient scanning of continuous images
#include void colorReduce(cv::Mat &image, int div=64) { int nr= image.rows; // number of rows int nc= image.cols * image.channels(); // total number of elements per line if (image.isContinuo...
分类:移动开发   时间:2015-03-10 21:36:15    阅读次数:169
Exploiting the Circulant Structure of Tracking-by-detection with Kernels 公式详细的推导
Exploiting the Circulant Structure of Tracking-by-detection with Kernels 公式详细的推导,整个的推导过程就是这样的,我是花了几个月的,分享给大家!...
分类:其他好文   时间:2015-03-10 10:29:28    阅读次数:1923
OpenCV.2.Computer.Vision.Application.Programming.Cookbook--Scanning an image with pointers
#include void colorReduce(cv::Mat &image, int div=64) { int nr= image.rows; // number of rows int nc= image.cols * image.channels(); // total number of elements per line for (int j=0; j<nr;...
分类:移动开发   时间:2015-03-09 20:58:51    阅读次数:307
Motivated Word(5)
Progress is not how much or how fast you can work.Progress is starting with a vision,and work each and day to bring it to life,no matter what the Sacrifice... 我们只不过是用相机拍照 我们带到摄影中的是 所有我们读过的书,看过的电影 听过的...
分类:其他好文   时间:2015-03-09 17:39:54    阅读次数:136
软件架构的VRAPS原则
VRAPS原则指的是:  V   Vision          构想  R   Rhythm          节奏  A   Anticipation    预见  P   Partnering      协作  S   Simplifaction   简化  简单描述:  1.构想,是未来价值到架构约束的映射。它可以用架构的结构、目标明确程度、一致性、灵活性等来衡量。...
分类:其他好文   时间:2015-03-02 16:49:33    阅读次数:233
卷积神经网络的一些细节
节选自语义分析的一些方法(二),以后会不断补充。——by wepon 结合文献『Deep Learning for Computer Vision』, 以下讲讲卷积神经网络的一些注意点和问题。 激励函数,要选择非线性函数,譬如tang,sigmoid,rectified liner。在CNN里,relu用得比较多,原因在于:(1)简化BP计算;(2)使学习更快。(3)避免饱和问题(sa...
分类:其他好文   时间:2015-02-27 20:17:55    阅读次数:372
【摘译】2015年展望:未来的软件开发工具会变成什么样子?
原文链接:A Vision of the Future of the Software Developer’s Platform,摘译:唐尤华桌面版Eclipse仍然会占据主流。类似Che和Orion的云开发平台会给软件开发带来变革。开发者会有更多机会挑选合适的工具和开发环境。项目可以在桌面与云端互...
分类:其他好文   时间:2015-02-26 16:30:53    阅读次数:128
Graph Cut and Its Application in Computer Vision
Graph Cut and Its Application in Computer Vision原文出处:http://lincccc.blogspot.tw/2011/04/graph-cut-and-its-application-in.html网络流算法最初用于解决流网络的优化问题,比如水管网...
分类:移动开发   时间:2015-02-15 20:34:44    阅读次数:212
【OP001】opencv强大的视频图形图像处理
OpenCV是什么?   OpenCV的全称是:Open Source Computer Vision Library。OpenCV是一个基于(开源)发行的跨平台计算机视觉库,可以运行在Linux、Windows和Mac OS操作系统上。它轻量级而且高效——由一系列 C 函数和少量 C++ 类构成,同时提供了Python、Ruby、MATLAB等语言的接口,实现了图像处理和计算机视觉方面的很多通...
分类:其他好文   时间:2015-02-15 13:36:55    阅读次数:137
417条   上一页 1 ... 31 32 33 34 35 ... 42 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!