资源列表
surf
- 图像特征提取算法--SURF算法Matlab代码(SURF algorithm matlab code)
bmp2yuv
- 可以将bmp文件转换为yuv文件,同时将1bit,4bit,8bit,16bit,24bit五幅图像生成在一个yuv视频文件中-You can convert the bmp file to yuv file, while 1bit, 4bit, 8bit, 16bit, 24bit five images generated in a yuv video file
a-map-of-China
- 在C++编程环境下运用OnDraw函数绘制中国地图-In C++ programming environment using OnDraw function draw a map of China
read-and-change
- 用对话框做的,利用openCV读取图片,显示图片,对图片进行缩放,区域选取。-Dialog box, use openCV read the image, display pictures, picture zoom, region selection.
CHAPTER13
- 使用openGl的一系列库文件,把图形,图象在三维场景中显示的更逼真.-Use openGl a series of library documents, the graphics, images shown in three-dimensional scene more realistic.
cpsb
- 对车牌进行检测并识别(省份简称暂时不支持),如果对于某些图片不能识别,可将程序拆开分为检测、分割、识别三个小程序-Detect and license plate recognition (referred to the provinces is not supported), if you can not recognize some pictures, the program can be disassembled into the detection, segmentation, thre
tuxiangdeduqu
- 用VC++实现图像的读取处理,主要要用256色位图BMP格式-With VC++ Realize image reading process, the main use 256-color bitmap BMP format
Alpha_shapes_3
- alphashapes算法实现(CGAL)-alphashape algorithm(CGAL)
FingerRecognition(GMMaColor)
- GMM+颜色提取识别手指,效果比单一GMM识别和颜色识别都更优-GMM & Color(FingerRecognition)
Image-matching
- 本程序的功能是根据两幅相邻图像的相关系数来进行影像的匹配-The program' s functionality is based on two adjacent images of the correlation coefficient for image matching
PhotoCut
- 基于OpenCV实现的图像剪切,截取小软件,对学习OpenCV的朋友比较有帮助
VC++photoprocess
- 数字图象处理编程基础,点运算,几何变换,正交变换,图象增强等等。