| Modifier and Type | Method and Description |
|---|---|
ManyBlobs |
ManyBlobs.filterBlobs(double[] limits,
String methodName,
Object... methodparams)
Filter all blobs which feature (specified by the methodName) is higher than
the lowerLimit and lower than the upper limit.
|
ManyBlobs |
ManyBlobs.filterBlobs(double lowerLimit,
double upperLimit,
String methodName,
Object... methodparams)
Filter all blobs which feature (specified by the methodName) is higher than
the lowerLimit or lower than the upper limit.
|
ManyBlobs |
ManyBlobs.filterBlobs(double lowerlimit,
String methodName,
Object... methodparams)
Filter all blobs which feature (specified by the methodName) is higher than
the lower limit.
|
Copyright © 2015. All rights reserved.