搜索资源列表
avi视频转换为bmp(C++代码)
- 是原创的C++代码,可以将一个avi视频转换成bmp图像输出
C++Builder 拖动图像
- 拖动图像源代码,有效处理拖动操作
FINAL
- 用C++实现数字图像处理,有阈值,边缘检测,膨胀等功能,适合初学者学习-Using C++ realization of digital image processing, the threshold, edge detection, expansion of functions, suitable for beginners to learn
MedicalimageProcessing
- VC++简单医学图像处理系统,可以调整图像色阶、锐度、反色、灰底均衡,还可以对图像进行反转、平移、旋转等操作,类似Photoshop某些功能一样,当然,和PS比,是差了点,只能作为一些C++处理图像的参考吧。 -VC++ simple medical image processing system that can adjust the image color, sharpness, and anti-color,灰底balance can also be inverted image, t
tupianyasuo
- 利用C++完成图像的转换、处理以及压缩过程,是学习数字图像处理的好的参考程序!-Using C++ to complete images of conversion, processing and compression process, is to learn good reference digital image processing program!
zbar-0.10
- 是一个函数库,包含了C++、qt、python,还有示例程序,方便研究二维码的同学学习使用。注意用到了ImageMagick这个图像处理库-Is a function library that contains the C++, qt, python, sample programs, students learn to use the two-dimensional code to facilitate research. Note that to use the ImageMagick im
Extract-Feature-for-BitMap
- 提取位图的特征,包括projection features;peripheral features;cross count features;图像识别的预处理步骤,用C++实现。-The extraction characteristics of the bitmap, including Projection Features Peripheral Features Cross count features the image recognition pretreatment step,
picture_processing
- libwindow/cvi程序,C语言,实现图像的简单处理功能。-Libwindow/cvi process, C language, realize the simple processing of image features.
C_Sharptuxiangchuli
- C_#数字图像处理算法典型实例源代码,有点老-C# image deal
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通