搜索资源列表
13818_5_for_vc
- 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的ma
ImageUtils
- delphi BMP转JPG的d-JPG the d
ImageCtrl
- 图形控件,支持bmp\jpg,可以缩放和计算坐标-Graphic controls, support bmp \ jpg, scaling and calculation of the coordinates can be
2JPG
- BMP到JPG的转换 Function int bmp2jpg(string f_in,string f_out,int c,int d) Library "2jpg.dll" Function int jpg2bmp(string f_in,string f_out) Library "2jpg.dll"-BMP to JPG conversion
20040607vcBMPJPGjpgdll.dll
- 用VC把BMP格式的文件转换成JPG格式的文件 完全可以运行-Using VC to BMP file format converted to JPG format in the documents can run
ImageRetrieval
- 毕业设计,基于内容的图像检索,支持的检索特征包括 sift,颜色直方图,灰度矩阵,HU不变矩,边缘方向直方图,检索方法使用K-means和K-D树两种,需要OPENCV支持,运行时请先选定一个文件夹来生成特征库,特征库用access数据库保存,只支持JPG文件-Graduate design, content-based image retrieval, search features, including support sift, color histogram, gray matrix,
BMPJPG
- 转换bmp到jpg 使用jpgdll.dll 功能强大 图像质量好-Convert bmp to jpg images using the powerful quality jpgdll.dll
gaborfilter.tar
- Gabor滤波器经常被用于形状检测和特征提取,比如增强指纹图像。本代码用matlab实现了一个二维Gabor滤波器。 代码使用如下: function [G,gabout] = gaborfilter1(I,Sx,Sy,f,theta) from gaborfilter1 with different f(Frequency) and theta(Angle). for example f:0,2,4,8,16,32 theta = 0,pi/3,pi/6
EDBimage-1.6-(with-BDS-support)
- TEDBImage is an enhanced version of TDBImage, supports almost all the classic images (jpg, jpeg, png, bmp, wmf, tiff, etc) + Event to load your own image type. + Can be used with GraphicEx
DemoTest09
- 上传截切图片到服务器硬盘上,现显示到网页上 Default3.aspx---System.Drawing.Image image = Clipboard.GetImage() -Upload Images Using C# System.Drawing.Image image = Clipboard.GetImage() if (image != null) { System.Drawing.Bitmap bitm
UDisk
- 在插入你的U盘时能自动复制指定后缀的文件到d盘上。-when you insert the disk into system,it can copy the doc jpg txt files to your PC
upan
- 这是一个控制台程序,可以实现开机启动,U盘插入时偷取U盘中的doc,txt,jpg文件,保存在D盘一个系统隐藏的文件夹中,让后发动到邮箱,这里还有一个BUG,加入没有连接网络的话会报错。-This is a console application, you can boot U disk into the theft of the U disk, doc, txt, jpg files, stored in the D drive a system hidden folder, so that
find
- 复制指定目录下指定文件、本案例复制D盘photos目录下、text1.text输入指定的文件自动+后缀.jpg进行搜索-Copy the specified file the specified directory, in this case copy the photos directory on drive D, text1.text input file is automatically+ the suffix specified. Jpg search
fenshuiling
- matlab分水岭算法图像分割 Image=imread( D:\Backup\我的文档\My Pictures\clip_image002.jpg ) -matlab watershed algorithm for image segmentation Image = imread (' D: \ Backup \ My Documents \ My Pictures \ clip_image002.jpg' )
image_capture
- 图像提取,边缘提取,膨胀,确定中心。其中 d:\1.jpg 是图像存放目录。本程序适用于数字图像处理课程设计。-digital image processing
abc
- 查看某个文件夹中的图片,显示在网页中。程序片: package tom.jiafei import java.io.* class FileName implements FilenameFilter { public boolean accept(File dir,String name) { boolean boo=false if(name.endsWith(".jpg")||name.endsWith(".JPG"))
pbPpicPDLL
- PB做的对图片的另存功能,能将图片另存成JPG等常用格式,并指定图片按比例缩放。调用的是成型的D-PB to do save the picture function, can save images as JPG and other common formats, and specify the image scaling. DLL calls are molded
16660-931395-visualisateur-d-une-image-associable
- Ce document intitulé « Visualisateur d une image associable ŕ une extension (jpeg, jpg, bmp - pas gif) » issu de CommentCaMarche-Ce document intitulé « Visualisateur d une image associable ŕ une extension (jpeg, jpg, bmp - pas g
hua_xian
- C函数 在灰度图片上 画直线 斜线 方框 注意 要把工程里的图片放到指定的位置D盘根目录下 也可以修改代码中路径 d:/123.jpg -C function draw a straight line on a gray shaded box picture Be sure to put the pictures into the project under the root directory of the location specified by D code can
usbcamara-2012-07-05
- 我们在luvcview这个项目的基础上进行了修改,使之能够在s3c6410平台上运行,采用了6410特有的硬件空间色彩转换和图像缩放功能,也就是 post processor功能。 3 另外需要说一下我们修改后的luvcview可以运行在PC Linux平台和s3c6410平台,源码里面有两个makefile文件,一个针对嵌入式版本一个针对PC Linux版本, 嵌入式版本里面分硬件实现YUV to RGB和软件实现 YUV to RGB ,缺省配置是硬件实现YUV to