搜索资源列表
GDIDemo
- 用GDI来打开图片,并且可以放大,缩小,旋转等基本功能。-using GDI to open the pictures, and can zoom in and out, rotate and other basic functions.
一个可以打开多种格式图片的插件
- 一个可以打开多种格式图片的插件,如:jpg,mepg-can open up a variety of plug-in format pictures, such as : jpg, mepg
CoordDemo
- CoordDemo是为了验证3点定位算法的一个演示程序,该应用程序基本完成了如下功能:打开图片;图片的漫游;输入3点POI坐标,确定整个图片上各个点的逻辑坐标;根据输入的逻辑坐标,在图片上显示所在位置;新建一个POI,修改POI,删除POI等等功能。-CoordDemo to verify 3:00 positioning algorithm of a demo program, the application process completed the following functions
能打开tif图片的小程序
- 一个能打开tif图片的小程序,可以自动打开下一个文件,Tif image to open a small program that automatically opens a file under
C、C++读取图片
- C/C++语言实现打开各种图像文件(BMP, GIF, JPG,
GraphShower
- 本实例是一个类似ACDSee的图像浏览工具——GraphShower。GraphShower主要实现如下功能: ⑴ 类似ACDSee的图片浏览功能。用户只需要打开一个图片,就能利用菜单栏、工具栏或者快捷键快捷的浏览该图像所在目录的所有图像。使用方法与ACDSee类似。 ⑵ 图像的缩放显示功能。图像可以支持以下四种显示模式: ① 原始大小:以原始大小显示图像。如果图像大小比视图小,则显示在正中;如果图像比视图大,则显示部分图像。用户可以利用鼠标拖动图像以显示其它部分。 ② 适合宽
VCMFCPictureimages
- 功能需求 : 1、可以打开BMP、PCX、TGA、JPEG及GIF图像。 2、打开的图像,用户均能另存为任意一种格式,以实现图像格式的转换。 3、实现图片的放大、缩小,还原。 4、可以对图像进行90度、180度旋转。 5、可以直接调用Windows画图程序打开图片并进行编辑。 6、软件提供“上一张”、“下一张”功能。 7、可以进行全屏幕浏览,并提供“幻灯片播放”的功能,自动显示当前文件夹下的所有图像。 8、在查看图片时,可以选择从当前目录删除该图片,并将其放入系统
OpenVcLoadImage
- OpenVc读图,保存。 用VC普通方法打开图片的对比,灰度处理。-OpenVc read view, save. VC common method used to open the image contrast, gray scale processing.
IMAGEPROCESS
- 本程序是一个处理灰度BMP图片的完整框架,包括打开图片,显示图片,保存图片等主要功能,使用者可任意添加对图像的处理功能。-This procedure is a deal with gray-scale picture of the integrity of BMP frameworks, including open the pictures, show the picture, save picture and other major features, users can add any
autopicture
- 设计了一款关于打开图片的浏览器,每次打开图片,浏览器的对话框会随之改变-Designed a picture on the browser to open each picture to open, the browser will change the dialog box
bysj_1
- VC++ MFC 基于多文档模式下打开并保存BMP图片-VC++ MFC multi-document model based on open and save BMP images
xman
- vc动态的打开图片并测试图片上点的像素和坐标 -vc dynamic open image and test image pixels and the coordinates of points on the
mymfc
- 采用VC++编写的用来打开图片、视频(包括来自摄像头)的对话框-Written using VC++ is used to open images, videos (including from the camera) dialog box
Testloadpic
- evc下wince打开图片程序。这个是一个朋友传给我的,希望对大家有些帮助。可以运行。--evc wince open image program. This is a friend of mine passed me, I hope some help to everyone. Can run.
ScrollPicture
- 打开图片实现滚动功能,图片格式只能为bmp格式-Open the picture scroll function, picture format only bmp format
tupian
- 打开图片 在图片上 绘制 文字 并保存为 各种格式-Open the picture to draw text on the image and save it in various formats
CvvImage
- vs2010+opencv2.3.1的基于MFC对话框打开图片需添加的cpp文件-vs2010+opencv2.3.1 MFC dialog-based open picture cpp files to be added
PictureFix
- 基于插值法的缺损图像修复。程序的模块设计主要分为四个部分:打开、破损图片、修复图片及保存修复之后的图片。其中,打开图片,可以打开本地电脑中任意一处的图片,直接调用控件openFileDialog1可以实现;破损图片的方法是加载打开的图片,然后将设定的破损区域的灰度值都设为255,所以设定区域变成了白色;修复的方法是,获取破损区域的位置,然后采用平均加权插值方法进行插值,修复图片;保存图片,将图片保存在本地,自选定位置和命名。-Interpolation method based on the r
pcbonetest
- 打开图片,读取图像中设定点图像颜色值,然后对其进行比较,判断是否显示的数字,判断指定的点是否显示,显示的英文字母是什么-Open the image, the read image in the image color setpoint value, and then compare them, determines whether the digital display, it is judged whether the specified point is displayed, nothin
OCV1
- open cv 打开图片,内存释放,简单的demo小程序