T
- value type of the input image.public final class Mser<T extends Type<T>> extends Object implements Component<T,Mser<T>>
value()
. The set of pixels can be accessed by iterating (
iterator()
) the component.
This is a node in a MserTree
. The child and parent nodes can be
accessed by getChildren()
and getParent()
.Modifier and Type | Method and Description |
---|---|
double[] |
cov()
Covariance of the pixel positions in the region.
|
ArrayList<Mser<T>> |
getChildren()
Get the children of this node in the
MserTree . |
Mser<T> |
getParent()
Get the parent of this node in the
MserTree . |
Iterator<Localizable> |
iterator()
Get an iterator over the pixel locations (
Localizable ) in this
connected component. |
double[] |
mean()
Mean of the pixel positions in the region.
|
double |
score()
The MSER score is computed as |R_i - R_{i-\Delta}| / |R_i|.
|
long |
size()
Get the number of pixels in the extremal region.
|
T |
value()
Get the image threshold that created the extremal region.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public T value()
public long size()
public double score()
public double[] mean()
public double[] cov()
public Iterator<Localizable> iterator()
Localizable
) in this
connected component.iterator
in interface Iterable<Localizable>
Copyright © 2015–2022 ImgLib2. All rights reserved.