summaryrefslogtreecommitdiffstats
path: root/SD-VBS/benchmarks/mser/src/matlab/erfill.m
blob: 6e11fc674e05dce593749c660aaa72319855fb9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
% ERFILL  Fill extremal region
%  MEMBERS=ERFILL(I,ER) returns the list MEMBERS of the pixels which
%  belongs to the extremal region represented by the pixel ER.
% 
%  The selected region is the one that contains pixel ER and of
%  inensity I(ER).
%
%  I must be of class UINT8 and ER must be a (scalar) index of the
%  region representative point.
%
%  See also MSER().