Version: Beta4.2.1-r8614-Beta4.2-b41

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