Welcome![Sign In][Sign Up]
Location:
Search - mfc save image

Search list

[Multimedia programusing_gdi_

Description: CGdiplusFileOpenDialog和CGdiplusFileSaveAsDialog类提供了一个在GDI+的MFC应用程序轻松实现文件打开和保存对话框的方法。 主要特点是: 1、它们可以动态地装入关于支持图像的解码器/编码器和构建文件过滤清单。 2、它们可以获得当前图像编码器标识码(CLSID)以供需要将其作为一个参数的GDI+函数使用。 3、它们可以检查和验证文件名和扩展名。-CGdiplusFileOpenDialog and CGdiplusFileS aveAsDialog category provided a GDI in the MFC applications easier to achieve open and save documents dialog box method. Main features are : 1, which can dynamically loaded on the support image decoder / encoder filter paper and building inventories. 2. They can present image coding device identifier (CLSID) to supply and demand to change its parameters as a letter to the GDI a few use. 3, and they can check to verify file name and extension.
Platform: | Size: 719210 | Author: lilanxia | Hits:

[Multimedia programusing_gdi_

Description: CGdiplusFileOpenDialog和CGdiplusFileSaveAsDialog类提供了一个在GDI+的MFC应用程序轻松实现文件打开和保存对话框的方法。 主要特点是: 1、它们可以动态地装入关于支持图像的解码器/编码器和构建文件过滤清单。 2、它们可以获得当前图像编码器标识码(CLSID)以供需要将其作为一个参数的GDI+函数使用。 3、它们可以检查和验证文件名和扩展名。-CGdiplusFileOpenDialog and CGdiplusFileS aveAsDialog category provided a GDI in the MFC applications easier to achieve open and save documents dialog box method. Main features are : 1, which can dynamically loaded on the support image decoder/encoder filter paper and building inventories. 2. They can present image coding device identifier (CLSID) to supply and demand to change its parameters as a letter to the GDI a few use. 3, and they can check to verify file name and extension.
Platform: | Size: 718848 | Author: lilanxia | Hits:

[Graph programsaveAVItojpg

Description: 打开AVI文件,保存其中的帧为jpg序列图像。VC+OPENCV实现。-Open the AVI file, save them as jpg image sequence frame. VC+ OPENCV realize.
Platform: | Size: 145408 | Author: 鹿角菜 | Hits:

[Special EffectsimageTechFunction

Description: vc图像处理技巧函数,总结出一个COperateBitmap类,可以实现方便的对图象的读取、保存、剪贴板操作、DIB和DDB的转换,下面列出头文件,工程文件我把它写成了一个MFC扩展DLL。-vc image processing techniques function, summed up a COperateBitmap categories, can be achieved easily on the image to read, save, clipboard operations, DIB and DDB conversion, following is a list of header files, project file I see it written in a MFC extension of DLL.
Platform: | Size: 2048 | Author: 李昀 | Hits:

[Special EffectsRWJpegExp

Description: 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 system. The decoding program can decode the compression data and reconstruct the origin image.
Platform: | Size: 275456 | Author: 王志伟 | Hits:

[Special EffectsOpencvUIDlg

Description: 基于opencv摄像头视频提取,可以保存,截取图像,以上工作均可在对话框中实现-useing vidoe,including grab a frame image,also can save video and image。you can finish these in a MFC dialogbased on opencv
Platform: | Size: 3510272 | Author: xuyin | Hits:

[VC/MFCtuxiangsuofang

Description: MFC开发,实现图像的缩放功能,并能保存图像-MFC develop, implement image zoom feature, and can save the image
Platform: | Size: 4043776 | Author: 陈卫征 | Hits:

[Graph programcross

Description: 一个最简单的mfc图像处理软件,打开,保存,直方图,部分另存,求面积等-One of the most simple mfc image processing software, open, save, Histogram, some saved, seeking an area of such
Platform: | Size: 4352000 | Author: 阿超 | Hits:

[Crack HackJulia

Description: 用MFC编写的基于Julia集加密解密的算法,本程序能成功的绘制出2次,m次以及广义的Julia集,并且是在复数空间中,同时能实现无限制的放大,还可以选取任意大小空间截屏保存。接着利用Julia集对图像进行加密解密,并计算出他们的信噪比。全部功能都已实现,是本人的毕业设计。-Written with the MFC-based encryption and decryption algorithm for Julia sets, the program can successfully draw the two times, m times, as well as a broad Julia set, and is in a complex space, at the same time to achieve unlimited zoom, you can also select any size Save room for screen shots. Then the use of Julia sets of the image encryption and decryption, and calculate their signal to noise ratio. All of the features have been achieved, is my graduation project.
Platform: | Size: 4660224 | Author: bends | Hits:

[GDI-BitmapMFC_OPENCV

Description: 在MFC中应用OpenCv。可以打开保存图片的基本程序框架。(想正确运行,请确保已装OpenCv并且已经和VC6正确连接)-In the MFC Application OpenCv. You can save the image to open a basic procedural framework. (Think correctly, make sure that has been installed and has OpenCv and VC6 properly connected)
Platform: | Size: 1975296 | Author: patrick | Hits:

[Special EffectsPicMatch

Description: 本程序实现了对影像特征点自动提取,利用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.
Platform: | Size: 3047424 | Author: 方毅 | Hits:

[Special EffectsBmpOpenAndSave

Description: VC++,MFC下位图的打开和保存,相信做图像的新手们都曾为这发愁过。本代码详细描述位图打开和保存的机制,为您免除后顾之忧。-VC++, MFC under the open and save the bitmap, I believe the image of the novices have to do is worry about this too. Detailed description of the code to open and save bitmap mechanism for you from worries.
Platform: | Size: 3330048 | Author: erlai | Hits:

[OpenCVImage_MFC

Description: OpenCV采集USB摄像头视频,随时保存一帧图像-OpenCV USB camera video capture, save an image at any time
Platform: | Size: 13167616 | Author: | Hits:

[Special Effectsimage-geometric-computing

Description: MFC图像几何运算。包括打开BMP图像,图像的旋转,镜像等效果,保存BMP图像。-MFC image geometric computing. Including open BMP images, image rotation, mirroring effect, save BMP images.
Platform: | Size: 2448384 | Author: 张某某 | Hits:

[Special Effectsopen-save-Video-MFC

Description: 视频监控的基础功能就是打开摄像头,并将显示的图像存储为视频。-The basic function of video surveillance is to turn on the camera, and image storage for video.
Platform: | Size: 49449984 | Author: cz | Hits:

[Multimedia DevelopSeam_Carving

Description: This code implements Seam Carving (also known as image retargeting, content-aware image resizing, content-aware scaling, liquid resizing, or liquid rescaling) There are MFC executable and its needed dll files in "Demo" directory open: open a image file to resize save: save image after resizing close: close iamge protect: you can choose a area to make it preserved remove: you can choose a area to make it removed "SeamCarving.rar" includes source codes -This code implements Seam Carving (also known as image retargeting, content-aware image resizing, content-aware scaling, liquid resizing, or liquid rescaling) There are MFC executable and its needed dll files in "Demo" directory open: open a image file to resize save: save image after resizing close: close iamge protect: you can choose a area to make it preserved remove: you can choose a area to make it removed "SeamCarving.rar" includes source codes
Platform: | Size: 28816384 | Author: 白博元 | Hits:

[OpenCVMFC_OpenCV-image-processing-platform

Description: 1、了解OpenCV在MFC框架中的使用,建立基于VC + OpenCV的图像处理平台; 2、在此基础上实现简单的图像处理操作,包括图像的打开、显示、放大、缩小、保存。-1 for use OpenCV in the MFC framework, the establishment of a platform based on image processing VC+ OpenCV s 2, simple image processing operations on this basis, including image open, display, zoom, save.
Platform: | Size: 11149312 | Author: 李晓玲 | Hits:

[Special Effectsmfcv

Description: 使用opencv2.3.1在MFC中打开图片、另存图片、进行简单的图像处理,并集成了opencv的相机标定算法-Use opencv2.3.1 to open the picture, in the MFC save picture, image processing, and integrated the opencv camera calibration algorithm
Platform: | Size: 14373888 | Author: 李超林 | Hits:

[CSharpMFC

Description: (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
Platform: | Size: 4625408 | Author: HBX | Hits:

[Graph programcamera

Description: 打开系统摄像头,并且可以捕捉当前屏幕画面,然后保存(Open the system camera and capture the current screen image and save it)
Platform: | Size: 27648 | Author: 包鑫磊 | Hits:
« 12 3 »

CodeBus www.codebus.net