登录
首页 » Visual C++ » raw2bmp

raw2bmp

于 2011-11-08 发布 文件大小:1937KB
0 300
下载积分: 1 下载次数: 110

代码说明:

  读取RAW格式文件,将其转换为BMP格式文件并存储,主要实现灰度图像的转换(Read the RAW format, convert it to BMP format file and stored, mainly to achieve the conversion of grayscale images)

文件列表:

raw2bmp
.......\ChildFrm.cpp,1534,2011-11-01
.......\ChildFrm.h,1397,2011-11-01
.......\Debug
.......\.....\ChildFrm.obj,16475,2011-11-01
.......\.....\MainFrm.obj,19239,2011-11-01
.......\.....\raw2bmp.exe,118854,2011-11-04
.......\.....\raw2bmp.ilk,405160,2011-11-04
.......\.....\raw2bmp.obj,23755,2011-11-02
.......\.....\raw2bmp.pch,5498152,2011-11-01
.......\.....\raw2bmp.pdb,525312,2011-11-04
.......\.....\raw2bmp.res,8768,2011-11-02
.......\.....\raw2bmpDoc.obj,15000,2011-11-01
.......\.....\raw2bmpView.obj,24133,2011-11-03
.......\.....\StdAfx.obj,105863,2011-11-01
.......\.....\vc60.idb,222208,2011-11-07
.......\.....\vc60.pdb,364544,2011-11-07
.......\MainFrm.cpp,2524,2011-11-01
.......\MainFrm.h,1542,2011-11-01
.......\raw2bmp.aps,46612,2011-11-02
.......\raw2bmp.clw,3980,2011-11-07
.......\raw2bmp.cpp,4408,2011-11-01
.......\raw2bmp.dsp,4835,2011-11-02
.......\raw2bmp.dsw,537,2011-11-01
.......\raw2bmp.h,1367,2011-11-01
.......\raw2bmp.ncb,74752,2011-11-07
.......\raw2bmp.opt,49664,2011-11-07
.......\raw2bmp.plg,1335,2011-11-07
.......\raw2bmp.rc,15108,2011-11-02
.......\raw2bmpDoc.cpp,1762,2011-11-01
.......\raw2bmpDoc.h,1486,2011-11-01
.......\raw2bmpView.cpp,3019,2011-11-02
.......\raw2bmpView.h,1871,2011-11-02
.......\RawToBmpDlg.cpp,7699,2011-11-07
.......\RawToBmpDlg.h,1353,2011-11-03
.......\ReadMe.txt,4793,2011-11-01
.......\res

.......\...\raw2bmp.rc2,399,2011-11-01


.......\resource.h,1192,2011-11-02
.......\StdAfx.cpp,209,2011-11-01
.......\StdAfx.h,1054,2011-11-01

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

发表评论

0 个回复

  • LMD
    自己编写的数字图像处理程序,包括打开bmp图像,直方图,阈值分割,形态学处理等功能。(digital image processing procedures, including open bmp image, histogram, threshold segmentation, morphological processing and other functions.)
    2013-11-14 22:17:45下载
    积分:1
  • efotoSource
    摄影测量的一个开源代码,内部含有后方交会、前方交会、相对定向、立体量测、像点匹配等功能源代码。(An Photogrametry open source project, including intersection, relative oriention, stereo measure, image matching source code.)
    2016-10-04 18:16:47下载
    积分:1
  • ImgHazeRemoval_Test
    图像去雾 暗原色 导向滤波 最好的去雾算法 何恺明的matlab代码的opencv的实现(haze removal guided image filtering the best algorithm to fog )
    2012-05-10 16:39:04下载
    积分:1
  • Visual-C-MATLAB-image-processing
    本书系统地介绍了图像处理与识别的基本原理、典型方法和实用技术。全书共分12章,第1章~第6章是图像处理与识别的基础内容,包括图像科学综述、MATLAB语言图像编程、图像增强、图像分割、图像特征提取和图像识别;第7章~第10章是图像处理与识别的工程实例,涵盖了医学图像处理、文字识别和自导引小车路径识别等应用实例,并结合理论算法,提供了大量MATLAB代码程序,以帮助读者掌握如何使用MATLAB语言快速进行算法的仿真、调试和估计等方法。第11章~第12章,是两个综合性较强的实例,分别是Visual C++实现的基于神经网络的文字识别系统和车牌定位系统。 本书附带的光盘给出了各个章节列举的实例的源代码,同时赠送了28个常用数字图像处理算法的Visual C++代码实现。 本书讲解深入浅出,实例程序丰富,注重理论与实践相结合。本书可作为计算机应用、自动化、图像处理与模式识别、机电一体化专业的高年级本科生或研究生的参考书,也可供从事图像处理与识别的研究人员和工程技术人员阅读参考。(This book introduces the basic principles of image processing and recognition of the typical methods and practical skills . The book is divided into 12 chapters , Chapter 1- Chapter 6 is the basis of the content of image processing and recognition , including images scientific overview , MATLAB programming language images, image enhancement, image segmentation, image feature extraction and image recognition Chapter 7- Section Chapter 10 is a project example image processing and recognition , covering the medical image processing, character recognition and self- guided trolley path recognition example , the combination of theory and algorithms, for a lot of MATLAB code procedures to help readers learn how to use MATLAB language fast simulation , debugging and estimation methods algorithm. Chapter 11- Chapter 12 , are two examples of highly integrated , namely Visual C++ implementation based on neural network character recognition system and a license plate positioning system. The book)
    2014-03-26 11:09:37下载
    积分:1
  • demo
    北航图像处理demo,目前集成了从色彩转换、彩色图像处理、灰度图像处理、二值图像处理、阈值分割、边缘检测、数学形态学方法、等多个组件(Northern image processing demo, now integrated from the color conversion, color image processing, gray-scale image processing, binary image processing, thresholding, edge detection, mathematical morphology, and many other components)
    2014-05-21 19:46:11下载
    积分:1
  • strongpicture
    说明:  模式识别与图像处理,图像的边缘处理,增强(Pattern recognition and image processing, image edge processing, to enhance)
    2008-11-23 15:33:39下载
    积分:1
  • ImageHistogramEqualization
    说明:   vc代码,用于图像直方图均衡(以原始girl图像为测试图像) (vc code, for image histogram equalization (in the original girl image for the test images))
    2010-03-28 09:42:18下载
    积分:1
  • SparseMatrixOfExamples
    稀疏矩阵的实例,讲述如何用稀疏矩阵进行实际的编程。本例是以超市购物为实际背景。(Examples of sparse matrix)
    2010-07-29 09:57:15下载
    积分:1
  • Digital-image-processing
    (2001何斌+光盘)Visual c++数字图像处理(第二版),使用VC进行数字图像处理的相关资料,十分实用!((2001 Bin+ disc the) Visual c++ digital image processing (second edition), digital image processing using VC, very practical!)
    2012-11-20 20:24:04下载
    积分:1
  • water-pot
    基于小波变换的使用SPIHT算法进行图像压缩,并对原有的算法进行优化(Based on wavelet transform using the SPIHT algorithm for image compression, and the original algorithm to optimize)
    2012-06-12 08:07:39下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载