matlab2013版计算机视觉工具箱中的部分函数用法

来源:互联网 发布:网络监控布线图 编辑:程序博客网 时间:2024/06/05 06:12

vision.VideoFileReader    从视频文件中读取视频帧和音频采样;

step    输出next vedio frame;

detectFASTFeatures     使用快速分割测试算法的特征去找特征点;

nargin     determines the number of input arguments.

varargin     indicates all of the object's public properties.

hold on 在一张图上同时显示多组数据;

extractFeatures      提取特征描述算子 at the interest points;

detectSURFFeatures     检测 feature points;

estimateGeometricTransform      计算转换相关的匹配点,同时消除离群值;

vision.CascadeObjectDetector      检测 the location of a face in a video frame;

rgb2hsv     将一个简单的彩色空间RGB转换为hsv空间;

imcrop    返回图像的一个剪裁区域;

info   是information的简写,即为相关名称的信息介绍;

std(x,a,b)   计算x的标准偏差,a=0代表除以n-1,a=1代表除以n,b=1代表按行分,b=2代表按列分,

             b=3代表按第三维的数据来分;

inv(x)    求矩阵x的逆矩阵;

pinv(x)     求伪逆矩阵,即对非方阵求逆;



0 0
原创粉丝点击