Features
Difference in Job Mode
The available functionality of the individual steps can differ between the wizard in Free Mode and the steps that can be added in Job Mode, e.g. the Interactive checkbox is not visible in Job Mode.
In this step you select the measurement features.
|
Parameter |
Description |
|
|---|---|---|
|
Interactive |
Activated: The features can be changed interactively while the analysis setting is run. |
|
|
Class List |
Selects the class for which you want to define measurement features. You can specify different settings for each class. |
|
|
Features of Individual Regions/Features of All Regions |
Displays the features for the currently selected class/all classes and allows you to select additional features. |
|
|
– |
Select |
Opens the dialog for feature selection. |
|
– |
Copy to All |
Copies the defined features to all other classes. |
|
– |
Feature |
Displays the feature name(s) added for the currently selected class. |
|
– |
Display |
If you activate Display in the feature selection dialog for a feature, the result of the measurement is displayed next to the corresponding object in the analyzed image. |
|
Annotations |
Allows you to add annotations to the image, for example to indicate areas of particular significance. |
|
|
– |
Select |
Opens the dialog to select or edit the image annotations. |
|
– |
Copy to All |
Copies the annotations to all other classes. |
|
– |
Feature |
Displays the names of the annotations. |
|
Annotation Options |
||
|
– |
Color |
Activated: Allows you to select the color for the region annotations. |
|
Custom Feature |
Opens the editor to define a custom feature, see Custom Feature Editor. |
|
|
Feature list |
Displays a list of all created custom features. |
|
See also
Select Features of Individual Regions Dialog
For a description of individual measurement features, see Measurement Features.
|
Parameter |
Description |
|
|---|---|---|
|
Selected Features |
Displays all selected features that are calculated for the object during image analysis. |
|
|
- |
Name |
Displays the name of the respective feature. |
|
- |
Display |
Activated: The value of the feature for each object is displayed in the analyzed image. |
|
- |
Copy |
Only visible for Classes (collection of objects) and if more than one class exists. |
|
- |
|
Deletes the feature from the list. |
|
- |
|
Moves the currently selected feature one position up in the list. |
|
- |
|
Moves the currently selected feature one position down in the list. |
|
Available Features |
Displays the list with all available features. Double-click on the feature or click + to add the feature to the list of selected features on the left. |
|
|
Feature Search |
Here you can enter parts of the name of the feature that you are looking for. The features in which the entered character string occurs are listed. Select a type of feature according to which you want the features to be filtered from the dropdown list. |
|
|
- |
All |
Lists all features. |
|
- |
Geometric Features |
Lists all geometric features. |
|
- |
Intensity Features |
Lists all features that analyze intensity values. |
|
- |
Image Features |
Lists all features that contain meta information about the measured image. |
|
- |
Position Features |
Lists all features that describe the position. |
|
- |
Geometric Features Unscaled |
Lists all features that describe unscaled geometric features. |
|
- |
Position Features Unscaled |
Lists all features that describe unscaled positions. |
|
- |
Polygon-based Features |
Lists all features polygon-based features. |
|
OK |
Saves the feature selection and closes the dialog. |
|
|
Cancel |
Cancels the feature selection without saving. |
|
Select Features of All Regions Dialog
For a description of individual measurement features, see Measurement Features.
|
Parameter |
Description |
|
|---|---|---|
|
Selected Features |
Displays all selected features that are calculated for the object during image analysis. |
|
|
- |
Name |
Displays the name of the respective feature. |
|
- |
Display |
Activated: The value of the feature for each object is displayed in the analyzed image. |
|
- |
Copy |
Only visible for Classes (collection of objects) and if more than one class exists. |
|
- |
|
Deletes the feature from the list. |
|
- |
|
Moves the currently selected feature one position up in the list. |
|
- |
|
Moves the currently selected feature one position down in the list. |
|
Available Features |
Displays the list with all available features. Double-click on the feature or click + to add the feature to the list of selected features on the left. |
|
|
Feature Search |
Here you can enter parts of the name of the feature that you are looking for. The features in which the entered character string occurs are listed. Select a type of feature according to which you want the features to be filtered from the dropdown list. |
|
|
- |
All |
Lists all features. |
|
- |
Geometric Features |
Lists all geometric features. |
|
- |
Intensity Features |
Lists all features that analyze intensity values. |
|
- |
Image Features |
Lists all features that contain meta information about the measured image. |
|
- |
Position Features |
Lists all features that describe the position. |
|
- |
Geometric Features Unscaled |
Lists all features that describe unscaled geometric features. |
|
- |
Position Features Unscaled |
Lists all features that describe unscaled positions. |
|
OK |
Saves the feature selection and closes the dialog. |
|
|
Cancel |
Cancels the feature selection without saving. |
|
Custom Feature Editor
|
Parameter |
Description |
|
|---|---|---|
|
Custom Features |
Displays a list of the created custom features. |
|
|
– |
Name |
Displays the name of the created custom feature. |
|
– |
+ |
Adds a new custom feature that can be defined with the options on the right side. |
|
– |
|
Deletes the currently selected feature. |
|
Define Custom Feature |
||
|
– |
Name |
Defines the name of the feature. |
|
– |
Unit |
Specifies the unit of the feature as free text input. This input is optional. |
|
Define Operands |
Displays and defines the operands used for the calculation of the custom feature. |
|
|
– |
Operand |
Displays the name of the operand. |
|
– |
Class |
Selects the class that is used for the definition of the operand. For a single region class, also the classes of the children can be selected. |
|
– |
Feature |
Displays all available predefined measurement features for the selected class and selects which measurement feature should be used for the definition of the current operand. If you activate the checkbox behind the selection dropdown, the selected feature is also set visible in the result table. |
|
– |
Expression |
Displays the expression of the Operand(s) defined by the Class and Feature selection. |
|
– |
+ |
Adds a new operand to the list. |
|
– |
|
Deletes the currently selected operand. |
|
Define Custom Expression |
Defines the mathematical calculation of the feature, using the Operands and mathematical operators, e.g. 100*(a/b+Math.Pow(c,2)). |
|
|
– |
+ |
Adds the mathematical operator for summation to the calculation. |
|
– |
- |
Adds the mathematical operator for subtraction to the calculation. |
|
– |
* |
Adds the mathematical operator for multiplication to the calculation. |
|
– |
/ |
Adds the mathematical operator for division to the calculation. |
|
– |
Pow |
Adds the mathematical operator to calculate the power of a certain base value. Note that this operator requires two input values (the base and power value) separated by a comma, e.g. Math.Pow (2,3), which corresponds to 23. |
|
– |
Sqrt |
Adds the mathematical operator to calculate the square root of a value. |
|
– |
Abs |
Adds the mathematical operator to return the absolute number, i.e. non negative values. |
|
– |
PI |
Adds a mathematical operator for Pi. |
|
Verify Expression |
Checks the syntax of the Expression. |
|
|
OK |
Adds the defined custom features and closes the dialog. |
|
|
Cancel |
Closes the dialog without saving the changes. |
|


