This file is indexed.

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

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
function results = vl_test_slic(varargin)
% VL_TEST_SLIC
vl_test_init ;

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

function test_slic(s)
segmentation = vl_slic(s.im, 10, 0.1) ;