filt_scalemixing.m
来自「Standard model object recognition matlab」· M 代码 · 共 15 行
M
15 行
function mix_f = filt_scalemixing (m, varargin)% FUNCTION mix_f = filt_scalemixing (m, varargin)%% Creates filters for mixing scales. Suppose x is a structure with% 8 different scales (fieldnames indicate scales "s?") and we would% like to mix (or usually, find a maximum value) consecutive% scales, then m = [1 1 2 2 3 3 4 4]. See the comment in comp_mix_scale.%% m: scale mixing index% varargin{1}: specifies the number of features.%% For now, we don't have overlapping of scales.% % Sept 06: we use some arbitrary size, but in comp_mix_scale, the% correct sizes
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?