A labeled view for a red tool.
Inheritance Hierarchy
System MarshalByRefObject
Cognex.VisionPro.Implementation CogObjectBase
Cognex.VisionPro.Implementation CogSerializableObjectBase
Cognex.VisionPro.DLRuntime CogDLRuntimeViewBase
Cognex.VisionPro.DLRuntime CogDLRuntimeViewRed
Cognex.VisionPro.DLRuntime CogDLRuntimeViewRedLabeled
Namespace: Cognex.VisionPro.DLRuntime
Assembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 87.1.0.0 (87.1.0.0)
Syntax
The CogDLRuntimeViewRedLabeled type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogDLRuntimeViewRedLabeled(CogDLRuntimeViewRedLabeled) |
Construct a deep copy of the supplied labeled red view.
| |
| CogDLRuntimeViewRedLabeled(SerializationInfo, StreamingContext) |
Serialization constructor for CogDLRuntimeViewRedLabeled.
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Create a deep copy of this object.
| |
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetAttributes |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetClassName |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetComponentName |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetConverter |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetDefaultEvent |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetDefaultProperty |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetEditor |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetEvents |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetEvents( Attribute ) |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| GetObjectData |
Implements the GetObjectData method of the ISerializable interface.
(Inherited from CogSerializableObjectBase.) | |
| GetProperties |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetProperties( Attribute ) |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetPropertyOwner |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ALEncoded |
True if this view was automatically labeled.
(Inherited from CogDLRuntimeViewRed.) | |
| Background |
The view's background scores per class.
| |
| Bookmark |
True if this view is bookmarked.
(Inherited from CogDLRuntimeViewBase.) | |
| FilteredScore |
The maximum score after filtering.
(Inherited from CogDLRuntimeViewRed.) | |
| Group |
The name of the group to which this view belongs.
(Inherited from CogDLRuntimeViewBase.) | |
| HasMask |
True if this view has a mask.
(Inherited from CogDLRuntimeViewBase.) | |
| InvalidMessage |
A message explaining why this view is invalid and could not be
trained.
(Inherited from CogDLRuntimeViewBase.) | |
| IsLabeled |
True if this view has been labeled. If true, this view will
implement the
ICogDLRuntimeLabeledView
interface.
(Inherited from CogDLRuntimeViewBase.) | |
| LabelChecking |
True if the view is checking label quality.
| |
| LabelCheckResults |
Gets the label qualities by the patch unit.
| |
| LabeledRegions |
The list of labeled regions. The view is labeled negative if
it has no labeled regions.
| |
| LabelQuality |
A score that indicates the correctness of this view's labeling.
| |
| Manual |
Indicates whether the view's training flag is set manually.
| |
| Mask |
The view's mask.
(Inherited from CogDLRuntimeViewBase.) | |
| Memo |
The view's memo.
(Inherited from CogDLRuntimeViewBase.) | |
| Metrics |
An XmlElement containing classification performance data
with respect to single region classes as well as overall.
| |
| Mode |
Whether this tool was trained in Supervised or Unsupervised mode.
(Inherited from CogDLRuntimeViewRed.) | |
| Parent |
This view's parent
CogDLRuntimeMarking (Inherited from CogDLRuntimeViewBase.) | |
| Pose |
This region's pose.
(Inherited from CogDLRuntimeViewBase.) | |
| ProcessingError |
The type, if any, of error that occured during processing.
(Inherited from CogDLRuntimeViewBase.) | |
| RefPose |
This view was defined with respect to this pose.
(Inherited from CogDLRuntimeViewBase.) | |
| Regions |
The list of found regions.
(Inherited from CogDLRuntimeViewRed.) | |
| Score |
The maximum score.
(Inherited from CogDLRuntimeViewRed.) | |
| ScoreMaps |
A collection of score-maps for each class name.
(Inherited from CogDLRuntimeViewRed.) | |
| Scores |
A collection of view scores per class name.
(Inherited from CogDLRuntimeViewRed.) | |
| Size |
The size of this view in pixels.
(Inherited from CogDLRuntimeViewBase.) | |
| Threshold |
The view's lower and upper detection thresholds.
(Inherited from CogDLRuntimeViewRed.) | |
| Train |
Indicates whether the view is used for training.
| |
| Uncertainty |
The view's prediction uncertainty (-1 if not computed).
(Inherited from CogDLRuntimeViewRed.) | |
| Validation |
Indicates whether the view is used for validation.
|
See Also