登录
首页 » Visual C++ » BMP_pix_read_write

BMP_pix_read_write

于 2010-06-03 发布 文件大小:2241KB
0 319
下载积分: 1 下载次数: 8

代码说明:

  实现BMP文件的基本功能。用C++实现一个Class,该Class具有读写BMP文件功能;该Class还具有对图像像素进行操作的功能(针对每个像素的读、写) (BMP files to achieve the basic functions. Using C++ implementation of a Class, the Class has read and write BMP file functions the Class also features the image pixel operation function (for each pixel of the read, write))

文件列表:

bmp

...\bmp.cpp,3439,2010-03-29
...\bmp.dsp,4306,2010-03-29
...\bmp.dsw,514,2010-03-29
...\bmp.h,7925,2010-03-29
...\bmp.ncb,33792,2010-03-29
...\bmp.opt,48640,2010-03-29
...\bmp.plg,1274,2010-03-29
...\bmpinfo.txt,2517388,2010-03-29
...\changed_bmpinfo.txt,1881320,2010-03-29
...\Debug
...\.....\bmp.exe,233560,2010-03-29
...\.....\bmp.ilk,267680,2010-03-29
...\.....\bmp.obj,39526,2010-03-29
...\.....\bmp.pch,3771200,2010-03-29
...\.....\bmp.pdb,476160,2010-03-29
...\.....\vc60.idb,156672,2010-03-29
...\.....\vc60.pdb,94208,2010-03-29

周凌琛_51091201020_MM作业2_20100323.doc,168960,2010-03-29

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ImageFusion_PCA
    在GDAL库下,采用主成分变换实现多光谱影像与全色高分辨影像的融合。(Under the GDAL library, the principal component transformation is used to fuse multispectral images with panchromatic high resolution images.)
    2021-01-21 13:08:42下载
    积分:1
  • Image-zooming
    实现bmp位图的图像放大缩小,包含整个mfc的源码文件。(Achieve bmp bitmap image zoom, contains the entire mfc source files.)
    2014-02-13 10:17:26下载
    积分:1
  • 5845688suanfayanjiu
    基于扫描地形图的几何纠正算法研究。主要讲解了关于倾斜的数字图像的处理问题。(Scanned topographic maps based on the geometric correction algorithm. Mainly on the inclination to explain the deal with the issue of digital images.)
    2008-03-01 21:15:43下载
    积分:1
  • 24bit8
    基于VC++的BMP图像——24位转8位 (Turn based BMP images in VC++- 24 8)
    2013-04-14 20:47:53下载
    积分:1
  • median-filtering
    中值滤波,取出奇数个数据进行排序,用排序后的中值取代要处理的数据即可(median filtering.rar)
    2013-12-05 17:24:42下载
    积分:1
  • TextAnalysis
    图像的纹理分析应用实例,主要可用于模式识别当中(image texture analysis application, which can be used for pattern recognition)
    2007-04-21 17:13:24下载
    积分:1
  • SIFT
    提取SIFT特征,进行特征提取和匹配,包括特征点的定位,特征点描述子的生成,特征点的匹配,(extract SIFT feature,and feature matching)
    2020-12-10 10:49:21下载
    积分:1
  • PicMatch
    本程序实现了对影像特征点自动提取,利用Morevac、Forstner、Harris3个经典算子。在此基础上利用相关系数法实现影像自动匹配,并且引入最小二乘平差,使匹配点精度有所提高。 在搜索点过程中,利用了核线影像特性,对二维影像搜索使用了爬山法启发式搜索。对大数据量影像采用影像金字塔结构处理。 1、使用GDAL库读取影片,支持TIFF、PNG、JPEG、JPG、BMP、GIF、IMG格式读取。使用GDI绘图。 2、防止大数据量绘图视图闪烁,图片显示采用双缓存技术。 3、保存视图数据为图片文件,支持TIFF、PNG、JPEG、JPG、BMP、GIF格式保存。 4、TreeCtrl控件、ListCtrl控件的基本操作。 5、MFC单文档程序视图通讯、更换视图、视图分割。(This program of image features automatic extraction point, use Morevac, Forstner, Harris3 a classic operator. Based on the correlation coefficient method using the image matching, realization and introducing least squares adjustment, the matching point to improve precision. In the search process, the use of the image characteristics of nuclear line, 2d image search using the heuristic method of climbing. For large quantity of data using image processing image pyramid structure. 1, using film, read GDAL repository support JPEG, TIFF, PNG, GIF, BMP, JPG, read IMG format. Use GDI drawing. 2 and prevent large amount of data, drawing view pictures showed adopt double caching techniques. 3, save for the image file, views data support JPEG, TIFF, JPG, PNG, GIF, BMP format. 4 and TreeCtrl controls, the basic operation ListCtrl controls. 5 and MFC single document procedure view communication, replace view, view.)
    2010-05-22 00:46:30下载
    积分:1
  • CISBitmap
    从Cbitmap派生的位图类,可通过指定一种颜色把一幅位图变透明,而它的使用差不多同Cbitamp一样简单。类中包含了两个文件:CISBitmap.cpp和CISBitmap.h,使用时附加进工程,可快速实现BMP位图图像的透明处理。(Cbitmap derived from the bitmap type, you can specify a color by a bitmap becomes transparent, and it s almost as simple as using the same Cbitamp. Class contains two files: CISBitmap.cpp and CISBitmap.h, into the use of additional works can be quickly processed to achieve a transparent bitmap BMP images.)
    2014-06-05 19:19:23下载
    积分:1
  • shade1
    检测视频中的运动目标以及阴影,并消除阴影,基于opencv,将RGB颜色空间根据一定的转换关系转换到HSV空间,最后消除阴影, 可以在vc6.0和vs2008上正常运行(Shadow detection algorithm based on HSV color space)
    2012-08-20 21:22:09下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载