搜索资源列表
BitmapFromScreen
- create and save bitmaps from an image on the screen and convert a bitmap of one bit count to another
autotrace-0.31.1-w32
- 转换位图文件到矢量图像文件的源代码,支持BMP, TGA, PNM, PPM, PGM, PBM的输入格式和Postscr ipt, svg, xfig, swf, pstoedit, emf, dxf, cgm等输出格式-Convert bitmap files to vector image file-fontforge use autotrace
ImageHandle
- 图像处理系统是一个典型的图像处理软件,它由图像显示、图像转换、图像处理、字符识别、其他和帮助等几部分组成。图像显示模块主要包括显示位图、显示JPEG、显示GIF 3个部分;图像转换模块主要包括位图转换为JPEG、JPEG转换为位图、位图转换为GIF,GIF转换为位图4个部分;图像处理模 块主要包括图像旋转、图像锐化处理、图像反色处理、灰度化处理、线性变换5个部分;字符识别模块主要包含手写数字识别;其他模块主要包括设置菜单的固定颜色和随机颜色两个部分;帮助模块主要包括软件的版本、开发单位等信息
30836eaee806
- 图像处理系统是一个典型的图像处理软件,主要用gdi+完成。它由图像显示、图像转换、图像处理、字符识别、其他和帮助等几部分组成。 图像显示模块 该模块主要包括显示位图、显示JPEG、显示GIF 3个部分。 图像转换模块 该模块主要包括位图转换为JPEG、JPEG转换为位图、位图转换为GIF,GIF转换为位图4个部分。 图像处理模块 该模块主要包括图像旋转、图像锐化处理、图像反色处理、灰度化处理、线性变换5个部分。 字符识别模块 该模块主要包含手写数字识别。-Image processing sys
PointExtraction
- 利用Moravec算子、Forstner算子、Harris算子对一幅位图(灰度图像)进行点特征提取,还可以将非位图(如.jpg格式)灰度化后转换为灰度图像进行提取。-By Moravec operator, Forstner operator, Harris operator of a bitmap (gray image) for point feature extraction, can also be non-bitmap (such as. Jpg format) grayscale c
Convert256toGray
- 该软件通过灰度映射表可以将256色的位图转换成灰度图-By gray-scale map of the software can convert 256-color bitmap into a grayscale
avi2bmp
- 该程序基于VC++6.0,调试通过,可以实现avi格式视频转换为bmp位图-The program is based on VC++6.0, debugging, can convert video avi format bmp bitmap
bmpEngine6.c
- C program to edit bmp files. It can convert image to grayscale, find magic number, bitmapfile header, bfType, Bitmap info header, and rotate the image
UnionBitmap
- 其中包含图像转换和图像的合成,将256色、16位位图等转换成24位位图,并对多张图片进行合成。-Which contains the image conversion and image synthesis, 256 colors, 16-bit bitmap to convert 24 bitmap and synthesis of multiple pictures.
Program
- 图像处理系统是一个典型的图像处理软件,它由图像显示、图像转换、图像处理、字符识别、其他和帮助等几部分组成。 图像显示模块 该模块主要包括显示位图、显示JPEG、显示GIF 3个部分。 图像转换模块 该模块主要包括位图转换为JPEG、JPEG转换为位图、位图转换为GIF,GIF转换为位图4个部分。 图像处理模块 该模块主要包括图像旋转、图像锐化处理、图像反色处理、灰度化处理、线性变换5个部分。 字符识别模块 该模块主要包含
TestLibjpeg
- visual c++ 中对jpeg图像的编解码,转换bmp位图为jpg格式,或解压缩jpg格式图像为bmp格式-visual c++ jpeg image codec, convert bitmap bmp jpg format, or decompress compressed jpg format images to bmp format
RMagick-2.13.2.tar
- RMagick is an interface between the Ruby programming language and the MagickCore image processing libraries. ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats
TclMagick-0.51.tar
- TclMagick a native Tcl-extension to the ImageMagick MagickWand API. ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 100). The functionality of ImageMa
JMagick-6.2.6-0.tar
- JMagick provides an object-oriented Java interface to ImageMagick. Im4java is a pure-java interface to the ImageMagick command-line. ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images
ChMagick-1.0.0.tar
- ChMagick is a Ch binding to the MagickCore and MagickWand API. Ch is an embeddable C/C++ interpreter for cross-platform scr ipting. ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images
ImageMagick-6.8.6-7.tar
- ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscr ipt, SVG, and TIFF. Use Imag
shujuleixingzhuanhuan
- 将bitmap类型的图片转换为stream类型,再转为byte类型,再还原的例子-Convert bitmap type of image to the stream type, and then into a byte type, reduction the example again
BMP24to8
- 24位真彩图转换为8位灰度图,代码完整,可直接运行。-convert 24 bitmap to 8 gray bitmap
BTOJ-EX
- 位图转JPG 其中的颜色空间转换,BGR颜色空间转换为YCbCr空间, 1. 要求使用查表法 2. 把切分出的宏块数据(16*48)写入D:/out.txt 3. 按4:2:0进行把BGR颜色空间转换到YCbCr空间, 亮度信号(16*16)写入到D:/outY.txt Cb信号(8*8)写入到D:/outCb.txt Cr信号(8*8)写入到D:/outCr.txt - Bitmap to JPG where the color space conv