Field

_FieldMeasSetup, _MeasureFieldND, Measure3DVolume, MeasureField, MeasureFieldND, ResetFieldFeatures, SelectFieldFeature

Measure3DVolume

Description 

 Measure3DVolume();

This function displays the Volume Measurement control window. When an ND2 (incl. Z dimension) image is opened the volume measurement is performed.

MeasureField

Description 

 MeasureField();

This function performs measurement on the selected field.

Note

A set of size, shape and density measurements defined by the Field Features command (Measure menu) is performed on a field.

See Also 
ScanObjects, _FieldMeasSetup, ResetFieldFeatures, SelectFieldFeature, MeasFrame, MaskOn

MeasureFieldND

Interactive command to this function: Measure > Measure Field and ROIs

Description 

 MeasureFieldND(
   int  NDTLoop,
   int  NDMPLoop,
   int  NDZLoop
);

This function performs measurement on the selected field and dimension.

Parameters

int NDTLoop

0

apply to the current loop only

1

apply to the whole Time dimension

int NDMPLoop

Apply to Multi Point dimension.

0

apply to the current loop only

1

apply to the whole Multi Point dimension

int NDZLoop

Apply to Z dimension

0

apply to the current loop only

1

apply to the whole Z Series dimension

Note

A set of size, shape and density measurements defined by the Field Features command (Measure menu) is performed on a field.

See Also 
ScanObjects, _FieldMeasSetup, ResetFieldFeatures, SelectFieldFeature, MeasFrame, MaskOn

ResetFieldFeatures

Description 

 ResetFieldFeatures();

This function clears features for field measurement. This function is typically called, when you invoke the Field Features command (Measure menu). An interactive equivalent is the _FieldMeasSetup function.

See Also 
_FieldMeasSetup, SelectFieldFeature, _FieldMeasSetup

SelectFieldFeature

Description 

 SelectFieldFeature(
   char *FeatName
);

This function defines a feature to be included in field measurement.

Parameters

char *FeatName

Name of the measurement feature.

See Also 
_FieldMeasSetup, ResetFieldFeatures

_FieldMeasSetup

This function runs the Measure > Field and ROI Features command.

Description 

 _FieldMeasSetup();

_MeasureFieldND

This function runs the Measure > Measure Field and ROIs command.

Description 

 _MeasureFieldND();

This function equals the MeasureField function except when performed on ND2 document you will be prompt to select whether to process the current image, selected dimension, or the whole ND document.