This file is indexed.

/usr/share/octave/site/m/vlfeat/toolbox/xtest/vl_test_mser.m is in octave-vlfeat 0.9.17+dfsg0-6build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
function results = vl_test_mser(varargin)
% VL_TEST_MSER
vl_test_init ;

function s = setup()
s.im = im2uint8(rgb2gray(vl_impattern('roofs1'))) ;

function test_mser(s)
[regions,frames] = vl_mser(s.im) ;
mask = vl_erfill(s.im, regions(1)) ;