搜索资源列表
处理
- 对图像进行均值滤波处理(图像复原)的源代码,编译后的可执行文件须带参数运行。 使用方法: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.
wavelet
- 本程序实现二维灰度图像的小波变换和逆变换。 直接运行本目录下的批处理程序run即可。 用户需自己输入以下参数: 1. 图像文件名(lena.bmp,若使用其它图像请先放入本目录下) 2. 选用的小波名称(本程序中可使用haar及db2-db5) 3. 小波变换的级数。 运行结束后小波变换与逆变换结果分别保存在dec.bmp与rec.bmp中。
ImageProcessing
- 由键盘输入文件名,进行直方图均化处理,并用显示程序比较前后效果.用MFC完成
Untitled8
- 给出一个二维信号(文件名为detfingr.mat),并利用小波分析对信号进行去噪处理。
利用OpenCV对视频进行处理
- 利用OpenCV对视频进行处理,尝试打开本电脑上的摄像头作为视频输入设备,或者将命令行的输入参数作为文件名来打开的视频文件。不管是哪一种方法,最后都是不断的循环处理一帧一帧地处理,涉及到的图像处理有背景擦除,平滑滤波,二值化等。-Using OpenCV to process the video, try to open the computer input device as a video camera, or the command line input parameters as the
Sobel-Laplace-Canny-matlab-code
- 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
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
final
- 小波变换处理带噪语音信号,对于低信噪比的情况下相当有效,直接改文件名就可完成-Wavelet Transform of Noisy Speech signal processing for low SNR case quite effectively, direct to the file name can be completed
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