Version: Beta-4.1.1-r5927-b91
OmeroBlitz Api
Home
Previous
Up
Next
Index
omero::constants::projection
Overview
module projection
Used by JobHandle as the status of jobs
Constant Index
MAXIMUMINTENSITYMETHODOLOGY
Methodology strings
MEANINTENSITYMETHODOLOGY
SUMINTENSITYMETHODOLOGY
Enumeration Index
ProjectionType
Used by the IProjection methods to declare which projection to perform.
Constants
const string
MAXIMUMINTENSITYMETHODOLOGY
= "MAXIMUM_INTENSITY_PROJECTION";
Methodology strings
const string
MEANINTENSITYMETHODOLOGY
= "MEAN_INTENSITY_PROJECTION";
const string
SUMINTENSITYMETHODOLOGY
= "SUM_INTENSITY_PROJECTION";
Home
Previous
Up
Next
Index