搜索资源列表
QuickImage
- 这是我师兄Yu Jingtao写的一个非常完整的图像处理方面的源程序,界面类似于acdsee,可对图像进行缩放、剪切。能够处理jpg、tif、bmp等格式图像。各类处理方法是作者在学习中的累积,包括平滑、模糊、边缘锐化、傅立叶变换、腐蚀、膨胀等,有些内容与那个常用的vc图像处理程序相似,但也有很多不同的地方。-This what I saw Yu Jingtao write a very complete image processing of the source, interface Con
zoompic
- vc 图像缩放源程序,试用于bmp的缩放,已经验证过绝对没问题-vc source image scaling, in the trial of scalability bmp, has proven absolutely no problem
testimg
- 基于VC++的图像处理源代码,用于对BMP文件格式的图像的缩放处理。-VC-based image processing source code for the right of BMP image file format to deal with the scaling.
readvc
- 基于轮廓的形状特征提取 1)该程序在VC++6.0下编译通过; 2)测试图片说明:(图像路径名请在main函数中fp=fopen(\"1.bmp\",\"rb\")中设定) 64×64 24bit BMP: 图像1、2用来验证旋转图像识别;图像1、3用来验证平移图像识别;图像1、4用来验证缩放图像识别; 120×120 24bit BMP: 图像5、6用来验证平移图像识别;图像7、8用来验证旋转图像识别; 3)结果说明: MCS.dat保存了Mountain Cl
ch1_1View
- 用VC对bmp,DIB格式的图像进行变换(如打开,替代,移位,放缩等)-VC right bmp, DIB format image transformation (such as open alternatives, translocation, Zooming, etc.)
scaling_src
- A smart way of scaling bitmaps, bmp图像的缩放,算法经典,速度快.vc实现-A smart way of scaling bitmaps, bmp image scaling algorithm classic, fast. Vc achieve
ViewBitmap
- VC写的一个缩放和透明显示BMP位图的程序。
VC6下轻松实现图片缩放
- VC6下轻松实现图片缩放,支持的格式包括bmp、jpg、gif等常用图片格式,Under VC6 easily picture zoom, supported formats include bmp, jpg, gif and other commonly used image format
PictView
- 在VC++6.0环境下实现的一个图片浏览器。 可以打开BMP、PCX、JPEG及GIF图像。不论打开的是上述图像中的哪一种,用户均能以其中的任意一种格式将其保存。 可以进行全屏幕浏览,并在全屏幕浏览时提供“幻灯片播放”的功能。 在查看一幅图片时,可以选择从当前目录中删除该图片,并将其放入系统回收站中。 可以缩放和旋转图片。 在查看一幅图片时,可以直接调用Windows画图程序打开并进行编辑。 在查看一幅图片时,可以使用系统默认关联的程序打开查看或编辑。 -In VC+
123
- VC++读取JPG格式的图像,并可以对图像进行任意比例的缩放,VC中大多为处理BMP格式的图像,此程序是处理JPG格式的-VC++ to read JPG image format and can be arbitrary image scaling ratio, VC mostly deal in BMP format images, this procedure is the deal with JPG format
Myimgapp
- 该代码利用VC实现BMP图像旋转和缩放。-The code using VC to achieve BMP image rotation and scaling.
PictureDisplayActivxControl
- 用VC开发的图片显示Activex控件.PictureDisplay支持图片格式: jpg,tiff,png,bmp,jpeg,gif. 和传统的Picture控件相比,PictureDisplay支持的格式更多,使用更加灵活方便。主要有四个函数: 1.获得文件路径 CString GetFilePathName() 2.设置文件路径void SetFilePathName(LPCTSTR) 3.获得是否缩放显示BOOL GetShowMode() 4.设置显
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
bmpdemo
- VC++ 实现对bmp图像的播放,旋转,缩放,反色,灰色,哈弗曼编码等处理等-VC++ to achieve the bmp image playback, rotate, zoom, anti-color, gray, Ha Fuman coding processing
DialogbaseDemo
- 这是我师兄Yu Jingtao写的一个非常完整的图像处理方面的源程序,界面类似于acdsee,可对图像进行缩放、剪切。能够处理jpg、tif、bmp等格式图像。各类处理方法是作者在学习中的累积,包括平滑、模糊、边缘锐化、傅立叶变换、腐蚀、膨胀等,有些内容与那个常用的vc图像处理程序相似,但也有很多不同的地方-This is my brothers Yu Jingtao write a very complete image processing source code, the interfac
Image-zoom
- VC++,MFC基于DIB的BMP图像缩放-DIB-based BMP image scaling
VC 位图缩放与旋转
- 基于VC++6.0 MFC图像处理...包含图像平移、图形旋转、图像反转倒置镜像和图像缩放。(Based on VC++6.0 MFC image processing, including image translation, graphics rotation, image inversion, inverted image and image scaling.)