资源列表
OpenCV
- opencv基础教程的随书源码 非常有用
liu-ding-sheng-ke-jian-image
- 刘定生老师的课件 图像处理 每一章的PPT讲义,很好的学习资料-LiuDingSheng teacher s courseware image processing of every chapter PPT notes, very good learning material
BayesianMatting
- 这个代码主要针对贝叶斯抠图的一个程序!其中包括模式识别!-This code for a Bayesian matting program! Including pattern recognition!
Bayes-Matting
- 抠图中最为经典和基本的算法贝叶斯抠图,在matlab下的实现,效果和速度都较为理想。-Bayessian Matting is the most basic and classic method in matting algorithm.We provide a implementation in matlab.
OPENGL-programming-guide
- OpenGL编程指南,原书第七版,值得借鉴的资料-OpenGL programming guide, the original book the seventh edition, it is worth reference material
Digtial-Image-Processing
- 压缩包内含数字图像处理原书第二版中文版和英文版习题答案。其习题解答非常经典,虽说是英文版,但值得认真研究。研究图像处理方面的朋友可以认真读之。-Archive containing the original digital image processing second edition of the book in Chinese and English exercises answers. The answer is very classic exercises, although the E
arthurv-OpenTLD-1e3cd0b
- 这个是kalal大神的TLD目标跟踪算法源码,是matlab版本的,功能很好很强大,经典的目标跟踪算法-This is kalal God TLD target tracking algorithm source code, the function is very very strong, classic target tracking algorithm
ImageProcessing
- 数字图像处理代码,实现了数字图像处理大部分功能,如图像类型转换、几何变换、空域滤波、频域滤波、分割和轮廓提取。。。基于MFC的CImage类-Digital image processing code, achieving the majority of digital image processing functions such as image type conversion, geometric transformation, spatial filtering, frequency d
资三卫星立体测绘
- 资源三号卫星是中国第一颗自主的民用高分辨率立体测绘卫星,通过立体观测,可以测制1∶5万比例尺地形图,为国土资源、农业、林业等领域提供服务,本文件夹含有前方后方交会,匹配等,内含图像(Three satellite is Chinese first autonomous civilian high-resolution stereo mapping satellites, through three-dimensional observation, can be measured in 1: 50
kdes_1.0
- Kernel Descr iptors for Visual Recognition, Advances in Neural Information Processing Systems (NIPS)-Kernel Descr iptors .
bga
- 作者收集了有关BGA图像处理的相关英文资料,供大家分享,请大家提出宝贵意见,-BGA authors collected data on the relevant image processing information in English for all to share, please put forward valuable suggestions, thank you
GDI画笔
- 基于对话框的 MFC 工程,主要是GDI 对象之画笔 CPen的代码:在对话框上有一个 Picture 控件,将此控件的背景填充为黑色;启动一个定时器,每次定时器到时,所有波形数据都前移一个单位,并获取一个 80 以内的随机数作为波形的最后一个数据,然后以绿色画笔在绘图控件上绘制波形。这样就实现了波形的绘制及动态变化。(Dialog based MFC project, GDI is the main object of the brush CPen Code: there is a Pictu