码迷,mamicode.com
首页 >  
搜索关键字:computer-vision    ( 207个结果
Emgu CV的一个异常的解决方法
今年组里有大项目落我头上了,并不能像去年一样回家还能搞搞Cocos2dX,一把老泪流了下来。。。回到正题,由于组里需要做一个显示板的自动测试项目,涉及到Computer Vision。不得不说,这才是项目里的大坑。之前一直在做其他基础库的研发,最近开始了视觉识别的研发进度。由于市面上没有很合适的开源...
分类:其他好文   时间:2015-04-08 21:10:52    阅读次数:136
【转】Gabor 入门
Computer Vision TutorialsSearchPrimary MenuSkip to contentTutorialsSearch for:Gabor Filters : A Practical OverviewApril 27, 2014krishnamurthyj 5 Comme...
分类:其他好文   时间:2015-03-30 18:12:52    阅读次数:321
Linux下OpenCV的环境搭建(转)
OpenCV is the most popular and advanced code library for Computer Vision related applications today, spanning from many very basic tasks (capture and ...
分类:系统相关   时间:2015-03-29 13:37:17    阅读次数:186
Linux下OpenCV的环境搭建
OpenCV is the most popular and advanced code library for Computer Vision related applications today, spanning from many very basic tasks (capture and ...
分类:系统相关   时间:2015-03-28 12:50:19    阅读次数:255
Linux环境下安装OpenCV
OpenCV is the most popular and advanced code library for Computer Vision related applications today, spanning from many very basic tasks (capture and pre-processing of image data) to high-level algorit...
分类:系统相关   时间:2015-03-19 16:26:16    阅读次数:303
论文笔记:目标追踪-CVPR2014-Adaptive Color Attributes for Real-time Visual Tracking
基于自适应颜色属性的目标追踪 Adaptive Color Attributes for Real-Time Visual Tracking 基于自适应颜色属性的实时视觉追踪   这是CVPR2014年的文章。名字翻译为基于自适应选择颜色属性的实时视觉跟踪。首先理解什么是Adaptive color attributes,文章中colorattributes把颜色分为11类,就是将RG...
分类:其他好文   时间:2015-03-16 17:49:25    阅读次数:1317
[新书推荐]A Practical Introduction to Computer Vision with OpenCV
一本opencv好书,  在我上传的资源里 Computer Vision is a rapidly expanding area and it is becomingprogressively easier for developers to make use of this field dueto the ready availability of high quality libra...
分类:其他好文   时间:2015-03-16 11:10:16    阅读次数:207
vector<vector<int>>
/************************************************************************ Copyright (C) 2015-2020. File name: Author: Greenapple QQ: 361348440 EMail: 36...
分类:其他好文   时间:2015-03-15 15:23:40    阅读次数:148
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
207条   上一页 1 ... 14 15 16 17 18 ... 21 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!