Welcome![Sign In][Sign Up]
Location:
Search - VC Picture BMP

Search list

[Windows DevelopVC下实现一个图像浏览器

Description: 使用IPicture的com组件,在vc下实现了一个jpg、bmp图像的浏览器,可以方便的进行图像的浏览。-A picture viewer support JPG and BMP format. Using IPicture COM component as render.
Platform: | Size: 567048 | Author: 祝彦军 | Hits:

[Special EffectsPicture

Description: 利用VC++实现BMP类型图像的基本操作
Platform: | Size: 96307 | Author: Wren | Hits:

[Graph programDisplayBMP

Description: 可以方便快速的显示BMP格式图像的VC程序- May facilitate fast demonstration BMP the form picture the VC procedure
Platform: | Size: 2302976 | Author: 李素芝 | Hits:

[GDI-Bitmapbkgbmp

Description: 改变VC程序的背景图片-VC procedures change the background picture
Platform: | Size: 225280 | Author: 王续庆 | Hits:

[Windows DevelopVC下实现一个图像浏览器

Description: 使用IPicture的com组件,在vc下实现了一个jpg、bmp图像的浏览器,可以方便的进行图像的浏览。-A picture viewer support JPG and BMP format. Using IPicture COM component as render.
Platform: | Size: 566272 | Author: 祝彦军 | Hits:

[Graph programmakeseal

Description: 学习VC也没多久,将我做的这个小工具和大家分享一下。其主要功能就是可以自定义生成公章图形并保存为bmp图片,希望对大家有点用。具体实现的方法如下: 步骤一:生成对话框工程,并加入相应的控件,图片的显示使用Picture控件; 步骤二:定义生成图形所需要的参数; 步骤三:通过参数定义,生成对应的Bitmap,再在Picture控件中显示该位图,具体实 现参看源程序。 步骤四:将生成的Bitmap保存为位图文件。 -VC did not learn how long I will do this small tools and share with you. Its main function is to be generated from the definition graphics and seals for the preservation bmp picture, and I hope to use you a bit. The specific methods to achieve the following : Step 1 : Generation dialog, and add the corresponding controls, the pictures showed a picture control; Step 2 : definition graphics generated by the parameters; Step 3 : through the definition of parameters, generate the corresponding Bitmap, and the Picture Control showed the bitmap, See achieve specific source. Step 4 : Generation to preserve the Bitmap bitmap file.
Platform: | Size: 17408 | Author: 刘海 | Hits:

[Special Effectsmvrn11

Description: 二维中值滤波在图像中的应用,vc编写的dos程序,暂时只能处理24位深度的bmp图片,且像素为4的整数倍。-2D median filtering images in the application vc dos prepared by the procedures, temporarily can only handle 24 bmp picture of the depth and pixel for the entire four several times.
Platform: | Size: 2048 | Author: Elwin | Hits:

[Special EffectsPicture

Description: 利用VC++实现BMP类型图像的基本操作-Use VC++ Realize BMP image type basic operation
Platform: | Size: 598016 | Author: Wren | Hits:

[GDI-Bitmapimagetest

Description: sift 匹配算法,输入两幅bmp图片,可以完成特征点寻找和匹配-sift matching algorithm, type 2 bmp picture, you can complete the search and match feature points
Platform: | Size: 198656 | Author: huangansheng | Hits:

[Picture Viewerjpeg2bmpgif

Description: 实现jpeg\bmp\gif等格式图片的相互转换。vc下测试通过-Realize picture formats such as jpeg mpgif mutual conversion. vc under test
Platform: | Size: 2312192 | Author: wangchuang | Hits:

[Picture ViewerReadBitmaps

Description: vc++读取bmp图片并显示,功能比较基础,适合初学者-vc++ read bmp picture and show that the basis functions, suitable for beginners
Platform: | Size: 3844096 | Author: chenxing | Hits:

[Picture ViewerRes_read

Description: VC++编程实现,读取bmp文件格式的图片-VC++ programming, bmp file format to read the picture
Platform: | Size: 2318336 | Author: Mark | Hits:

[Special Effectsvc-imageprocessing

Description: 本光盘共包括三个工程,分别是用于实现数字图像基本处理算法的DimageProcess工程, 用于实现图像融合的PixelFusion工程和用于人脸识别的FaceDetection工程。 关于程序的运行, DImageProcess工程只需载入Bmp格式的文件,便可通过菜单实现各种处理算法, 需要强调一点,其只对256色格式的图片进行处理。 PixelFusion工程程序运行时,用户须载入两幅图片,其中全色图像选择给定的图片spot.bmp, 而多光谱图片则为给定的图片tm.bmp。而后用户便可选择各种融合算法进行融合处理。 FaceDetection工程运行时,首先要通过文件“打开 载入图片face.bmp,而后才可以进行人脸检测 操作,需要强调的是人脸区域检测、眼睛的检测与定位、人嘴的检测与定位、人脸的勾勒四个处理 模块必须按照先后顺序进行,而且各个模块内的各项操作也必须按照菜单栏从上至下的顺序来进行。 另外,由于在人脸检测时用到了先验知识,所以目前只能对给定的图片face.bmp进行处理。-This CD-ROM includes a total of three projects, namely, for the realization of the basic digital image processing algorithms DimageProcess project Used to achieve image fusion PixelFusion engineering and construction for face recognition FaceDetection. With regard to program operation, DImageProcess works just load Bmp file format can be achieved through the menu, a variety of processing algorithms, Need to emphasize that its only 256-color format for image processing. PixelFusion engineering program runs, users must load two pictures, one panchromatic image selection for a given image spot.bmp, The multi-spectral images was given a picture tm.bmp. Then the user can select a variety of fusion algorithms to fuse. FaceDetection project run-time, first through the file "Open to load image face.bmp, which can only proceed after face detection Operation, needs to be emphasized is the human face region detection, eye detection and location, human mouth detection and position
Platform: | Size: 22050816 | Author: 马子领 | Hits:

[Windows DevelopDUBAInterface

Description: VC++使用BMP位图进行窗体贴图编程实例,这个实例模仿了金山毒霸的主界面,美观大方,主要是使用BMP图像贴图完成的,在窗体上使用图片制作按钮、布置复选框、进度条、数据列表等,也算是给大家提供一个使用此方法制作窗体的一个实例吧-VC++ use BMP bitmap conduct form mapping programming instance, this instance mimics Duba main interface beautiful mainly use BMP image mapping completed in form use picture production button, layout checkbox , progress bar, data list etc. also regarded provide Members a use this method production form an instance bar
Platform: | Size: 53248 | Author: wuyingjie | Hits:

[Special EffectsVcImageProcess

Description: vc 对话框中读入bmp文件路径,picture控件显示图像-picture show
Platform: | Size: 1904640 | Author: 付果 | Hits:

[Picture ViewerVCpicture

Description: 可以实现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 their own, and has been run by vc6.0, welcomed the exchange
Platform: | Size: 3731456 | Author: 王一 | Hits:

[Picture Viewerbmp

Description: 本程序是重点描述了使用vc++显示BMP图片的-This program is mainly described using vc++, BMP picture
Platform: | Size: 7574528 | Author: du | Hits:

[VC/MFCvc-read-bmp

Description: 使用VC6.0轻松读取图片信息,帮大家解决编写读取图片困难的问题-Use the VC6.0 easily read picture information, to help solve the problem write to read the image difficulties
Platform: | Size: 2362368 | Author: 蓝色冰晶 | Hits:

[3D Graphicbmp-TO-yuv

Description: 实现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
Platform: | Size: 4504576 | Author: 王伟 | Hits:

[OtherVCShowBmp

Description: 用VC写的,打开BMP文件,并显示图片。(VC,OPEN BMP FILE,SHOW BMP PICTURE.)
Platform: | Size: 8614912 | Author: S123SS | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net