Analysis Measurements
            The Analysis Measurement objects handle the setting of an analysis with a set of measurements.
		- AnalysisMsr: Defines the measurements to compute in analysis algorithms and gives access to their results.
 - Measurement: Base class (or protocol in python) of all measurements that can be computed by any analysis algorithm with user-defined measurements.
 - Native Measurements: Measurements natively available in ImageDev.
 - MeasurementAttributes: Class that gives access to specific parameters applicable to customizable measurements.
 - MeasurementGroup: Class that manages a serializable object containing a set of features.
 
            
    The following algorithms take a set of measurements as input and return the computed corresponding features: