📄 filt_scalemixing.m
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -