This interface represents a view (ROI) holding the results from
the analysis.
Namespace: Cognex.VisionPro.DLRuntimeAssembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 87.0.0.0 (87.0.0.0)
Syntax
The ICogDLRuntimeView type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Bookmark |
True if this view is bookmarked.
| |
| Group |
The name of the group to which this view belongs.
| |
| HasMask |
True if this view has a mask.
| |
| InvalidMessage |
A message explaining why this view is invalid and could not be
trained.
| |
| IsLabeled |
True if this view has been labeled. If true, this view will
implement the
ICogDLRuntimeLabeledView
interface.
| |
| Mask |
The view's mask.
| |
| Memo |
The view's memo.
| |
| Parent |
This view's parent
CogDLRuntimeMarking | |
| Pose |
This region's pose.
| |
| ProcessingError |
The type, if any, of error that occured during processing.
| |
| RefPose |
This view was defined with respect to this pose.
| |
| Size |
The size of this view in pixels.
|
See Also