下载频道> 资源分类> 编程语言> VB源码> 基于Affine的角点检测源码程序

标题:基于Affine的角点检测源码程序
分享到:

所属分类: VB源码 资源类型: 文件大小: 763.91 KB 上传时间: 2016-01-28 21:29:15 下载次数: 14 资源积分:1分 提 供 者: xiaopeng2 基于Affine的角点检测源码程序
内容:
基于Affine的角点检测源码程序,程序员在编程的过程中可以参考学习使用,希望对IT程序员有用,此源码程序简单易懂、方便阅读,有很好的学习价值!
function obj = setProps(obj, varargin)
%setProps sets object properties
%   OBJ = setProps(OBJ, NAME1, VAL1, NAME2, VAL2, ...) sets property NAME1
%   of object OBJ to VAL1, property NAME2 to VAL2 and so on. The NAMEs must
%   be strings giving the names of properties with public set access in the
%   object.
 
% Copyright David Young 2010
 
% Line below isn't needed if this function is used as is. However, if it is
% copied into the methods section of a class, and if updating of private
% properties using this mechanism is not to be allowed, then the line below
% and the 3 lines further down must be reinstated
% pnames = propNames(obj, true);
 
len = length(varargin);
for inp = 1:2:len
    if inp == len
        error('setProps:noval', 'Missing value for final property');
    end
    prop = varargin{inp};
%     See note above: reinstate lines below if necessary
%     if ~ismember(prop, pnames)
%         error('setProps:badname', 'Unrecognised property name');
%     end
    obj.(prop) = varargin{inp+1};
end
 
end
 

文件列表(点击上边下载按钮,如果是垃圾文件请在下面评价差评或者投诉):

基于Affine的角点检测源码程序/
基于Affine的角点检测源码程序/correlCorresp/
基于Affine的角点检测源码程序/correlCorresp/html/
基于Affine的角点检测源码程序/correlCorresp/Contents.m
基于Affine的角点检测源码程序/correlCorresp/convolve2.m
基于Affine的角点检测源码程序/correlCorresp/correlCorresp.m
基于Affine的角点检测源码程序/correlCorresp/correspDemo.m
基于Affine的角点检测源码程序/correlCorresp/correspDisplay.m
基于Affine的角点检测源码程序/correlCorresp/correspEdgeDisplay.m
基于Affine的角点检测源码程序/correlCorresp/corrpeak.m
基于Affine的角点检测源码程序/correlCorresp/exindex.m
基于Affine的角点检测源码程序/correlCorresp/findpeaks.m
基于Affine的角点检测源码程序/correlCorresp/html/correspDemo.html
基于Affine的角点检测源码程序/correlCorresp/html/correspDemo.png
基于Affine的角点检测源码程序/correlCorresp/html/correspDemo_01.png
基于Affine的角点检测源码程序/correlCorresp/html/correspDemo_02.png
基于Affine的角点检测源码程序/correlCorresp/html/correspDemo_03.png
基于Affine的角点检测源码程序/correlCorresp/html/correspDemo_04.png
基于Affine的角点检测源码程序/correlCorresp/html/correspDemo_05.png
基于Affine的角点检测源码程序/correlCorresp/html/correspDemo_06.png
基于Affine的角点检测源码程序/correlCorresp/html/correspDemo_07.png
基于Affine的角点检测源码程序/correlCorresp/html/correspDemo_08.png
基于Affine的角点检测源码程序/correlCorresp/html/correspDemo_09.png
基于Affine的角点检测源码程序/correlCorresp/html/correspDemo_10.png
基于Affine的角点检测源码程序/correlCorresp/html/correspDemo_11.png
基于Affine的角点检测源码程序/correlCorresp/html/correspDemo_12.png
基于Affine的角点检测源码程序/correlCorresp/html/correspDemo_13.png
基于Affine的角点检测源码程序/correlCorresp/html/correspDemo_14.png
基于Affine的角点检测源码程序/correlCorresp/html/correspDemo_15.png
基于Affine的角点检测源码程序/correlCorresp/html/correspDemo_16.png
基于Affine的角点检测源码程序/correlCorresp/html/correspDemo_17.png
基于Affine的角点检测源码程序/correlCorresp/html/correspDemo_18.png
基于Affine的角点检测源码程序/correlCorresp/imtransform_same.m
基于Affine的角点检测源码程序/correlCorresp/max2.m
基于Affine的角点检测源码程序/correlCorresp/maze1.png
基于Affine的角点检测源码程序/correlCorresp/maze2.png
基于Affine的角点检测源码程序/correlCorresp/patch_std.m
基于Affine的角点检测源码程序/correlCorresp/patch_var.m
基于Affine的角点检测源码程序/correlCorresp/setProps.m
基于Affine的角点检测源码程序/correlCorresp/varPeaks.m

关键词: 源码 程序

编程语言下载排行

Top_arrow
回到顶部
联系方式| 版权声明| 招聘信息| 广告服务| 银行汇款| 法律顾问| 兼职技术| 付款方式| 关于我们|
网站客服网站客服 程序员兼职招聘 程序员兼职招聘
沪ICP备19040327号-3
公安备案号:沪公网安备 31011802003874号
库纳格流体控制系统(上海)有限公司 版权所有
Copyright © 1999-2014, GUSUCODE.COM, All Rights Reserved