📄 compute_heuristic_landmark.m.svn-base
字号:
function [H,Z] = compute_heuristic_landmark(DL,start_points)
% compute_heuristic_landmark - compute an heuristic using landmark points
%
% [H,Z] = compute_heuristic_landmark(DL,start_points);
%
% DL(:,:,i) is the distance map to the ith landmark point.
% 'H' is an approximation of the distance to 'start_point' (the heuristic map).
%
% Copyright (c) 2005 Gabriel Peyr
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -