public final class Ops extends Object
These interfaces are intended to mark all ops using a particular name,
regardless of their exact functionality. For example, all ops called "eval"
would be marked by implementing the Ops.Eval
interface, and
annotating them with:
@Plugin(type = Ops.Eval.class)
Modifier and Type | Class and Description |
---|---|
static class |
Ops.Coloc
Built-in op interfaces of the coloc namespace.
|
static class |
Ops.Convert
Built-in op interfaces of the convert namespace.
|
static class |
Ops.Copy
Built-in op interfaces of the copy namespace.
|
static class |
Ops.Create
Built-in op interfaces of the create namespace.
|
static class |
Ops.Deconvolve
Built-in op interfaces of the deconvolve namespace.
|
static interface |
Ops.Eval
Base interface for "eval" operations.
|
static class |
Ops.Filter
Built-in op interfaces of the filter namespace.
|
static class |
Ops.Geometric
Built-in op interfaces of the geom namespace.
|
static class |
Ops.Haralick
Built-in op interfaces of the haralick namespace.
|
static interface |
Ops.Help
Base interface for "help" operations.
|
static class |
Ops.HoG
Built-in op interfaces of the hog namespace.
|
static interface |
Ops.Identity
Base interface for "identity" operations.
|
static class |
Ops.Image
Built-in op interfaces of the image namespace.
|
static class |
Ops.ImageMoments
Built-in op interfaces of the imagemoments namespace.
|
static interface |
Ops.Join
Base interface for "join" operations.
|
static class |
Ops.Labeling
Built-in op interfaces of the labeling namespace.
|
static class |
Ops.LBP
Built-in op interfaces of the lbp namespace.
|
static class |
Ops.LinAlg
Built-in op interfaces of the linalg namespace.
|
static class |
Ops.Logic
Built-in op interfaces of the logic namespace.
|
static interface |
Ops.Lookup
Base interface for "op" operations.
|
static interface |
Ops.Loop
Base interface for "loop" operations.
|
static interface |
Ops.Map
Base interface for "map" operations.
|
static class |
Ops.Math
Built-in op interfaces of the math namespace.
|
static class |
Ops.Morphology
Built-in op interfaces of the morphology namespace.
|
static interface |
Ops.Run
Base interface for "run" operations.
|
static class |
Ops.Segment
Built-in op interfaces of the segment namespace.
|
static interface |
Ops.Slice
Base interface for "slice" operations.
|
static class |
Ops.Stats
Built-in op interfaces of the stats namespace.
|
static class |
Ops.Tamura
Built-in op interfaces of the tamura namespace.
|
static class |
Ops.Thread
Built-in op interfaces of the thread namespace.
|
static class |
Ops.Threshold
Built-in op interfaces of the threshold namespace.
|
static class |
Ops.Topology
Built-in op interfaces of the topology namespace.
|
static class |
Ops.Transform
Built-in op interfaces of the transform namespace.
|
static class |
Ops.Zernike
Built-in op interfaces of the zernike namespace.
|
Copyright © 2014–2022 ImageJ. All rights reserved.