资源列表
EasyDraw
- EasyDraw是一个简单的绘图软件,这个实例会综合运用本章所介绍了Visual C++ 2005的基础知识。EasyDraw拥有以下功能: 1.直线、矩形、椭圆的绘制。 2.可以更改绘制线条的类型、宽度、颜色。-easy draw programme
TestOpenCV
- TestOpenCV是一个应用OpenCV提供的函数进行图片显示和保存的应用程序,注意TestOpenCV需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV-TestOpenCV
PCA
- 主分量分析方法的应用越来越多,它是怎样实现的呢?本代码就是其实现过程。-Principal component analysis method, more and more how it is achieved it? This code is the implementation process.
liangdu
- 利用vc++实验图象亮度增减,适用于初学者-Using vc++ experimental image brightness changes for beginners
meanshiftkalman
- meanshiftkamen实现的运动目标跟踪,可用于行人与车辆!-Sports meanshiftkamen implementation of target tracking, can be used for pedestrians and vehicles!
imageprocessprogram
- 非常有用的源码!用于很多图像处理的编程中实现!-Very useful source! For a lot of image processing programming in the implementation!
imgTrans
- 基于VC++实现的图像(256色)变换程序源码,包括傅立叶变换、离散余弦变换,沃尔什变换-Based on VC++ implementation of the image [256 colors] source transformation procedure, including the Fourier transform, discrete cosine transform, Walsh Transform
contours
- opencv 人脸识别程序,应该算边缘算法应用-opencv opencv opencv opencv opencv opencv
edge
- opencv 边缘算法例子 opencv 边缘算法例子-opencv opencv opencv opencv opencv opencv
squares
- opencv例子 opencv例子 opencv例子-opencv sample opencv sample opencv sample opencv sample opencv sample
digital_image_processing
- 数字图像处理中各类算法的代码很成熟,可以直接应用于实际-digital image processing
BezierCurves_dshbds
- Bezier curves are the most fundamental curves, used generally in computer graphics and image processing. These curves are mainly used in interpolation, approximation, curve fitting, and object representation. In this article, I will demonstrate, in a