文件名称:MFC
-
所属分类:
- 标签属性:
- 上传时间:2015-10-23
-
文件大小:4.41mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
(1)在工具栏中点击“打开”功能出现文件打开窗口,用户选择一幅bmp图片后在指定区域靠左显示该图片,若图片尺寸小于指定区域则按原始大小显示;若大于则按合适比例显示。
(2)在工具栏中依次实现附件2中的各项图像处理功能,每一个功能都是在上一次的操作基础上进行,工具栏中须具备“返回上一次操作”的功能,并且能够随时还原原图(请注意:有些图像处理功能对图片格式有要求,如灰度直方图均衡必须要求是灰度图,因此请考虑各功能之间的关系,添加必要的防御代码)。
(3)在工具栏中点击“保存”功能出现文件保存窗口,用户可以选择保存路径来保存当前图片处理结果。
(4)点击“关闭”功能,关闭当前图片,若操作结果尚未保存则必须弹出对话框提示用户进行保存。-(1) in the tool bar, click on Open function has the file open window, the user selects a bmp picture to the left to display the image in the designated area, if the image size is smaller than the specified area press the original size if more than press fit scale.
(2) in the toolbar and then click the implementation of Annex 2 image processing functions, each function is carried out in the last operation, based on the tool bar must have to return to the previous operation function, and can at any time restore original (Note: Some image processing functions for image format is required, such as histogram equalization must ask is grayscale, so please consider the relationship between functions, add the necessary defense code).
(3) in the tool bar, click on the Save function appears to save the file window, the user can choose to save the path to save the current image processing results.
(4) Click Close function closes the current image, if the operation results are not yet s
(2)在工具栏中依次实现附件2中的各项图像处理功能,每一个功能都是在上一次的操作基础上进行,工具栏中须具备“返回上一次操作”的功能,并且能够随时还原原图(请注意:有些图像处理功能对图片格式有要求,如灰度直方图均衡必须要求是灰度图,因此请考虑各功能之间的关系,添加必要的防御代码)。
(3)在工具栏中点击“保存”功能出现文件保存窗口,用户可以选择保存路径来保存当前图片处理结果。
(4)点击“关闭”功能,关闭当前图片,若操作结果尚未保存则必须弹出对话框提示用户进行保存。-(1) in the tool bar, click on Open function has the file open window, the user selects a bmp picture to the left to display the image in the designated area, if the image size is smaller than the specified area press the original size if more than press fit scale.
(2) in the toolbar and then click the implementation of Annex 2 image processing functions, each function is carried out in the last operation, based on the tool bar must have to return to the previous operation function, and can at any time restore original (Note: Some image processing functions for image format is required, such as histogram equalization must ask is grayscale, so please consider the relationship between functions, add the necessary defense code).
(3) in the tool bar, click on the Save function appears to save the file window, the user can choose to save the path to save the current image processing results.
(4) Click Close function closes the current image, if the operation results are not yet s
(系统自动生成,下载前可以参看下载内容)
下载文件列表
数字图像处理MFC/
数字图像处理MFC/Debug/
数字图像处理MFC/Debug/dibapi.obj
数字图像处理MFC/Debug/dibapi.sbr
数字图像处理MFC/Debug/MainFrm.obj
数字图像处理MFC/Debug/MainFrm.sbr
数字图像处理MFC/Debug/mydib.obj
数字图像处理MFC/Debug/mydib.sbr
数字图像处理MFC/Debug/MyDIP.bsc
数字图像处理MFC/Debug/MyDIP.exe
数字图像处理MFC/Debug/MyDIP.ilk
数字图像处理MFC/Debug/MyDIP.obj
数字图像处理MFC/Debug/MyDIP.pch
数字图像处理MFC/Debug/MyDIP.pdb
数字图像处理MFC/Debug/MyDIP.res
数字图像处理MFC/Debug/MyDIP.sbr
数字图像处理MFC/Debug/MyDIPDoc.obj
数字图像处理MFC/Debug/MyDIPDoc.sbr
数字图像处理MFC/Debug/MyDIPView.obj
数字图像处理MFC/Debug/MyDIPView.sbr
数字图像处理MFC/Debug/StdAfx.obj
数字图像处理MFC/Debug/StdAfx.sbr
数字图像处理MFC/Debug/vc60.idb
数字图像处理MFC/Debug/vc60.pdb
数字图像处理MFC/dibapi.cpp
数字图像处理MFC/dibapi.h
数字图像处理MFC/MainFrm.cpp
数字图像处理MFC/MainFrm.h
数字图像处理MFC/mydib.cpp
数字图像处理MFC/mydib.h
数字图像处理MFC/MyDIP.aps
数字图像处理MFC/MyDIP.clw
数字图像处理MFC/MyDIP.cpp
数字图像处理MFC/MyDIP.dsp
数字图像处理MFC/MyDIP.dsw
数字图像处理MFC/MyDIP.h
数字图像处理MFC/MyDIP.ncb
数字图像处理MFC/MyDIP.opt
数字图像处理MFC/MyDIP.plg
数字图像处理MFC/MyDIP.rc
数字图像处理MFC/MyDIPDoc.cpp
数字图像处理MFC/MyDIPDoc.h
数字图像处理MFC/MyDIPView.cpp
数字图像处理MFC/MyDIPView.h
数字图像处理MFC/ReadMe.txt
数字图像处理MFC/Release/
数字图像处理MFC/Release/MyDIP.exe
数字图像处理MFC/res/
数字图像处理MFC/resource.h
数字图像处理MFC/res/MyDIP.ico
数字图像处理MFC/res/MyDIP.rc2
数字图像处理MFC/res/MyDIPDoc.ico
数字图像处理MFC/res/Toolbar.bmp
数字图像处理MFC/StdAfx.cpp
数字图像处理MFC/StdAfx.h
数字图像处理MFC/Debug/
数字图像处理MFC/Debug/dibapi.obj
数字图像处理MFC/Debug/dibapi.sbr
数字图像处理MFC/Debug/MainFrm.obj
数字图像处理MFC/Debug/MainFrm.sbr
数字图像处理MFC/Debug/mydib.obj
数字图像处理MFC/Debug/mydib.sbr
数字图像处理MFC/Debug/MyDIP.bsc
数字图像处理MFC/Debug/MyDIP.exe
数字图像处理MFC/Debug/MyDIP.ilk
数字图像处理MFC/Debug/MyDIP.obj
数字图像处理MFC/Debug/MyDIP.pch
数字图像处理MFC/Debug/MyDIP.pdb
数字图像处理MFC/Debug/MyDIP.res
数字图像处理MFC/Debug/MyDIP.sbr
数字图像处理MFC/Debug/MyDIPDoc.obj
数字图像处理MFC/Debug/MyDIPDoc.sbr
数字图像处理MFC/Debug/MyDIPView.obj
数字图像处理MFC/Debug/MyDIPView.sbr
数字图像处理MFC/Debug/StdAfx.obj
数字图像处理MFC/Debug/StdAfx.sbr
数字图像处理MFC/Debug/vc60.idb
数字图像处理MFC/Debug/vc60.pdb
数字图像处理MFC/dibapi.cpp
数字图像处理MFC/dibapi.h
数字图像处理MFC/MainFrm.cpp
数字图像处理MFC/MainFrm.h
数字图像处理MFC/mydib.cpp
数字图像处理MFC/mydib.h
数字图像处理MFC/MyDIP.aps
数字图像处理MFC/MyDIP.clw
数字图像处理MFC/MyDIP.cpp
数字图像处理MFC/MyDIP.dsp
数字图像处理MFC/MyDIP.dsw
数字图像处理MFC/MyDIP.h
数字图像处理MFC/MyDIP.ncb
数字图像处理MFC/MyDIP.opt
数字图像处理MFC/MyDIP.plg
数字图像处理MFC/MyDIP.rc
数字图像处理MFC/MyDIPDoc.cpp
数字图像处理MFC/MyDIPDoc.h
数字图像处理MFC/MyDIPView.cpp
数字图像处理MFC/MyDIPView.h
数字图像处理MFC/ReadMe.txt
数字图像处理MFC/Release/
数字图像处理MFC/Release/MyDIP.exe
数字图像处理MFC/res/
数字图像处理MFC/resource.h
数字图像处理MFC/res/MyDIP.ico
数字图像处理MFC/res/MyDIP.rc2
数字图像处理MFC/res/MyDIPDoc.ico
数字图像处理MFC/res/Toolbar.bmp
数字图像处理MFC/StdAfx.cpp
数字图像处理MFC/StdAfx.h
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.