搜索资源列表
imageall
- CImageObject 这个类库可以处理BMP、GIF、PCX、TGA、JPG 等多种格式的图像文件,希望对大家有用-CImageObject the library can handle BMP, GIF, PCX, TGA, JPG format, such as multiple image files in the hope that it may be useful to
JPGGIF
- 简单的JPG,GIF图像处理程序,非常清洁,供大家学习-simple JPG, GIF image processing procedures, very clean for all to learn
gif-jpg-png
- WEB常用图像格式文件(gif,jpg,png)处理源代码-WEB common image format files (gif, jpg, png) handling source code
tuxiangwenjian
- ImageView.zip CImageObject 这个类库可以处理BMP、GIF、PCX、TGA、JPG、TIF格式的图像文件,而且具有图像点处理、图像区域处理的功能,你所要做的只是调用函数而已,不必清楚这些图像文件的内部格式。注意例子中并不包含类库的代码,请一起下载CImageObject代码。另外,在运行时请确保在系统目录或你的可执行文件目录下有ImageLoad.dll。(也在CImageObject中) bitmap_ocx.zip 一个自适应大小的位图控件
JPGGIF
- 支持JPG和GIF格式的图像处理,适合想对JPG格式的图像进行处理的人学习
imageshop
- 读取jpg bmp等常用图像,并进行强大的图像处理,空域、频域、形态学变换、图像降噪等等。-Jpg bmp and so commonly used to read images, and make a powerful image processing, airspace, frequency domain, morphological transformation, image noise reduction and so on.
cximage600
- 图片处理源码, bmp, gif, jpg ,-Image processing source code, bmp, gif, jpg,
Image
- 可以实现BMP、GIF、WMF、ICO、JPG等图像文件读入及傅立叶变换处理-Can be BMP, GIF, WMF, ICO, JPG and other image files read and Fourier transform processing
Imageconverter
- VB图片批量转换处理工具源程序代码,可以将BMP转为JPG/GIF,也可以实现这个反过程,转换时可以设定转换品质,自动遍历符合条件的目录,显示转换进度条。这个程序实际上是IJL15.DLL动态库文件的一个应用示例,用IJL15.DLL你还可以编写很多实用的程序。-VB Image batch processing tool for source code conversion can be BMP to JPG/GIF, it can achieve the anti-process, the
ImageStone
- 图像处理的示例源代码。可以读取、保存 jpg、GIF、BMP、PNG等常用格式。VC++6。-Image processing, sample source code. Can read, save jpg, GIF, BMP, PNG and other popular formats. VC++6.
95302901ExtendedBitmap
- 图像处理,BMP,JPG,JPEG,GIF图片,旋转,放大缩小。-image processing, BMP, JPG, JPEG, GIF images, rotating, zooming narrow.-Image processing, BMP, JPG, JPEG, GIF images, rotate, zoom.-image processing, BMP, JPG, JPEG, GIF images, rotating, zooming narrow.
PictureEx
- 图片处理类此类可以处理jpg,bmp,gif,等格式的图片-Image processing class can handle this kind jpg, bmp, gif, etc. image formats
Test
- 使用DevIL开源库(原来叫Openil)读取dds()图像,并转化成jpg格式的图像,是游戏开发、三维纹理处理中非常好的初学例子!-Open source library to use DevIL (originally called Openil) read dds () images, and images into jpg format is game development, three-dimensional texture processing in the example of
picture-processing
- 本代码主要是对一幅灰度图像rice.jpg进行一些处理,消除rice.jpg图像中的亮度不一致的背景,并使用阀值分割将修改后的图像转换为二值图像,使用轮廓检测返回图像中目标对象的个数以及统计属性。 -This code is a major grayscale rice.jpg some processing, the brightness of the image to eliminate inconsistencies rice.jpg the background, and use t
bmp_convert_to_jpg
- 本程序是基于图像处理算法实现 bmp转化jpg格式-image processing bmp convert to jpg format
603527
- 图象处理集合(对位图的处理)包括如下: 1.图象分析:图象分割和边缘检测 2.图象编、解码:huff,PCX,GIF,JPG等; 3.滤波处理:包含多种滤波器(高,低通,交互式带阻); 4.数学形态学:图象的腐蚀和膨胀,开、闭运算,图象的粗、细化等; 此外还有视图的编辑、灰度处理、图象恢复、小波分解和重构等等。 提供所有操作的源代码! 1.demo:是该处理集合的可执行文件(自己编译吧)。图象处理集合.rar--------demo的源代码!
PICZoom
- 图片处理样例代码,可以实现对BMP、JPG、PNG等格式图片的平滑放大、平滑缩小处理,对于初学图片处理编程有帮助。-Image processing sample code, can be achieved on BMP, JPG, PNG formats picture smooth zoom, smooth reduction processing, image processing program for the beginner to help.
cximage600_lite
- CxImage能处理多种格式的图片,效果极佳,jpg,png,gif-CxImage can handle a variety of image formats, with excellent results, jpg, png, gif .............
c++图像处理-读取jpg图片
- 一个VC++编写的图像工具,通过不同图像函数实现bmp/jpg等图像,并比较图像读取时间,可以比较图像函数差异。