搜索资源列表
GDI+otsu
- 支持的文件格式有jpg gif bmp tif png emf 利用ColorMatrix完成彩色图到灰度图的转换利用LockBits完成算法和分割包内自带GDI+库-support the file format is jpg gif bmp tif png catalog use ColorMat RIX complete color to grayscale conversion using LockBits complete packet segmentation algorithm a
cximage599c_full
- CxImage类库是一个优秀的图像操作类库。它可以快捷地存取、显示、转换各种图像。有的读者可能说,有那么多优秀的图形库,如OpenIL,FreeImage,PaintLib等等,它们可谓是功能强大,齐全,没必要用其它的类库。但我要说,这些类库基本上没有免费的,使用这些类库,你要被这样那样的许可协议所束缚。在这点上,CxImage类库是完全免费的。另外,在使用上述类库时,你会遇到重重麻烦。因为它们大部分是平台无关的,且用C语言写成,有的还夹杂着基本的C++ wrapper和成堆德编译选项的声明需要
GDI+Zoom
- 使用GDI+做一个对图形缩放的实验,其中有GDI+的类库-use GDI going to be a scaling of graphics, including the GDI library
IImageTool
- 利用GDI++库进行图像处理的程序,包括各种图像格式转换以及特效。-use GDI library of image processing procedures, including image format conversion and magic.
bmp2jpg
- 使用gdi+库,把bmp格式的文件转换成jpg格式的文件
GDIPlusCraphics
- GDI+的头文件和库,不必安装.net框架就可以使用Graphics类。
GDI+
- 介绍了如何在VC++6.0环境中使用GDI+开发包,相信读者看完说明后很容易上手。另附开发包所需要的头文件及库文件,dll文件
The PhoXo Core Library (PCL) 图像处理库
- The PhoXo Core Library (PCL) 是一套强大的跨平台图像处理库。它的主要特性包括 :* 平台无关代码* 任意区域选取* 几十种图像特效* Undo/Redo支持* 多图层* 进度显示* 直方图* 图像文件读写* 文字渲染 (目前使用WIN32-GDI+, 以后会采用FreeType替代)-The Core Library (PCL) is a powerful, cross-platform image processing library. Its main featu
glfw-2.6.bin.WIN32.zip
- 一个免费的简化OpenGL开发工作的框架库(取代GLUT)
SonicUI_src.zip
- SonicUI源代码,是一个基于GDI的2D引擎库,效率非常高采用SEE指优化技术。并且使用方便支持多种图像特效。,This is a GUI engine based on the nake gdi APIs.It offers several UI components to accomplish kinds of complex effects, such as irregular windows, URLs on windows, self-draw buttons, animait
YUVtoRGB
- 实现yuv420转rgb565的功能,并且封装成了库,写出了测试文件-Achieve yuv420 turn rgb565 functions, and packages into libraries, write a test file
PicMatch
- 本程序实现了对影像特征点自动提取,利用Morevac、Forstner、Harris3个经典算子。在此基础上利用相关系数法实现影像自动匹配,并且引入最小二乘平差,使匹配点精度有所提高。 在搜索点过程中,利用了核线影像特性,对二维影像搜索使用了爬山法启发式搜索。对大数据量影像采用影像金字塔结构处理。 1、使用GDAL库读取影片,支持TIFF、PNG、JPEG、JPG、BMP、GIF、IMG格式读取。使用GDI绘图。 2、防止大数据量绘图视图闪烁,图片显示采用双缓存技术。
GDIpDrawText
- 棒_用GDI+画漂亮的窗体字 很不错,使用Msimg32.dll 这个库-Rod _ with the GDI+ painting beautiful word form
GDI_plus
- 该程序是由C++ 所编写的GDI库。主要用于图像处理的程序编写。使图像读取及处理更为方便。-it is a image library using for process the images.
PointExtraction
- 特征点提取Moravec、Forstner、Harris算法;GDAL绘图、读写;GDI绘图 1、数字摄影测量中特征点提取算子Moravec、Forstner、Harris 2、使用GDAL库读取文件,支持BMP、JPG、JPEG、TIFF、IMG、GIF、PNG等格式读取 3、图片存盘为BMP格式 4、使用GDI绘图-Feature point extraction Moravec, Forstner, Harris algorithm GDAL drawing, readi
GdiPlusTest07
- 使用GDI+库提供的功能,以任意角度旋转显示JPEG图片-Use GDI+ library provides functions, display JPEG images in any angle of rotation
gdiplus
- GDI++库,提供给有需要的朋友,只要把exe放在dll目录中就能运行起来-GDI++ library, to a friend in need, can be up and running on the exe dll directory
GDI-class-library
- DI类库下载(VC++开发常备),包括GdiPlus.lib库以及GdiPlus.h、GdiPlusPath.h、GdiPlusBrush.h、GdiPlusMem.h、GdiPlusTypes.h、GdiPlusFlat.h……等-The DI Class Library download (VC++ development standing), including GdiPlus.lib libraries and through GDIPlus.H, GdiPlusPath.h, GdiP
ImageEx_demo
- ImageEx在VC++中的一个应用实例,展现了窗口中的动画GIF图像显示,一个动画窗体源码实例,引入了ImageEx.cpp和ImageEx.h,编译需要GDI+库中的gdiplus.h文件,若缺少将不能正确编译-ImageEx in VC++ in an application example, show a window display animated GIF image, an animated form source code examples, introduced ImageEx
Image_grey_fisheye
- 1、使用GDI+库读取图片; 2、对图像进行灰度处理 3、对正常图像进行鱼眼效果处理(mfc ui, gdi+ read image, grey convert, fish eye convert)