搜索资源列表
TrackEye_src.zip
- 一个由zafersavas于2008年完成的完全基于VC++6实现的人脸检测和人眼跟踪程序,通过设置相应的参数实现不同的功能。人脸跟踪中使用了camshift算法和Haar算法,眼睛检测中使用了自适应PCA算法和模板匹配算法,还支持文件和网络摄像头两种输入方式,经过试验,检测速度比较快和准确度也比较高。附带demo程序。 使用步骤: 菜单TrackEye Menu --> Tracker Settings 输入源Input Source: video 选择文件输入指定为: ..\Avis\
MATLAB_ks
- 利用MATLAB GUI设计实现图像处理的图形用户界面,利用MATLAB图像处理工具箱实现以下的图像处理功能: 1. 采用matlab Guide设计实现图像界面与按钮界面。 2. 连接摄像头,编写MATLAB初始化程序 3. 用摄像头采集一副图像,并能实现保存(使用控件按钮保存)。 4. 设计按钮实现对图像进行任意的亮度和对比度变化调整,显示和对比度变化前后的图像。 5. 设计按钮实现用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。 -Designed and
NIfTI-MR-Image
- Tools for NIfTI (ANALYZE) MR image Matlab实现NIfTI(ANALYZE)核磁共振图像读取保存制作 这个Matlab程序包用于处理核磁共振图像,可以读取显示、保存、制作该图像。-Tools for NIfTI (ANALYZE) MR image Matlab implementation NIfTI (ANALYZE) MR image read save making the Matlab package for processi
sc
- SC is a useful function for displaying rich image data, of use to anyone wishing to visualize and save 2D data in ways beyond that which MATLAB built-in functions allow. This function can be used in place of IMAGE, IMAGESC and IMSHOW, but does s
movdetect
- web-cam move detector. Save images when detects movement.
DeleteSpace
- 调整pdf的边缘及其行间距大小。首先把pdf保存为图片,然后用此程序调整边缘或行间距大小,把修改后的图片重新整合成pdf。此软件的目的是为了kindle用户编写。因为kindle的屏幕有限,除去多余的边缘和行间距,可以使kindle读书效率更高,减少过多翻页操作。-Adjust the line spacing pdf and the size of the edge. First, save the pdf as a picture, and then use this procedure t
Gray-color-batch
- 彩色图像批量转换为灰度图像并自动保存,刚刚写好的一个小程序-Batch convert color images to grayscale images and automatically save, just a small program written
MATLAB2011couse
- 本书使用简单易行的风格,一开始介绍了 MATLAB基础,你将学习到如何绘制图象,求解 代数方程及计算积分,也将学习到如何求解微分 方程,求 ODE 的数值解,使用特殊函数等。本书 含有几百个例子及其详细解答过程,章末带有习 题,书末还带最终测试题目,一句话,本书给予 你的是MATLAB精华。 本自学指导书提供了: 上手MATLAB的最快方法 几百个带有解答过程的工作实例 覆盖了MATLAB7 &
saveimage2file
- 可以实现图像的批量保存,里面有调用函数和功能函数。比如,读取了“F:\saveimage2file\1.jpg”做处理,你可以在原路径下批量保存为“F:\saveimage2file\result(文件夹的名字可以在程序中修改)\1result.jpg(也可以保存为10,11,12等名字,能够修改)”-save images to file
1
- Save a video frames as a sequence of images
Untitled
- a.阅读的图像img_1.tif,img_2.png的文件夹中,并 他们展示于一体,这两个数字分别。 (参考函数:imread, imshow, figure, subplot) b.在matlab,观察从工作区中的图像信息面板 c.分别使用size, imfinfo,whos等功能获得的图像信息 d.添加标题的图像。 (参考函数:title) Ë 。下面的代码实现的M文件编辑器 f=imread(‘img_1.tif’) imshow(f) se
mov2im
- save out a series of images from a movie in Matlab
kinect-for-image-achieve
- 同时采集Kinect的深度图像和彩色图像,并且可实时将同一时刻采集的两种图像保存到相应目录.-Simultaneous acquisition Kinect depth images and color images, and save the two kinds of image to the appropriate directory.
Huffman256
- 【实现功能】 (1)对256色BMP图像进行Huffman编码以达到压缩图像目的(编码文件保存为*_Huffman.bhd / *_Huffman.bpt) (2)对编码后的文件解码,恢复为256色BMP图像(解码文件保存为*_Decode.bmp)-[Function] to achieve (1) 256 color BMP images Huffman coding to achieve the purpose of the compressed image (save encod
Lplace
- 装载图像 使用高斯平滑消除噪声, 将图像转换到灰度空间。 使用Laplacian算子作用于灰度图像,并保存输出图像。 输出结果。-Loading image Use Gaussian smoothing to eliminate noise, the image is converted to grayscale space. Laplacian operator acting on grayscale images, and save the output image.
counter
- 简单的ASP计数器,实现了计数器数据的初始化、保存和读取。使用时,只需调用读取函数即可,非常简便!也很适用初学者。同时,本程序可以自由设定数据显示的最短长度(实际长度随实际数据而定),也可以设定文字或图片的方式显示(displayMode设置为1为文字,2为图片),若设置为图片显示,请自己网上搜索对应0-9的数字图片,并放于你需要的目录即可。 -Simple ASP counter realized initialize counter data, save and read. When i
test
- 程序功能:模拟DCT编码解码过程,生成带“块效应”的图像 实验图片:lena.jpg(512*512) 步骤:彩色图像→灰度图像→DCT→量化→反量化→IDCT→重构图像并保存- Program features: Analog DCT encoding and decoding process, generated with the " block effect" image Experimental Image: lena.jpg (512* 512)
NIFTI
- 这个Matlab程序包用于处理核磁共振图像,可以读取显示、保存、制作该图像。(The Matlab package is used to process MRI images, and can read, display, save and produce the image.)