generate_constrained_map.m.svn-base

来自「fast marching method」· SVN-BASE 代码 · 共 13 行

SVN-BASE
13
字号
function M1 = generate_constrained_map(M,nb_theta,obj,theta_max)

% generate_constrained_map - generate a constraint map from a 2D map.
%
%   M1 = generate_constrained_map(M,nb_theta,obj);
%
%   M is the 2D map (binary image, 0 for background, 1 for objects).
%   M1 is a 3D array, M1(:,:,k) is the 2D map for orientation
%       theta=(t-1)*2*pi/nb_theta.
%  obj is the size of the size of the rectangle object that moves
%   (eg. obj=[0.2,0.05]).
%
%   Copyright (c) 2004 Gabriel Peyr

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?