搜索资源列表
BMP位图文件结构及平滑缩放
- 用普通方法显示BMP位图,占内存大,速度慢,在图形缩小时,失真严重,在低颜色位数的设备上显示高颜色位数的图形图形时失真大。本 文采用视频函数显示BMP位图,可以消除以上的缺点。 -using ordinary methods bitmap display BMP, or memory, is slower, the graphics narrow, serious distortion in the low median colors displayed on the device
E1502
- 在view中打开位图,能对窗口进行缩放,最后能根据当前窗口的大小保存新位图。
Bitmap1
- 能够最多读取浏览1000张bmp格式文件,完成灰度图的缩放,旋转,FFT变换,24位真彩图的缩放,HSI,YCrCb两种色彩空间的显示。
位图文件结构与使用
- 位图文件的结构和使用方法
ImageP.rar
- MFC编程,绘制基本的几何图形,对位图进行缩放、旋转、镜像等操作,MFC programming, basic geometric shapes drawn on the digital map to zoom in and out, rotate, mirror, such as operation
GraphShower
- 本实例是一个类似ACDSee的图像浏览工具——GraphShower。GraphShower主要实现如下功能: ⑴ 类似ACDSee的图片浏览功能。用户只需要打开一个图片,就能利用菜单栏、工具栏或者快捷键快捷的浏览该图像所在目录的所有图像。使用方法与ACDSee类似。 ⑵ 图像的缩放显示功能。图像可以支持以下四种显示模式: ① 原始大小:以原始大小显示图像。如果图像大小比视图小,则显示在正中;如果图像比视图大,则显示部分图像。用户可以利用鼠标拖动图像以显示其它部分。 ② 适合宽
200532590150
- 将微波遥感的二进制数据转换成8位位图,然后对其实现增强LEE滤波以及sigma滤波算子,并可以对位图进行缩放显示-convert binary data of RADAR to 8 bits bitmap implement enhanced LEE filtering and sigma filtering can zoom and display the bitmap
DigiPicture
- 数字图像处理技术的一些经典算法,开发平台是VS2005,这些算法全部用C++语言实现,其中包括怎样显示位图,图像的反色,灰度阈值变换,灰度拉伸,灰度均衡,亮度增减,图像平移,图像缩放等-Digital image processing technology, a number of classical algorithms, the development platform is the VS2005, all of these algorithms using C++ language, in
2
- 打开一幅位图,并对位图实现各种几何变换包括平移,旋转,镜像,转置,缩放等。-Open an bitmap and bitmaps to achieve a variety of geometric transformations, including translation, rotation, mirror, transpose, scaling.
TransformShow
- 该程序能对位图进行各种变换,如旋转,镜像,缩放-The program can transform a variety of bitmap, such as rotating, mirroring, scaling and so on
quick_stretch_sample
- 快速显示位图的缩放效果。在进行缩放时设置位图数据,在OnDraw中直接显示即可,从而提高效率-quick stretch
CH2
- 《Windows多媒体编程基础》第二章源代码 LoadPic 演示位图加载和缩放显示功能 PageV 演示CHtmlView类的简单使用,用户可以在应用程序中打造自己的浏览器(功能非常强大,看你怎么用) ST 演示CStatic控件的用法。证明静态不静(可以充满动感) MyButtonTest 演示普通按钮的动态创建 MyBitmapButton 演示位图按钮的动态创建 -" Windows Multimedia Programming" chapter
ZoomImgDemo
- 实现位图的缩放显示,可以按照目标区域的宽或高显示-Bitmap scaling shows that the region can meet the target of a wide or high display .....
tuxiangdesuofang
- 用VC写的这个程序可以很好的实现位图的缩放功能,大家都看看不吧-Written with the VC implementation of this program can be a good bitmap scaling functions, we have to look at bar
ImageZoomDemo
- vc——实现位图的各种缩放处理\ImageZoomDemo的程序源码,希望对大家有所帮助-vc- to achieve a variety of bitmap scaling processing \ ImageZoomDemo
KL2
- 将微波遥感的二进制数据转换成8位位图,然后对其实现增强LEE滤波以及sigma滤波算子,并可以对位图进行缩放显示-Microwave remote sensing of the binary data will be converted into 8-bit bitmap, then its realization to enhance the LEE filter and sigma filter operator, and scaled bitmap display
MYView
- 读取位图并能实现对位图的缩放显示功能,为图像处理提供了初步支持。自己编写的程序,效果很好。-To read and zoom bitmap , providing preliminary support for image processing. My own program, the effect is very good.
picture
- 先填充背景,将位图选进设备场景中,然后开始对位图进行缩放。-First fill the background bitmap selected into the device scene, and then start scaling bitmap.
bmp24_zoom
- bmp24位图片缩放程序C语言源代码,实现对24位位图的缩放功能。-bmp24 bit image scaling procedures C language source code, to achieve 24-bit bitmap scaling function.
位图编辑器
- 把位图变灰度,缩放等功能,刚开始学C++,新手练习。(The bitmap gray, zoom and other functions.)