搜索资源列表
CaptureIt.rar
- 很好用的VB抓屏、鼠标拖动区域截图小精灵,小巧灵活,不亏为称为"精灵"。它可以完成抓取整个桌面,截取活动窗口、抓取某个区域、清除重来、保存图像等功能,每一个都是实用。VB的抓屏程序源码爱好者已收录很多了,个个都精彩,每一个都是用不同的方法来实现,值得学习。 ,Good use of VB screenshots, mouse, drag the region elf screenshot, compact and flexible, non-loss for the known as the
VFW
- 在vfw视频捕获过程中如何截取单帧图象图片截取-VFW video capture in the process of how the single-frame image picture interception interception
Chap1
- Disital image process lecture note
matlab
- matlab image process example
Sharpening
- Processing image can enhance the image features.This to process an image using immage smoothing algorithms
tupianyasuo
- 利用C++完成图像的转换、处理以及压缩过程,是学习数字图像处理的好的参考程序!-Using C++ to complete images of conversion, processing and compression process, is to learn good reference digital image processing program!
picture_processing
- libwindow/cvi程序,C语言,实现图像的简单处理功能。-Libwindow/cvi process, C language, realize the simple processing of image features.
BilinearInterpolation
- 用双线性插值算法对图像进行放大处理的源码,可以对bmp图像进行处理。-Bilinear interpolation algorithm for image enlargement processing , you can use it to process bmp image.
opencv1
- 读取图片,进行边界检测和处理。本程序主要是利用opencv写的,使用了常用的图像处理函数,对物体进行边界检测-Load an image,then process it and detect the edges of object in it
Dib
- 对真彩图像进行灰度化,二值化及负片等灰度变换处理-For true color image graying, binarization and negative, such as gray-scale conversion process
image
- 给定一张妆容完好的人脸图像E和一张未化妆的人脸图像I,利用基本的图像处理技术完成妆容移植,获取人脸图像I的妆容照,并在此过程中对人脸图像I进行适当的美化处理。-Given a well-makeup face images E and not make a face image I, use basic image processing technology to complete makeup transplant, face image I get makeup photos, and in
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通