_PixelClassifierLoadSettings, _PixelClassifierND, _PixelClassifierSaveSettings, PixelClassifierAddClasses, PixelClassifierDefineBayes, PixelClassifierDefineManual, PixelClassifierDefineNeural, PixelClassifierDefinitionClose, PixelClassifierDefinitionReset, PixelClassifierDeselectInputChannel, PixelClassifierExportToExcel, PixelClassifierGetClassCount, PixelClassifierGetMeasuredArea, PixelClassifierInROI, PixelClassifierLoadSettings, PixelClassifierND, PixelClassifierRefresh, PixelClassifierRemoveAllData, PixelClassifierRemoveClasses, PixelClassifierRemoveData, PixelClassifierSaveSettings, PixelClassifierSelectInputChannel, PixelClassifierSelectInputData, PixelClassifierSetClassCount, PixelClassifierSetSmooth, PixelClassifierShowAreaFract, PixelClassifierStore
Description
PixelClassifierAddClasses(
int ClassifierClassCount
);
Adds a specified number of phases into the Pixel Classifier.
Description
PixelClassifierDefineBayes( intPickerSize
, intClassifierClassID
);
Selects the Bayes pixel classification method and a phase.
Description
PixelClassifierDefineManual( intClassifierThresholdPos
, intClassifierClassID
);
Selects the Manual pixel classification method and defines the threshold of the selected phase.
Description
PixelClassifierDefineNeural( intPickerSize
, intClassifierClassID
);
Selects the Neural pixel classification method on a selected phase and defines the picker size.
Description
PixelClassifierDefinitionClose();
Controls the Define button in the Pixel Classifier which switches between the standard and the training mode.
Description
PixelClassifierDefinitionReset();
Deletes all data created in the training mode.
Description
PixelClassifierDeselectInputChannel(
int ClassifierChannel
);
Deselects the defined channel found in the Channels combo box of the Pixel Classifier.
Description
PixelClassifierExportToExcel();
Exports the measured data into MS Excel.
Description
PixelClassifierGetClassCount(
int ClassifierClassCount
);
Returns the number of defined phases.
Description
PixelClassifierGetMeasuredArea( intClassifierClassID
, intClassifierArea
, intClassifierAreaFract
);
Returns the Area and Area Fraction values measured in the Pixel Classifier.
Description
PixelClassifierInROI(
int Enabled
);
Sets the pixel classification to be performed only inside the ROI(s).
Description
PixelClassifierLoadSettings(
char *ClassifierFileName
);
This function loads current pixel classifier settings from a specified file.
See Also
PixelClassifierSaveSettings, _PixelClassifierSaveSettings, _PixelClassifierLoadSettings
Description
PixelClassifierND( intNDTLoop
, intNDMPLoop
, intNDZLoop
);
Runs pixel classifier and performs classification according to the last used settings.
Parameters
Description
PixelClassifierRefresh();
Updates the classification data of the Pixel Classifier dialog using the current image.
Description
PixelClassifierRemoveAllData();
Clears all classification stored data.
Description
PixelClassifierRemoveClasses(
int ClassifierClassCount
);
Deletes phases in the Pixel Classifier table from the bottom to the top.
Description
PixelClassifierRemoveData();
Removes the currently selected classification stored data.
Description
PixelClassifierSaveSettings(
char *ClassifierFileName
);
This function saves current pixel classifier settings into a file.
See Also
_PixelClassifierSaveSettings, PixelClassifierLoadSettings, _PixelClassifierLoadSettings
Description
PixelClassifierSelectInputChannel(
int ClassifierChannel
);
Selects the defined channel found in the Channels combo box of the Pixel Classifier.
Description
PixelClassifierSelectInputData(
int ClassifierData
);
Defines the feature on which the Pixel Classifier will classify.
Description
PixelClassifierSetClassCount(
int ClassifierClassCount
);
Sets the number of phases to be present in the Pixel Classifier.
Description
PixelClassifierSetSmooth( intEnabled
, intClassifierSmoothLevel
);
Controls the Smooth button of the Pixel Classifier which applies the smooth operation onto the classified objects.
Description
PixelClassifierShowAreaFract(
int Enabled
);
Displays classification stored data as an area fraction in [%].
Description
PixelClassifierStore();
Saves the current classification data into the stored data.
Description
_PixelClassifierLoadSettings();
This function loads the current pixel classifier settings from a file. The function displays the Load Pixel Classifier Configuration window.
See Also
PixelClassifierSaveSettings, PixelClassifierLoadSettings, _PixelClassifierSaveSettings
Description
_PixelClassifierND();
Performs the pixel classification according to the last used settings of the Pixel Classifier either on all frames or on a selected dimension.
Description
_PixelClassifierSaveSettings();
This function saves the current pixel classifier settings to a file. The function displays the Save Pixel Classifier Configuration... window.
See Also
PixelClassifierSaveSettings, PixelClassifierLoadSettings, _PixelClassifierLoadSettings