Click or drag to resize

BaseImageProcessingResultHandler Properties

The BaseImageProcessingResultHandler type exposes the following members.

Properties
 NameDescription
Public propertyAreLoopPermutations If testing parameters in a loop while executing is enabled, this parameter controls if all possible combinations should be tried.
(Inherited from BaseImageProcessingVariationCapableElement)
Protected propertyAreParametersExpanded If true the expander of the parameters in the GUI is expanded. Ignorable in case the API is used.
(Inherited from BaseImageProcessingVariationCapableElement)
Protected propertyAreVariationsExpanded If true the expander of the failure handling in the GUI is expanded. Ignorable in case the API is used.
(Inherited from BaseImageProcessingVariationCapableElement)
Protected propertyConfigurationManager
(Inherited from BasePlugin)
Public propertyElapsedTimeMsg A notification string containing the time the element's execution has lasted.
(Inherited from BaseImageProcessingElement)
Public propertyExecutionStartPointIndex When testing parameters (especially in a loop), this parameter controls where to start the execution. Relevant only in the GUI.
(Inherited from BaseImageProcessingVariationCapableElement)
Public propertyFoundObjectsPixel The objects found by this image processing element; coordinates given in pixel coordinates relative to the region of interest the polygons are retrieved from.
(Inherited from BaseImageProcessingSearcherElement)
Public propertyFoundObjectsWorld The objects found by this image processing element; coordinates given in world coordinates in micrometers.
(Inherited from BaseImageProcessingSearcherElement)
Public propertyImageProcessingAutomation The image processing automation object this image processing element belongs to.
(Inherited from BaseImageProcessingElement)
Public propertyImageProcessingAutomationView The GUI of the automation object. Only needed in case used by the GUI for showing some kind of progress. null in case used by the API.
(Inherited from BaseImageProcessingElement)
Public propertyIsAborted Is set to true if the user aborts the execution of this element.
(Inherited from BaseImageProcessingElement)
Public propertyIsAdvancedMode If true, in an image processing dialog the advanced parameters will be shown.
(Inherited from BaseImageProcessingElement)
Protected propertyIsAutoTest If true the testing is done immediately when changing a parameter. Ignorable in case the API is used.
(Inherited from BaseImageProcessingVariationCapableElement)
Public propertyIsAutoTestWhenOpened If true the image processing of this object is started immediately when the dialog is opened.
(Inherited from BaseImageProcessingElement)
Public propertyIsBoundingBox In some searchers a bounding box around detected elements can be displayed if this property is true.
(Inherited from BaseImageProcessingSearcherElement)
Public propertyIsExecutionStartedByGui If true the appropriate GUI elements are updated to show the progress in case of looping.
(Inherited from BaseImageProcessingElement)
Public propertyIsExecutionStartedByOwnGui Is set to true only if the execution is started by the own GUI dialog, not by the image processing dialog.
(Inherited from BaseImageProcessingElement)
Public propertyIsOk Flag to indicate if the search has been successful.
(Inherited from BaseImageProcessingVariationCapableElement)
Public propertyIsSaveResultImage If true, the final result image of an image processing job element is saved if this mechanism is activated in StoreImages.
(Inherited from BaseImageProcessingElement)
Public propertyIsSettingsDialogOpen Is true if the settings dialog is currently open.
(Inherited from BaseImageProcessingElement)
Public propertyIsSingleObjectFound Is true if only a single object is found, rather than no object or several objects.
(Inherited from BaseImageProcessingSearcherElement)
Protected propertyIsTestingExpanded If true the expander of the testing controls in the GUI is expanded. Ignorable in case the API is used.
(Inherited from BaseImageProcessingVariationCapableElement)
Public propertyIsTimedOut When the TimeoutTime is exceeded while executing the job element this flag is set to true.
(Inherited from BaseImageProcessingElement)
Public propertyIsVerbose If true the result string will contain the coordinates additionally in pixel units.
(Inherited from BaseImageProcessingSearcherElement)
Public propertyLineThickness The thickness of the marking lines in the intermediate and result canvasses. Ignorable in case the API is used.
(Inherited from BaseImageProcessingSearcherElement)
Protected propertyLogDirectory The directory of the log file.
(Inherited from BasePlugin)
Public propertyLogger The common logger.
(Inherited from BasePlugin)
Public propertyNameInGui This string is shown in the GUI in the list of available elements.
(Inherited from BaseImageProcessingElement)
Public propertyPluginMetadata The metadata of the plugin instances. If the concrete class inherits from the BasePluginSetup interface, the metadata of the BasePluginSetup will be prefilled.
(Inherited from BasePlugin)
Public propertyRadius Some searcher elements contain marking circles in the intermediate and result canvasses. This is the radius of these circles in pixel.
(Inherited from BaseImageProcessingSearcherElement)
Public propertySearchNo The sequential number of the search which is done during the image processing job. I. e. an identifier for the 1st, 2nd or 3rd search an object has been found in; the value is 1, 2 or 3.
(Inherited from BaseImageProcessingSearcherElement)
Public propertyShouldLoop Only if true the looping with variation of the parameters given in VariationParameters will be done.
(Inherited from BaseImageProcessingVariationCapableElement)
Public propertySuccessWritePortAutomation The WritePortAutomation object that is used in case the image processing has been successful.
Public propertySuccessWriteSerialPortAutomation The WriteSerialPortAutomation object that is used in case the image processing has been successful.
Public propertyTimeoutTime If this time (in milliseconds) is exceeded while executing the job element, the execution will be aborted and the property IsTimedOut will be set to true.
(Inherited from BaseImageProcessingElement)
Public propertyVariationParameters The list of all parameters that should be varied during looping.
(Inherited from BaseImageProcessingVariationCapableElement)
Top
See Also