搜索资源列表
CXIMAGE_SRC.ZIP
- Windows下图象处理。可读取/保存常见的多种图象格式,如bmp,jpg,jpeg,png,pcx,tif,tga,gif,wmf,emf,wbmp,可做常规的图象处理,如缩放,裁减,翻转,镜像,旋转,柔化,锐化,亮度,对比度,模糊,伪彩,浮雕,边缘检测,中值滤波,不同图片的颜色通道分离,合并,gamma,fft变换处理等,有多文档窗口的demo程序,demo本身就能算是个功能完善的图象处理工具,能够学到很多图象处理知识。-Windows image processing. Reads / p
tony rotate bmp
- 自己在学位图操作时,所作的一个训练题目-degree plan in operation, the subject of a training
Rotate
- 实现对BMP图像的腐蚀,膨胀,以及相关的处理,有助于提高图像的质量!
ibqsImage24_FreeEdition
- 图像处理组件--ibqsImage,使用简单,功能强大,图像处理效果极佳。 组件支持多种图片格式,包括bmp,jpg,gif,wmf,emf,ico,png,pcx,tif,tga,pcx,dcx等。 组件提供两种输出接口,包括保存,直接显示(您再也不用定时清理那些临时的垃圾图片)。 组件提供灵活多样的自由绘图和设计方式,图像处理、缩放、翻转、旋转、剪切等更加轻松快捷。 组件提供灵活的水印安全贴图,满足各种图像安全防伪和商标版权签证方面的需求。 组件采用多种图片输出格式(包括
bmp旋转 90度
- bmp旋转 90度
SuperDisplay
- 显示和处理超大BMP图象,英文界面,图象处理有缩放,旋转,图象反转.-BMP image display and processing of large, English interface, image processing with zoom, rotate, image reversal.
PictView
- 在VC++6.0环境下实现的一个图片浏览器。 可以打开BMP、PCX、JPEG及GIF图像。不论打开的是上述图像中的哪一种,用户均能以其中的任意一种格式将其保存。 可以进行全屏幕浏览,并在全屏幕浏览时提供“幻灯片播放”的功能。 在查看一幅图片时,可以选择从当前目录中删除该图片,并将其放入系统回收站中。 可以缩放和旋转图片。 在查看一幅图片时,可以直接调用Windows画图程序打开并进行编辑。 在查看一幅图片时,可以使用系统默认关联的程序打开查看或编辑。 -In VC+
MyBmp
- 程序实现对BMP格式图像的处理,图像处理功能包括上一幅、下一幅、负片、线性变换、直方图、直方图增强、缩放、旋转、膨胀、腐蚀、二值化、彩色转黑白、黑白转真彩色、亮度调整、图像相加、图像相减、中值滤波、均值滤波、产生噪声、锐化与边缘检测等等,基本实现了对BMP格式图像的所有处理。-Program to achieve the BMP format image processing, image processing functions, including the one, the next one
image
- 类似于windows自带的图片查看器,可以对bmp图片进行读取、旋转、放大、缩小、取反、保存等操作-Similar to the windows built-in picture viewer, can read bmp images, rotate, enlarge, reduce, take anti-keeping and other operations
BMPTURN
- BMP图片翻转,支持非4倍数长宽的BMP翻转-BMP rotate 90 180 270 angle support no multiple for 4 length and weight
barcode
- PDF417条码定位与检测,视频课程作业,很好的定位了条码而且将其旋转到正方向-PDF417 bar code location and detection, video course work, a good positioning of the bar code and will rotate to the positive direction of its
TreeView
- 基于对话框的位图变换,包括二值化,旋转,bmp转jpg,24位转8位-based on dialog of MFC,binarize and rotate and bmp to jpg and bitcount 24 to 8
bmp
- 实现bmp文件的旋转90度,需要运用命令提示符-my code can rotate bmp file by 90.
bmp
- 图像任意角度旋转,旋转后图片有失真现象-Image Rotate
Bmp-Revolving
- 在图像处理中,有时需要对图像进行旋转变换,但是图像在小角度多次旋转变 换后,会产生失真.改进的算法是在图像旋转过程中先将图像旋转回原始的位置,再旋 转到目标位置.利用该算法对图像进行多次旋转变换实验,实验结果表明,与以步进方 式的旋转算法相比,改进算法在旋转的同时较好地保持了图像的细节信息,减小图像的 失真.-In image processing it is sometimes necessary to rotate the image transformation, but
bmp
- bmp文件的操作,旋转,转化为灰度图像,显示灰度图像,图像平滑,sobel化等-bmp file operation, rotate, grayscale image display grayscale images, image smoothing, sobel
vc-for-bmp-xuanzhuan
- 毕业设计,VC 实现图像的旋转,选择图像将图像任意旋转-The graduation design VC image rotation, select the image to rotate the image any
rotate-bmp
- 旋转图像的c 代码,正对bmp格式, 无插值,- rotate the image c code, is on the bmp format
rotate_bmp
- 旋转24位真彩色位图.未用windows.h头文件。-rotate bmp
bmp-rotation
- 一个简单的c++程序,可以将一张bmp图像的旋转90度。-a simple c++ program which can rotate a bmp image.