搜索资源列表
dssdf
- 本程序在EVC4.0+PPC SDK 2003下调试通过。 用Independent JPEG Group发行的JpegLib进行Jpeg图像的读取与保存。 这里只加了一个简单的处理示例——负片。其他的处理可以用与这个类似的方法,有了处理的算法对像素数据进行操作。或者加上鼠标事件的处理来完成绘画功能等等,这里主要是对JPEG文件进行操作的部分。 注意:程序中的CTScreenBuffer并未使用,原因是使用它加载后有段内存没有释放,加上BMP数据本来就比较好处理,所以自己写一段
readjpeg
- 图像处理C源码,用来读取并显示JPEG图像,特点是基本系统的解码器,为了提高主观显示速度,每解出一个MCU行,就立即显示。
PicProcess
- 一个数字图像处理源码,实现了jpeg,bmp,tiff,png,gif等多种图像格式的读取,边缘检测,fft变换,图像形态变化等功能-A source of digital image processing to achieve a jpeg, bmp, tiff, png, gif image formats such as read, edge detection, fft transform, image features such as morphological changes
ImageMagick
- C++读取处理各类图像的工具包,可以读取JPG,JPEG,BMP,TIF等多种图像,内有使用说明。-C++ to read all kinds of image processing tool kit, you can read JPG, JPEG, BMP, TIF and other images, there are instructions
Jpeg
- JPEG图像的常用处理函数,包括读取及一些常用操作-JPEG image processing functions commonly used, including some commonly used to read and operate
jpegshow
- 可读取JPEG图像并显示在界面上,并获取RGB值,用于图像处理。-Can read and display JPEG images up at the interface and access to RGB value for the image processing.
imagesegmentation
- 研究了数字图像的读取和保存。在C++ Builder6.0环境下,利用TImage类,实现了Bmp和Jpeg两种常见图像格式文件的读取和保存。研究了数字图像的预处理方法和图像调节方法。主要包括数字图像的几何变换、亮度及对比度调节、色彩处理等。-Studied the number of read and save images. In C++ Builder6.0 environment, use of TImage class, the realization of the two commo