Modifier and Type | Class and Description |
---|---|
class |
AbstractNamespace
Abstract base class for
Namespace implementations. |
Modifier and Type | Method and Description |
---|---|
<NS extends Namespace> |
NamespaceService.create(Class<NS> pluginClass,
OpEnvironment ops)
Creates a
Namespace with the given op execution environment. |
<NS extends Namespace> |
DefaultNamespaceService.create(Class<NS> pluginClass,
OpEnvironment ops) |
<NS extends Namespace> |
OpEnvironment.namespace(Class<NS> nsClass)
Gets the namespace of the given class.
|
<NS extends Namespace> |
DefaultOpService.namespace(Class<NS> nsClass) |
<NS extends Namespace> |
CustomOpEnvironment.namespace(Class<NS> nsClass) |
Modifier and Type | Method and Description |
---|---|
Class<Namespace> |
DefaultNamespaceService.getPluginType() |
Modifier and Type | Method and Description |
---|---|
default String |
OpEnvironment.help(Namespace namespace)
Executes the "help" operation on the given arguments.
|
Modifier and Type | Class and Description |
---|---|
class |
ColocNamespace
The coloc namespace contains ops that facilitate colocalization analysis.
|
Modifier and Type | Class and Description |
---|---|
class |
ConvertNamespace
The convert namespace contains operations for converting between types.
|
Modifier and Type | Class and Description |
---|---|
class |
CopyNamespace
The copy namespace contains ops that copy data.
|
Modifier and Type | Class and Description |
---|---|
class |
CreateNamespace
The create namespace contains ops that create objects.
|
Modifier and Type | Class and Description |
---|---|
class |
DeconvolveNamespace
The deconvolve namespace contains deconvolution operations.
|
Modifier and Type | Class and Description |
---|---|
class |
HaralickNamespace
Namespace for Haralick Features
|
Modifier and Type | Class and Description |
---|---|
class |
HogNamespace
Namespace for Histogram of oriented gradients Features
|
Modifier and Type | Class and Description |
---|---|
class |
LBPNamespace
Namespace for 2d local binary pattern feature
|
Modifier and Type | Class and Description |
---|---|
class |
TamuraNamespace
Namespace for Tamura features
|
Modifier and Type | Class and Description |
---|---|
class |
ZernikeNamespace
Namespace for Zernike features
|
Modifier and Type | Class and Description |
---|---|
class |
FilterNamespace
The filter namespace contains ops that filter data.
|
Modifier and Type | Class and Description |
---|---|
class |
GeomNamespace
Namespace for Geom.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageNamespace
The image namespace contains operations relating to images.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageMomentsNamespace
The image moments namespace contains ops related to image moments.
|
Modifier and Type | Class and Description |
---|---|
class |
LabelingNamespace
Namespace for
Op s related to labelings. |
Modifier and Type | Class and Description |
---|---|
class |
LinAlgNamespace
The linear algebra namespace has ops for vectors and matrices.
|
Modifier and Type | Class and Description |
---|---|
class |
LogicNamespace
The logic namespace contains logical (i.e., boolean) operations.
|
Modifier and Type | Class and Description |
---|---|
class |
MathNamespace
The math namespace contains arithmetic operations.
|
Modifier and Type | Class and Description |
---|---|
class |
MorphologyNamespace
The morphology namespace contains morphology operations.
|
Modifier and Type | Class and Description |
---|---|
class |
SegmentNamespace
The segment namespace contains segmentation operations.
|
Modifier and Type | Class and Description |
---|---|
class |
StatsNamespace
The stats namespace contains operations related to numerical statistics.
|
Modifier and Type | Class and Description |
---|---|
class |
ThreadNamespace
The thread namespace contains operations related to multithreading.
|
Modifier and Type | Class and Description |
---|---|
class |
ThresholdNamespace
The threshold namespace contains operations related to binary thresholding.
|
Modifier and Type | Class and Description |
---|---|
class |
TopologyNamespace
The topology namespace contains operations for calculating topology characteristics
|
Modifier and Type | Class and Description |
---|---|
class |
TransformNamespace
All method descriptions are from
Views . |
Copyright © 2014–2022 ImageJ. All rights reserved.