(requires: Automatic Measurement)
_ObjectCountLoadSettings, _ObjectCountSaveSettings, ObjectCountAutoUpdate, ObjectCountExportDetailedToExcel, ObjectCountExportDetailedToFile, ObjectCountExportRawToExcel, ObjectCountExportRawToFile, ObjectCountGenerateBinary, ObjectCountGenerateBinaryND, ObjectCountGetCount, ObjectCountGetObjectFeature, ObjectCountLoadSettings, ObjectCountRestrObjAt, ObjectCountRestrObjSel, ObjectCountRestrReset, ObjectCountRestrSet, ObjectCountSaveSettings, ObjectCountUpdate
Description
ObjectCountAutoUpdate(
int Enable
);
This function sets the Keep updating count status.
Description
ObjectCountExportDetailedToExcel(
char *ObjectCountNote
);
Exports statistics specific for every object to MS Excel, including statistics regarding all objects.
Description
ObjectCountExportDetailedToFile( char *ObjectCountFile
, char *ObjectCountNote
);
Exports statistics specific for every object to a file, including statistics regarding all objects.
Description
ObjectCountExportRawToExcel(
char *ObjectCountNote
);
Exports statistics specific for every object to MS Excel.
Description
ObjectCountExportRawToFile( char *ObjectCountFile
, char *ObjectCountNote
);
Exports statistics specific for every object to a file.
Description
ObjectCountGenerateBinary();
This function turns the currently thresholded object count layer to a Binary layer. Any restrictions defined within the Object Count window will be applied (restricted objects will not be copied to the binary layer).
Description
ObjectCountGenerateBinaryND( intNDTLoop
, intNDMPLoop
, intNDZLoop
);
This function turns the currently thresholded object count layer to a Binary layer. It is applied to the defined ND2 dimensions only. Any restrictions defined within the Object Count window will be applied (restricted objects will not be copied to the binary layer).
Parameters
Description
ObjectCountGetCount( int *ObjectCountCount
, double *ObjectCountAreaFraction
, double *ObjectCountMeasuredArea
);
Gets the number of counted objects, area fraction and measured area.
Description
ObjectCountGetObjectFeature( intObjectCountIndex
, char *ObjectCountFeature
, double *ObjectCountFeatureValue
);
Gets the feature value for a given object.
Parameters
Description
ObjectCountLoadSettings(
char *ObjectCountFileName
);
This function loads the current object count settings from a specified file.
See Also
ObjectCountSaveSettings, _ObjectCountSaveSettings, _ObjectCountLoadSettings
Description
ObjectCountRestrObjAt( char *ObjectCountFeature
, intObjectCountInclude
, intObjectCountDirection
, intDocPosX
, intDocPosY
);
Performs restriction according to an object specified by its position.
Parameters
ObjectCountFeature
Feature name (Area, EqDiameter, Perimeter, Length, Width, MaxFeret, MinFeret, Circularity, Elongation, MeanIntensity, SumIntensity).
ObjectCountInclude
If ObjectCountDirection > 0 excludes objects with values higher than the feature value of the given object. If ObjectCountDirection < 0 excludes objects with values lower than the feature value of the given object | |
If ObjectCountDirection > 0 excludes objects with values lower than the feature value of the given object. If ObjectCountDirection < 0 excludes objects with values higher than the feature value of the given object |
Note
The feature minimum and maximum value and “inside flag” can be modified by the ObjectCountRestrSet function.
See Also
ObjectCountRestrSet
Description
ObjectCountRestrObjSel( char *ObjectCountFeature
, intObjectCountInclude
, intObjectCountDirection
);
Performs restriction according to the objects selected in the list.
Parameters
ObjectCountFeature
Feature name (Area, EqDiameter, Perimeter, Length, Width, MaxFeret, MinFeret, Circularity, Elongation, MeanIntensity, SumIntensity).
ObjectCountInclude
Excludes objects with values higher than the highest feature value of the selected objects. | |
Excludes objects with values lower than the lowest feature value and higher than the highest feature value of the selected objects. | |
Excludes objects with values lower than the lowest feature value of the selected objects. |
See Also
ObjectCountRestrSet
Description
ObjectCountRestrReset();
This function resets all restrictions applied to the object count measurement.
Description
ObjectCountRestrSet( char *ObjectCountFeature
, intObjectCountInside
, doubleObjectCountMin
, doubleObjectCountMax
);
Sets the restriction of a given feature. Objects that are inside the interval specified by minimum and maximum are either included or excluded.
Parameters
See Also
ObjectCountRestrReset
Description
ObjectCountSaveSettings(
char *ObjectCountFileName
);
This function saves the current object count settings into a file.
See Also
_ObjectCountSaveSettings, ObjectCountLoadSettings, _ObjectCountLoadSettings
Description
ObjectCountUpdate(
int ObjectCountRethreshold
);
Performs an object count update.
Description
_ObjectCountLoadSettings();
This function loads the current object count settings from a file. The function displays the Load Object Count Configuration dialog window.
See Also
ObjectCountSaveSettings, ObjectCountLoadSettings, _ObjectCountSaveSettings