VL_PLOTSS(SS) plots the scale space SS into the current figure. The scale space structure SS has the format:

SS.o_idxs octave range
SS.s_idxs octave subdivisions range
SS.data data for all octaves and subdivisions

This is a cell array with NUMEL(SS.o_idxs) rows and NUMEL(SS.s_idxs) columns.

VL_PLOTSS() accepts the following options:

Uniform true

If true, rescales the range of all the scale levles to a common range for visualization. If set to false, rescales each level independently.

See also: VL_COVDET().