CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - read image mfc

搜索资源列表

  1. 用MFC构建图像显示和操作的界面

    0下载:
  2. 用MFC构建图像显示和操作的界面; 掌握图像显示的方法并实现它; 编写读入BMP图像文件的程序; 编写把图像写入BMP图像文件的程序;,Image display using MFC to build and operate the interface master image display method and to achieve it the preparation of BMP image file read procedure the preparation of th
  3. 所属分类:界面编程

    • 发布日期:2017-05-27
    • 文件大小:4333341
    • 提供者:程博
  1. Image

    0下载:
  2. 利用MFC读取数据 并且根据数据画出对应的图像-According to the MFC read data and draw the corresponding image data
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-19
    • 文件大小:5359711
    • 提供者:hzj
  1. accessMFC

    0下载:
  2. 本系统是一个小型的用户信息管理。包含用户头像、姓名、编号、年龄。采用MFC对话框和access数据库。可以给大家提供代码参考:从access中读取和存储图像。-This system is a small user information management. Contains user avatar, name, number, age. Using MFC and access database. Code reference for everyone: from access to re
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-09
    • 文件大小:5068378
    • 提供者:风清扬
  1. bmp_r_w

    0下载:
  2. 用MFC实现界面显示位图,完成了图像数据读写冰显示。-MFC to achieve interface with bitmap display, completing the image data read and write ice show.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-17
    • 文件大小:4279403
    • 提供者:choushi
  1. chap1-1

    0下载:
  2. VC中建立MFC框架,实现图像信息的读取及写入,对刚开始VC的学习有一定帮组作用。- MFC framework to establish and achieve read and write image information in VC, on the first VC of the study have some role in helping groups.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:743843
    • 提供者:陈晨
  1. Morphology

    0下载:
  2. 做出一个MFC,可读入任何图像,利用OPENCV,可作出Dilation、Erosion、Opening、Closing图像转换-Make a MFC, read into any image, use OPENCV, make Dilation, Erosion, Opening, Closing image conversion
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-13
    • 文件大小:20702208
    • 提供者:mu1292
  1. MySplitWin1

    0下载:
  2. 基于单文档的MFC。读取到四个图像文件并分四画面同时进行显示。至少应该可以作为多画面的参考。-Based on single document MFC. Read to the four image files and display four images simultaneously. At least as many pictures for reference.
  3. 所属分类:Multi Monitor

    • 发布日期:2017-05-30
    • 文件大小:12656834
    • 提供者:最初之冰
  1. PhotoProg

    2下载:
  2. MFC编的一个摄影测量后方交会和前方交会,以及相对定向绝对定向的程序,从文本读入控制点和像点坐标就可以出结果了,是本人的一次课外作业,相关方向的同学可以借鉴一下。-MFC compiled a photographic measurement of resection and intersection, and the absolute orientation of the program relative orientation, the text read from the control
  3. 所属分类:File Operate

    • 发布日期:2014-04-26
    • 文件大小:4391936
    • 提供者:孙山
  1. EXA

    0下载:
  2. 在MFC环境下实现了图像旋转缩放以及平移,可以读取任意图像-Implemented in the MFC environment, zoom and pan image rotation, any image can be read
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-30
    • 文件大小:12707064
    • 提供者:陈培
  1. PicCompressEncode

    0下载:
  2. 根据JPEG图像解码的源代码,编写MFC对话框程序,该程序能够读取jpg文件,并在对话框上显示相应的图像。-According to the source code of the JPEG image decoding, writing MFC dialog program, the program can read jpg file, and display the corresponding image in the dialog box.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-15
    • 文件大小:4038727
    • 提供者:jygb007
  1. about-digital-image

    0下载:
  2. 1、 在VC6.0环境下,生成MFC应用程序框架。 2、 在已生成的应用程序中,加BMP位图读取与显示的代码,从已有文件中读取bmp格式文件并在视图中显示。 -the read ing and displaying of digital image
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:258784
    • 提供者:馨蕊
  1. Mark---UI

    0下载:
  2. 用mfc,c++实现的一个图像处理界面,可以读取图像-Mfc c achieve an image processing interface, you can read the image
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-15
    • 文件大小:3834933
    • 提供者:hanjin
  1. tt

    0下载:
  2. VC6.0写的MFC程序,主要功能: 1.打开BMP格式灰度图像,按BMP格式一点一点读; 2.显示灰度图像的直方图,可以在直方图上选择阈值进行二值化,可以直方图均衡化; 3.可以保存处理后的图片; 4.灰度位图的几何变换:平移变换、旋转变换、缩放变换; 5.灰度位图的噪声抑制:“中值滤波”的模板大小采用3*3与5*5分别实现、“均值滤波”的模板大小为3*3,实现“算术平均(H0)”和“加权平均(H1、H3)”、实现高斯滤波(H2);
  3. 所属分类:CSharp

    • 发布日期:2017-11-15
    • 文件大小:5690121
    • 提供者:黄华楼
  1. CPictureCtrlDemo

    1下载:
  2. mfc 对话框加载图片文件显示,传入图片文件路径,或者读取文件内容到缓冲区。-MFC dialog box load image file, the incoming picture file path, or read the contents of the file into the buffer.
  3. 所属分类:Windows Develop

    • 发布日期:2016-04-28
    • 文件大小:2179072
    • 提供者:程新连
  1. ShowBMP

    0下载:
  2. 使用的是mfc平台,语言用的是c++,实现了bmp图像的读取和显示,对于刚开始学习mfc编程的同学是一个很好的实例。-Use mfc platform, language is c++, bmp image read and display a good example for students just beginning to learn MFC programming.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-21
    • 文件大小:4809058
    • 提供者:Stephen
  1. Image--Browser-Based-on-MFC

    0下载:
  2. 针对不同格式的图像编码与解码方法,设计出不同的解码模块,实现对图片进行读、写、显示及转换等功能。利用图像处理中一些常用的变换算法,实现图像的放大、缩小、旋转及百叶窗、马赛克等显示特效,并将这些功能集成。-Different formats for image coding and decoding methods, design different decoding module enables the image to read, write, display and conversion.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-14
    • 文件大小:15049205
    • 提供者:吴江
  1. DCTBMP

    0下载:
  2. 在MFC的环境下实现一个DCT变换,将LENA图读入到并显示,之后设置DCT参数,点击转换,再显示出来的就是做过DCT变换以及逆变换之后显示的lena图。运行时候需要做修改:将DCTBMPView.cpp第127行图像读入路径修改一下,再运行。-In the MFC environment to achieve a DCT, LENA figure will read into and displayed, and then set the DCT parameters, click Conve
  3. 所属分类:Menu control

    • 发布日期:2017-05-23
    • 文件大小:7270795
    • 提供者:
  1. VideoDetect

    0下载:
  2. 运动图像检测,程序包含AVI文件读取、MeanShift、重心求解等算法,用MFC编写,修改方便,可以运行-Moving image detection, program contains a AVI file read, MeanShift, barycenter algorithm, with MFC prepared, easy to modify, can run
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-14
    • 文件大小:3159795
    • 提供者:xml
  1. MyDIP

    0下载:
  2. 在MFC环境下,读入一幅BMP图像,对其进行变换,如反色、二值化、图像缩放、梯度锐化、拉普拉斯锐化、均值滤波、阈值分割等-In the MFC environment, read a BMP image, transform them, such as anti-color, binary, image scaling, sharpening gradient, Laplacian sharpening, mean filtering, thresholding, etc.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-13
    • 文件大小:2880427
    • 提供者:OnAir
  1. mfcimage

    0下载:
  2. 图像处理(只读取123波段MFC遥感图像处理)-Image processing (only read 123 band MFC remote sensing image processing)
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-22
    • 文件大小:45392896
    • 提供者:fuyu
搜珍网 www.dssz.com