搜索资源列表
PicMatch
- 本程序实现了对影像特征点自动提取,利用Morevac、Forstner、Harris3个经典算子。在此基础上利用相关系数法实现影像自动匹配,并且引入最小二乘平差,使匹配点精度有所提高。 在搜索点过程中,利用了核线影像特性,对二维影像搜索使用了爬山法启发式搜索。对大数据量影像采用影像金字塔结构处理。 1、使用GDAL库读取影片,支持TIFF、PNG、JPEG、JPG、BMP、GIF、IMG格式读取。使用GDI绘图。 2、防止大数据量绘图视图闪烁,图片显示采用双缓存技术。
bmpScreen
- VC6.0 MFC下截取窗口特定部分并保存为bmp格式的类-This code is used for cuting the screen to save the bmp picture
BitPictrue
- VC画饼状图,填入各种类不同的比例(比例之和为1),做出相应的饼状图,并以bmp格式图片保存。-VC paintings pie chart, fill in the proportion of various kinds (and the proportion of 1), corresponding to the pie chart, and save the picture in bmp format.
cximage600_vs2010
- CxImage是一个可以用于MFC 的C++类,可以打开,保存,显示,转换各种格式的图像文件,比如BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K 等格式的文件。可以实现BMP<->JPG,PNG <>TIFF格式等等的转换。CxImage类库对于进行图像处理的研发人员,尤其对于初学者是一个很好的类库,其中附带的demo可以起到很好的引导作用。网上可以搜索到的为vc6.0版本,直接升级到v
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
cximage600_demo
- CxImage是一个可以用于MFC 的C++图像处理类库类,它可以打开,保存,显示,转换各种常见格式的图像文件,比如BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K 等格式的文件。可以实现BMP<->JPG,PNG <>TIFF格式等等的互相转换。-CxImage is a C++ class to load, save, display, transform BMP, JPEG, GI
two
- 读取两幅BMP位图并保存,简单的读取操作,不是基于MFC的-Read 2 BMP bitmap and save, simple read, and not based on MFC' s
MFC-bmp-picture
- 用MFC打开BMP图像后画个矩形然后保存-open a bmp picture and draw a rectangle then save it by using MFC
12
- 基于MFC编写的一段程序,主要是对于图像(BMP格式)的读取,保存。加上简单的操作,对初学图像处理的人有些帮助-Based on a program written in MFC, mainly for the image (BMP format) to read, save. Coupled with simple operation, image processing for beginners who some help
bysj_1
- VC++ MFC 基于多文档模式下打开并保存BMP图片-VC++ MFC multi-document model based on open and save BMP images
1
- 用于bmp位图的vc平台下的显示,主要利用了dib类,由于mfc中不支持这个类,自己编写了这个类用于图片的打开和保存-Vc for bmp bitmap display platform, the main advantage of the dib class does not support the mfc class, write your own pictures of this class is used to open and save
CxImage
- VC++ 图像处理类库CxImage源代码,CxImage是一个可以用于MFC 的C++类,可以打开,保存,显示,转换各种格式的图像文件,比如BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K 等格式的文件。可以实现BMP<->JPG,PNG <>TIFF格式等等的转换。 -VC++ image processing library CxImage source code, CxImag
VC-save-BMP
- vc mfc中保存bmp位图完整的源代码的几种方法-vc mfc bmp
My_Res
- MFC 实现bmp文件的打开,镜像,负片处理。-It is a function of MFC ,which can achieve the function of opening BMP file,save bMP file,the mirror of an imagine ,the nagetive of a imagine .
qingfeng2
- 使用MFC开发,对桌面的图片进行截图,并且保存为BMP图,-Using MFC development, screenshots, desktop picture and save as BMP map
PrintScreen
- mfc写的截屏工具,可以保存到粘贴板或者保存为bmp文件-mfc write screenshot tool, you can save to the clipboard or saved as a bmp file
image-geometric-computing
- MFC图像几何运算。包括打开BMP图像,图像的旋转,镜像等效果,保存BMP图像。-MFC image geometric computing. Including open BMP images, image rotation, mirroring effect, save BMP images.
RLE
- RLE压缩算法,对.bmp格式文件进行操作。使用MFC编制界面,可读入位图,压缩后保存位图并显示。-RLE compression algorithm, bmp format file operation. Use the MFC preparation interface, readable into the bitmap compressed to save a bitmap display.
MFC
- (1)在工具栏中点击“打开”功能出现文件打开窗口,用户选择一幅bmp图片后在指定区域靠左显示该图片,若图片尺寸小于指定区域则按原始大小显示;若大于则按合适比例显示。 (2)在工具栏中依次实现附件2中的各项图像处理功能,每一个功能都是在上一次的操作基础上进行,工具栏中须具备“返回上一次操作”的功能,并且能够随时还原原图(请注意:有些图像处理功能对图片格式有要求,如灰度直方图均衡必须要求是灰度图,因此请考虑各功能之间的关系,添加必要的防御代码)。 (3)在工具栏中点击“保存”功能出现文件保存
Bitmap
- 基于MFC的BMP文件的打开显示和保存。功能简单,但是程序可以学到很多位图的知识!-Open display and save of BMP file based on MFC. Function is simple, but the program can learn a lot of bitmap knowledge!