Other

_ManualMeasLoadSettings, _ManualMeasSaveSettings, _MeasurementLoadSettings, _MeasurementSaveSettings, ManualMeasLoadSettings, ManualMeasSaveSettings, MeasObjectExclusion, MeasurementLoadSettings, MeasurementSaveSettings, ShowIntensitySurfacePlot

ManualMeasLoadSettings

Description 

 ManualMeasLoadSettings(
   char *MeasurementFileName
);

Loads the previously saved measured data and configuration of their display from an external file.

Parameters

char *MeasurementFileName

Defines complete path to the file you want to load / save.

ManualMeasSaveSettings

Description 

 ManualMeasSaveSettings(
   char *MeasurementFileName
);

Saves the measured data and configuration of their display to an external file.

Parameters

char *MeasurementFileName

Defines complete path to the file you want to load / save.

MeasObjectExclusion

Description 

 MeasObjectExclusion(
   int  MeasFrameInclude,
   int  MeasROIInclude,
   int  MeasImageInclude
);

Sets the rules for excluding objects in the Automated measurement. The rules are used based on the visibility of measurement frame and ROI. If both frame and ROI are turned off, the rule for the whole image applies.

Parameters

int MeasFrameInclude

Measurement frame rule.

0

Include objects touching frame borders

1

Exclude objects touching frame borders

2

Include objects touching top or right border

int MeasROIInclude

ROI rule

0

Include objects touching ROI borders

1

Exclude objects touching ROI borders

2

Intersection - Use only part of the object inside ROI

int MeasImageInclude

Image borders rule. Used only when both frame and ROI are turned off.

0

Include objects touching image borders

1

Exclude objects touching image borders

MeasurementLoadSettings

Description 

 MeasurementLoadSettings(
   char *MeasurementFileName
);

This function loads the current measurement settings from a specified file.

Parameters

char *MeasurementFileName

Defines complete path to the file you want to load / save.

See Also 
MeasurementSaveSettings, _MeasurementSaveSettings, _MeasurementLoadSettings

MeasurementSaveSettings

Description 

 MeasurementSaveSettings(
   char *MeasurementFileName
);

This function saves the current measurement settings into a file.

Parameters

char *MeasurementFileName

Defines complete path to the file you want to load / save.

See Also 
_MeasurementSaveSettings, MeasurementLoadSettings, _MeasurementLoadSettings

_ManualMeasLoadSettings

Description 

 _ManualMeasLoadSettings();

Loads the previously saved measured data and configuration of their display from an external file.

See Also 
_ManualMeasSaveSettings

_ManualMeasSaveSettings

Description 

 _ManualMeasSaveSettings();

Saves the measured data and configuration of their display to an external file.

See Also 
_ManualMeasLoadSettings

_MeasurementLoadSettings

Description 

 _MeasurementLoadSettings();

This function loads the current automated measurement settings from a file. It displays the Load Configuration and Data window.

See Also 
MeasurementSaveSettings, MeasurementLoadSettings, _MeasurementSaveSettings

_MeasurementSaveSettings

Description 

 _MeasurementSaveSettings();

This function saves the current automated measurement settings to a file. It displays the Save Configuration and Data... window.

See Also 
MeasurementSaveSettings, MeasurementLoadSettings, _MeasurementLoadSettings

ShowIntensitySurfacePlot

This function runs the Measure > Intensity Surface Plot command.

Description 

 ShowIntensitySurfacePlot();

This function generates an image surface view based on the pixel intensity values.