搜索资源列表
VC下实现一个图像浏览器
- 使用IPicture的com组件,在vc下实现了一个jpg、bmp图像的浏览器,可以方便的进行图像的浏览。-A picture viewer support JPG and BMP format. Using IPicture COM component as render.
Picture
- 利用VC++实现BMP类型图像的基本操作
VC6下轻松实现图片缩放
- VC6下轻松实现图片缩放,支持的格式包括bmp、jpg、gif等常用图片格式,Under VC6 easily picture zoom, supported formats include bmp, jpg, gif and other commonly used image format
ReadBitmaps.rar
- vc++读取bmp图片并显示,功能比较基础,适合初学者,vc++ read bmp picture and show that the basis functions, suitable for beginners
VcImageProcess
- vc 对话框中读入bmp文件路径,picture控件显示图像-picture show
CImage
- 如何使用 CImage 类加载、显示和保存各种不同的图像格式,包括 .bmp、.gif、.jpg 和 .png。-It teach you how to use CImage class show and save all kinds of picture
DisplayBMP
- 可以方便快速的显示BMP格式图像的VC程序- May facilitate fast demonstration BMP the form picture the VC procedure
WritePic
- VC++程序编写的可将8位和24位 BMP格式图片进行转换-VC++ Procedures can be prepared by eight and 24-bit BMP format picture conversion
ShowPicture
- 一个见到的图片查看器,能浏览bmp,dib,emf,gif,jpg,wmf等格式的图片文件,vc++6.0编译通过。-To see a picture viewer, can browse bmp, dib, emf, gif, jpg, wmf and other image file formats, vc++6.0 compiler through.
RWJpegExp
- MFC 读取BMP图像信息,然后进行二维DCT变换,再量化,Z字型扫描,实现BMP到JPEG的转换-the encoding and decoding of JPEG and the specific realization of program on vc++ platform. The encoding part of this program can encode a picture whose format is BMP and save relevant data as binary
16
- 一段可以将bmp格式的图片压缩为jpg格式图片的Vc代码-Bmp format for some can be reduced to the picture of Vc picture jpg format code
PNG_vc
- 能够打开png,jpeg,bmp,gif图像格式能在VC6.0上运行,经过我亲手调试~!-It can be used in VC6.0 to open the picture type of png,jpeg,bmp and gif~!I have test by myself excectly~!
Registratio
- BMP图片配准程序,vc,首先加载图像,如果有需要的尽情下吧-Registration procedures BMP picture, vc, first of all loaded images, if necessary, are you all
Res_read
- VC++编程实现,读取bmp文件格式的图片-VC++ programming, bmp file format to read the picture
vc-imageprocessing
- 本光盘共包括三个工程,分别是用于实现数字图像基本处理算法的DimageProcess工程, 用于实现图像融合的PixelFusion工程和用于人脸识别的FaceDetection工程。 关于程序的运行, DImageProcess工程只需载入Bmp格式的文件,便可通过菜单实现各种处理算法, 需要强调一点,其只对256色格式的图片进行处理。 PixelFusion工程程序运行时,用户须载入两幅图片,其中全色图像选择给定的图片spot.bmp, 而多光谱图片则为给定的图片tm
DUBAInterface
- VC++使用BMP位图进行窗体贴图编程实例,这个实例模仿了金山毒霸的主界面,美观大方,主要是使用BMP图像贴图完成的,在窗体上使用图片制作按钮、布置复选框、进度条、数据列表等,也算是给大家提供一个使用此方法制作窗体的一个实例吧-VC++ use BMP bitmap conduct form mapping programming instance, this instance mimics Duba main interface beautiful mainly use BMP image m
VCpicture
- 可以实现256色和24位真彩色bmp图片的打开显示,具有缩放,旋转任意角度,fft,灰度化,中值滤波的功能。是我的vc作业,自己写的,已在vc6.0下运行通过,欢迎交流-Can achieve 256-color and 24-bit true color bmp image to open display, zoom, rotate at any angle, fft, graying, median filtering function. Vc is my job to write thei
bmp
- 本程序是重点描述了使用vc++显示BMP图片的-This program is mainly described using vc++, BMP picture
bmp-TO-yuv
- 实现BMP转yuv的功能,,很实用方便,是在VC++编程环境中开发的,用于实现图片的bmp转换成yuv格式-BMP to yuv functionality, very practical and convenient in VC++ programming environment developed and used to implement the picture bmp convert yuv format
VCShowBmp
- 用VC写的,打开BMP文件,并显示图片。(VC,OPEN BMP FILE,SHOW BMP PICTURE.)