搜索资源列表
处理
- 对图像进行均值滤波处理(图像复原)的源代码,编译后的可执行文件须带参数运行。 使用方法:mean BMP文件名-right images mean filter processing (image recovery) of the source code, compile the executable files carry operation parameters. Use : BMP file name mean
horzmirror
- 对图像进行水平镜像处理(几何变换)的源代码,编译后的可执行文件须带参数运行。 使用方法:horzmirror BMP文件名-right level mirror image processing (geometric transformation) of source code, the compiled executable file parameters required to bring operations. Use : horzmirror BMP file name
cornermirror
- 对图像进行对角镜像处理(几何变换)的源代码,编译后的可执行文件须带参数运行。 使用方法:cornermirror BMP文件名 -right image right angle image processing (geometric transformation) of source code, the compiled executable file parameters required to bring operations. Use : cornermirror BMP file
vertmirror
- 对图像进行垂直镜像处理(几何变换)的源代码,编译后的可执行文件须带参数运行。使用方法:vertmirror BMP文件名 -right vertical mirror image processing (geometric transformation) of source code, the compiled executable file parameters required to bring operations. Use : vertmirror BMP file name
tuxiangchujichuli
- 一组用matlab编写的图像处理程序,改改图像文件名就可以用,适合初级图像处理者。-a group using Matlab prepared by the image processing procedures, changed image file name can be used. Image Processing for the initial persons.
ImageProcessing
- 由键盘输入文件名,进行直方图均化处理,并用显示程序比较前后效果.用MFC完成
IMG
- 简单图像处理程序,用于幂次变换。在CMD下输出控制台程序名称和要转换的文件名即可-Simple image processing procedures for the power transformation. Output in the CMD console program name and want to convert the file name can be
01
- vc图像处理的程序1 实例 vc程序 文件名DIBDisplay-vc image processing procedure example of a file name vc procedures DIBDisplay
IMGCaputre
- vc图像处理的程序2 实例 vc程序 文件名IMGCaputre-vc image processing procedures 2 examples vc program file name IMGCaputre
LineTrans
- vc图像处理的程序3 实例 vc程序 文件名linetrans-vc image processing procedures 3 examples vc program file name linetrans
photo_to_sumiao
- 照片处理成素描,用时需将要处理的图片放到相应目录下,并更改程序中读取对象的文件名。图片较大时会比较慢。-Photo processing into a drawing, to be used when dealing with images on the corresponding directory, and change the program to read the object file name. The larger picture when slower.
backgroud.cpp
- 本程序 尝试打开本电脑上的摄像头作为视频输入设备,或者将命令行的输入参数作为文件名来打开的视频文件。不管是哪一种方法,最后都是不断的循环处理一帧一帧地处理,涉及到的图像处理有 背景擦除,平滑滤波,二值化等。-The program tries to open the computer input device as a video camera, or command line input parameters as the file name to open the video file. N
111
- 差影法的源程序。要注意的是,第一幅图的文件名为c:\test.bmp,第二幅图的文件名是c:\backgnd.bmp。它们有着相同的灰度值和调色板。执行时,这两个文件都已经准备好。我们针对的虽然是二值图,但为了处理的方便,用的是256级灰度图,不过只用到了0和255两种灰度级。-Subtraction of the source program. Note that, the first picture file named C : \ test.bmp, second picture file
ImgProcess2009-05-14
- 这是我读“图像识别与人工智能”研究生是,在实验室做图像处理与跟踪实验所用的框架程序。里面已经包含了如下函数模块: 图像显示:单幅图像显示,连续文件名的序列图像显示,SRC(纯数据图像文件)序列图显示 图像滤波、增强:均值滤波,灰度拉伸,图像减背景并拉伸 图像分割:自适应门限阈值分割,基于梯度的分割,基于最大熵的分割,OTSU分割, 图像加噪:图像加入随机噪声,序列图加噪声 图像轮廓:轮廓提取(只能对0-255二值图),轮廓跟踪(只能对0-255二
track
- (doc文件)本程序 尝试打开本电脑上的摄像头作为视频输入设备,或者将命令行的输入参数作为文件名来打开的视频文件。不管是哪一种方法,最后都是不断的循环处理一帧一帧地处理,涉及到的图像处理有 背景擦除,平滑滤波,二值化等-The program tries to open the camera on the computer as a video input device, or command line input parameters as the file name to open the
harris
- harris角点检测,简单有效的harris角点检测程序,运行时更改M文件中的图像为需要处理的图像文件名即可-harris corner detector
tuxiang
- 从一个.bmp文件中读取数据(包括BITMAPINFOHEADER,调色板和实际图象数据),将其存储在一个全局内存句柄hImgData中,这个hImgData将在以后的图象处理程序中用到。同时填写一个类型为HBITMAP的全局变量hBitmap和一个类型为HPALETTE的全局变量hPalette。这两个变量将在处理WM_PAINT消息时用到,用来显示位图。该函数的两个参数分别是用来显示位图的窗口句柄,和.bmp文件名(全路径)。当函数成功时,返回TRUE,否则返回FALSE。-From a.
bmpReadWrite
- 用来在VC++中打开并处理后保存bmp图像的源文件。需要根据实际情况改变其参数,例如图片文件名-Used VC++ open and save bmp image processing of the source files. Need to change its parameters according to actual situation, such as picture file name
Grand-total
- matlab环境下怎么样从txt文件中读取数据 分类:matlab与图像处理文件内容形式一(假定文件名为test1.txt):-matlab environment how to read data from a txt file classification: matlab image processing and file content in the form of a (assuming that the file named test1.txt):
filter
- 给图像添加高斯噪声,并使用高斯滤波器,ILPF,巴特沃兹滤波器分别处理后得到结果图 需要在目录下有一张匹配文件名的图片,必须是灰度图-Add gaussian noise to the image, and use the gaussian filter, ILPF, bart ward filter respectively after processing results Need to have a picture of a match the filename, directory