SmartLineTrainData ClassCognex VisionPro 9.22

This class holds the information needed to train a segmenter specifically for use within the SmartLineTool.

Inheritance Hierarchy

System Object
  Cognex.Vision ShareableBase
    Cognex.Vision ChangedEventShareableBase
      Cognex.Vision.ELCore TrainData
        Cognex.Vision.SmartLine SmartLineTrainData

Namespace: Cognex.Vision.SmartLine
Assembly: Cognex.Vision.SmartLine.Net (in Cognex.Vision.SmartLine.Net.dll) Version: 9.22.2.0
Syntax

public sealed class SmartLineTrainData : TrainData, 
	IObject

The SmartLineTrainData type exposes the following members.

Constructors

  NameDescription
Public methodSmartLineTrainData

Constructs a new instance of this class.

Top
Methods

  NameDescription
Public methodEquals
Compares the equality of this object with another.
(Overrides TrainData Equals(Object).)
Public methodGetHashCode
Returns the hash code of this object.
(Overrides TrainData GetHashCode .)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetTypeMeta

Get the TypeMeta that describes the type of this object.

(Overrides TrainData GetTypeMeta .)
Public methodResumeAndRaiseChangedEvent

Re-enables raising of the ChangedEvent after SuspendChangedEvent has been called, and raises the ChangedEvent if the ChangedEventSuspended count is reduced to zero and any changes were made while events were suspended. Must be called once for each call to SuspendChangedEvent.

(Overrides TrainData ResumeAndRaiseChangedEvent .)
Public methodSuspendChangedEvent

Temporarily suspends the raising of the ChangedEvent. May be called more than once, and a corresponding call to ResumeAndRaiseChangedEvent must be made for each call to SuspendChangedEvent.

(Overrides TrainData SuspendChangedEvent .)
Public methodToString

Returns a human readable string that represents the object.

(Overrides TrainData ToString .)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compares the equality of two SmartLineTrainData objects.
Public operatorStatic memberInequality
Compares the inequality of two SmartLineTrainData objects.
Top
Properties

  NameDescription
Public propertyAssignments

Gets the class item to shape assignment collection.

(Inherited from TrainData.)
Public propertyChangedEventSuspended

Indicates if raising the ChangedEvent has been suspended.

(Overrides TrainData ChangedEventSuspended.)
Public propertyExpectedRotation

Gets the rotation of the image in radians with respect to pixel space.

Public propertyHandle (Inherited from TrainData.)
Public propertyIdentifier
Get

Gets the unique identifier of the train data.

(Inherited from TrainData.)
Public propertyImage

Gets the source image.

(Inherited from TrainData.)
Public propertyIsTraining
Get

Gets whether this train data should be taken into account during the training process.

(Inherited from TrainData.)
Public propertyLastRunVerificationResult
Get

Gets the result of the last run verification process.

(Inherited from TrainData.)
Public propertyRegion

Gets the region of interest.

(Inherited from TrainData.)
Public propertyRegionMode

Gets the mode for the region of interest.

(Inherited from TrainData.)
Top
Events

  NameDescription
Public eventChanged

The actual event.

(Overrides TrainData Changed.)
Top
See Also