搜索资源列表
gear
- 使用matlab计算齿轮图片中齿的个数的程序(内附图及代码)-This file demonstrates how the Cell Execution Mode is useful in creating and publishing MATLAB scr ipt M-files. Starting with a picture of a clock gear, we work step by step to determine how many teeth are on the gear.
A_Phase-based_Approach_to_the_Estimation_of_the_Op
- 一种基于相位的光流计算方法,该方法不同于以往基于微分的计算方法,而是采用空间滤波器,取得非常好的效果。该结果发表于IEEE Trans. Neural Networks,13(5), 1127--1136. -Gautama, T. and Van Hulle, M.M. (2002). A Phase-based Approach to the Estimation of the Optical Flow Field Using Spatial Filtering, IEEE Tr
Matlabppt
- MATLAB教程:概述,程序设计,绘图,数值计算,符号计算,图形用户界面设计,笔记本,M环境下的仿真-MATLAB Tutorial: an overview, program design, graphics, numerical computing, symbolic computation, graphical user interface design, notebook, M Simulation Environment ... ...
test1.m.tar
- 读图片,从图片中选取一点,计算该点与相邻四点的色彩相关系数。-Reading images, select one point from the picture and calculate its color correlation coefficient with the adjacent four points.
zernike
- 从一个模式识别toolbox摘取的计算zernike不编矩的源代码 结果为图像的n阶m重zernike不变矩-Removal of a pattern recognition toolbox from the calculation of moments zernike source code is not compiled the results of the n-order m for the re-image the same moment zernike
ImageBinaryzation
- image_binaryzation.m : 图像二值化主函数,调用otsu、kittler otsu.m : 类判别分类法(otsu全局二值化算法) kittler : 最小分类错误(minimum error thresholding)全局二值化算法 image_refining.m : 图像细化主程序,调用otsu、refining refining.m : 计算骨架的一种实用方法对图像进行细化 coins.bmp lenna.bmp woman_
ImageBoundaryExtraction
- 该文件夹中有六个M文件,说明如下: boundary_extraction.m : 目标区域边界抽取主函数,其中调用ostu、four_neighbor、eight_neighbor、globe_graph otsu.m : 类判别分类法(otsu全局二值化算法) four_neighbor.m : 四邻域法边界抽取 eight_neighbor.m : 八邻域法边界抽取 globe_graph.m : 全局检测法边界抽取 area_peri.m : 目标区域
Imbox
- 利用MATLAB计算图像盒维数的M文件。自己定参数。-Image box dimension calculation
track-red-matlab-algorithm
- 实时跟踪摄像头获取视频中的红色部分,算法由Matlab实现。计算机要有摄像头或连接USB摄像头,Matlab通过自身函数提取视频跟踪。 包含两个文件,word说明了matlab提取视频方法。m文件实现算法,其中摄像头参数部分代码可能视具体情况修改。-Get real-time tracking camera video in the red part of the algorithm by Matlab implementation. Computer must have a camera
LBP-extract
- 从图像计算LBP算子,在matlab环境下直接运行main.m文件即可-this code can compute LBP feature an image
dft1.m
- 图像处理,在matlab上对图像进行DFT计算-Image processing on the image DFT calculation matlab
face_rec
- ## 人脸识别GUI设计 这是我在理解PCA算法后,设计`MATLAB GUI`实现人脸识别。 ### 使用方法: 1. 运行face.m主脚本 2. 点击`训练机器`选择train文件夹 3. 点击`choose photo`选择test文件夹下的一张图片 4. 最后点击`recognize`即可进行识别 5. 点击`Accuracy`可计算整个test文件夹下所有图识别准确率 ###(## face recognition GUI design This i
toolbox_nyu_depth_v2
- NYU Depth Dataset V2数据集的开发工具箱,包含计算图片各种特征的matlab文件.如: camera_params.m - Contains the camera parameters for the Kinect used to capture the data. crop_image.m – Crops an image to use only the area when the depth signal is projected. fill_depth_colori
LKpyramid_backup
- 金字塔LK光流计算的代码。运行时在当前目录下添加需要检测的视频或照片。 运行'main_video.m' 或 'main_image.m'(Run 'main_video.m' or 'main_image.m' Put your video or images in the current folder when running)