搜索资源列表
Bitmaptest
- 不错的位图的测试显示软件的编程哦。可以进行图像的显示,保存等。-good bitmap testing software programming oh. Images can be shown that preservation.
MyImage
- 一个图像处理类,可对图像进行各种处理,包括加载保存滤波等
图像滤波处理代码
- 选择打开文件,可以打开相应的图像。当前只可处理8位灰度图像。 homework1 中值滤波中,边界没有处理。 均值滤波中,边界也处理了,边界的原值没有保存下来。边界模糊。 homework2 对同样的阈值soble算子检测边缘比梯度算子清楚。 homework3 幅度谱表现出一些可辨认的结构,相位谱看不出来。 忽略相位信息,反变换得到的图看不出与原图的影子。 忽略幅度信息,反变换得到的图与原图好像有一些相似。 homework4
lsl_rgb2gray.rar
- 批量彩色图像转灰度图像,并实现重命名批量保存在新文件夹下,Batch processing of Color image transfer in to grayscales image,and rename them to save in to new file
ReadBMP
- 读取BMP,显示图像长度、高度、像素字节数等相关信息,并保存图像备份!-Read BMP, image length, height, pixel number of bytes and other related information, and save the image backup!
convert_raw_bmp_image
- 读取raw数据格式图像,转换为bmp图像保存 实现批量读取转换,带测试图。运行run文件,需要修改当前测试图像路径。-Read the raw data format images converted to read bmp images are saved to achieve batch conversion, with a test pattern. Run the run file, you need to modify the current test image path.
win32_cutface
- 基于opencv得人脸图像训练集鼠标剪切保存-Opencv was based on face image training set mouse shear Save
tuxiangbianji
- 图像编辑,用不同颜色绘制图像,实现保存,编辑打开等功能-Image editing, using different colors draw the image, to achieve preservation, editing and other functions to open
TiffLib
- 可以将bmp图像数据保存为tiff格式文件,提供了足够的接口函数-Bmp image data can be saved as a tiff format, has provided sufficient interface function
MakeBig
- 桌面放大镜,使用delphi编制的桌面放大镜程序,通过对桌面的保存,将保存的图像进行放大-Desktop magnifier, desktop magnifier to use delphi compiled program, through the preservation of the desktop will save the image to zoom
moban
- 一个模板匹配的程序,得到像素级的匹配位置,并保存匹配后图像-A Programe of resample
test
- 输入参数 画出图像其中要设置四个参数 通过菜单实现 可以保存图像-draw graph
image-en-C
- 本源码是对PGM图像用C语言进行处理,包括打开图像,保存图像,对图像做形态学处理等等函数,在netbeans运行没问题-it s a program for digital image processing with the format PGM
example1
- 利用vb的plotline绘制2D图形,其中包括点的显示和图像保存-Vb plotline to draw 2D graphics,Including the point of display and save images
shiyan
- 实现图像的平移,平移量应该可调(即用一个向量或两个标量保存平移量),并显示对图像“view”的处理结果。实现图像的缩放,缩放系数可调,分别用两个变量或一个向量保存水平和垂直方向的缩放系数,并显示对图像“view”的处理结果。 -The image of the pan, pan, volume should be adjustable (ie, a vector or two scalar to save the translation amount), and display the re
vbht
- 简易的画图程序,基于VB源代码实现可先把画笔颜色、设置画笔尺寸、先把所画的图形,包括矩形、圆形和直线三种模式,画错了可清除画布,画完可保存图像。-Simple paint program, the first brush color, set the brush size based on the VB source code, graphics drawn by the first three modes, including rectangular, circular and straig
bmpReadWrite
- 用C++完成对BMP图像的读入和简单处理,并保存处理之后的图像,代码调试通过了,自己放入灰度图像及可运行-Reads and simple handling of BMP images with C++, and save the image after processing, code debugging through their own into the gray-scale image and run
ggtxfbl
- 利用matlab更改图像分辨率并自动保存图像,程序很简单-Using matlab to change the image resolution and automatically save the image, the program is very simple
sampling
- 实现图像的上采样、下采样、二值化、加噪声并保存图像到指定目录,还有图像的相似度计算-The down-sampling,up-sampling,binarization and noising of image, and save the results to specified directory
yuvReader1
- matlab本来不能读取yuv文件,此程序保存并转换位为RGB格式(Read '.yuv' file type and translate it to RGB form.)