A labeled view for a green tool.
Inheritance Hierarchy
System MarshalByRefObject
Cognex.VisionPro.Implementation CogObjectBase
Cognex.VisionPro.Implementation CogSerializableObjectBase
Cognex.VisionPro.DLRuntime CogDLRuntimeViewBase
Cognex.VisionPro.DLRuntime CogDLRuntimeViewGreen
Cognex.VisionPro.DLRuntime CogDLRuntimeViewGreenLabeled
Namespace: Cognex.VisionPro.DLRuntime
Assembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 87.0.0.0 (87.0.0.0)
Syntax
The CogDLRuntimeViewGreenLabeled type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogDLRuntimeViewGreenLabeled(CogDLRuntimeViewGreenLabeled) |
Construct a deep copy of the supplied labeled green view.
| |
| CogDLRuntimeViewGreenLabeled(SerializationInfo, StreamingContext) |
Serialization constructor for CogDLRuntimeViewGreenLabeled.
|
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 | |
|---|---|---|
| BestTag |
The tag with the highest score.
(Inherited from CogDLRuntimeViewGreen.) | |
| Bookmark |
True if this view is bookmarked.
(Inherited from CogDLRuntimeViewBase.) | |
| Exclusive |
True if the green tool operates in exclusive mode, i.e. the
sum of all class probabilities is equal to one.
(Inherited from CogDLRuntimeViewGreen.) | |
| 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.
| |
| LabeledTags |
The list of labeled tags in this view.
| |
| LabelQuality |
Gets the score that indicates how correctly labeled.
| |
| 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.) | |
| 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.) | |
| SimilarityReference |
True if the view is a similarity reference.
| |
| Size |
The size of this view in pixels.
(Inherited from CogDLRuntimeViewBase.) | |
| Tags |
Gets the collection of tags. Less than 1% of tags are
not returned.
(Inherited from CogDLRuntimeViewGreen.) | |
| Threshold |
Gets the view's classification threshold.
(Inherited from CogDLRuntimeViewGreen.) | |
| Train |
Indicates whether the view is used for training.
| |
| Uncertainty |
Gets the view's prediction uncertainty, or -1.0 if not computed.
(Inherited from CogDLRuntimeViewGreen.) | |
| Unknown |
True if the label is unknown, i.e. not part of the current
learned tags.
| |
| Validation |
Indicates whether the view is used for validation.
|
See Also