今年组里有大项目落我头上了,并不能像去年一样回家还能搞搞Cocos2dX,一把老泪流了下来。。。回到正题,由于组里需要做一个显示板的自动测试项目,涉及到Computer Vision。不得不说,这才是项目里的大坑。之前一直在做其他基础库的研发,最近开始了视觉识别的研发进度。由于市面上没有很合适的开源...
分类:
其他好文 时间:
2015-04-08 21:10:52
阅读次数:
136
Computer Vision TutorialsSearchPrimary MenuSkip to contentTutorialsSearch for:Gabor Filters : A Practical OverviewApril 27, 2014krishnamurthyj 5 Comme...
分类:
其他好文 时间:
2015-03-30 18:12:52
阅读次数:
321
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
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
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
基于自适应颜色属性的目标追踪
Adaptive Color Attributes for Real-Time Visual Tracking
基于自适应颜色属性的实时视觉追踪
这是CVPR2014年的文章。名字翻译为基于自适应选择颜色属性的实时视觉跟踪。首先理解什么是Adaptive color attributes,文章中colorattributes把颜色分为11类,就是将RG...
分类:
其他好文 时间:
2015-03-16 17:49:25
阅读次数:
1317
一本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
/************************************************************************
Copyright (C) 2015-2020.
File name:
Author: Greenapple
QQ: 361348440
EMail: 36...
分类:
其他好文 时间:
2015-03-15 15:23:40
阅读次数:
148
参考: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
#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