CogOCRMaxClassifierImpl MethodsCognex VisionPro 9.25 SR1

The CogOCRMaxClassifierImpl type exposes the following members.

Methods

  NameDescription
Public methodClone
Returns a deep copy of this class instance.
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDispose 
Protected methodDispose(Boolean)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize (Overrides Object Finalize .)
Protected methodGetAttributes
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetClassName
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetComponentName
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetConverter
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetDefaultEvent
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetDefaultProperty
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEditor
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEvents 
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEvents( Attribute )
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodGetObjectData (Overrides CogSerializableObjectBase GetObjectData(SerializationInfo, StreamingContext).)
Protected methodGetProperties 
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetProperties( Attribute )
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetPropertyOwner
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Public methodGetTrainCharacterIndices
Returns the indices of all training instances in TrainCharacterKeys() that match the specified character key.
Public methodGetTrainCharacterKeys
Returns a copy of the keys of all training characters.
Public methodGetTrainCharacters
Returns a copy of the training characters.
Public methodGetTrainCharactersProcessed
Returns a copy of the training characters after processing (re-sampling and image pre-processing).
Public methodGetTrainParams
Returns a copy of the training params specified when calling StartTrain(), Train(), or Retrain().
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodIsStartTrained
Whether training has started, regardless of if the classifier has received any training instances.
Public methodIsTrained
Whether this classifier has been trained with at least one training instance.
Protected methodMemberwiseClone 
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Protected methodOnChanged(Int64)
This method should be called internally whenever the object's state may have changed.
(Inherited from CogSerializableChangedEventBase.)
Protected methodOnChanged(CogChangedEventArgs)
This method may be called internally whenever a derived object's state may have changed and the derived object expresses this change via a derived CogChangedEventArgs class.
(Inherited from CogSerializableChangedEventBase.)
Public methodResumeAndRaiseChangedEvent
Re-enables raising of the Changed event after SuspendChangedEvent has been called, and raises the Changed event 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.
(Inherited from CogSerializableChangedEventBase.)
Public methodRetrain
Re-train the classifier with the specified parameters and the training instances saved in the tool. It is okay to call Retrain() repeatedly. Effects of earlier calls will be cleared by the last call. After the call, both IsStartTrained() and IsTrained() remain true.
Public methodRun(CogOCRMaxChar, CogOCRMaxSwapCharSet, CogOCRMaxClassifierRunParams)
Run the classifier on the input character(s).
Public methodRun( CogOCRMaxChar , CogOCRMaxSwapCharSet, CogOCRMaxClassifierRunParams)
Run the classifier on the input character(s).
Public methodRun(CogOCRMaxChar, Boolean, Double, CogOCRMaxSwapCharSet, CogOCRMaxClassifierRunParams)
Run the classifier on the input character(s).
Public methodRun( CogOCRMaxChar ,  Boolean ,  Double , CogOCRMaxSwapCharSet, CogOCRMaxClassifierRunParams)
Run the classifier on the input character(s).
Public methodStartTrain
Start the training process with the specified parameters. This calls Untrain() as the first step. It is legal to call startTrain() repeatedly. Effects of earlier calls will be cleared by the last call.
Public methodSuspendChangedEvent
Temporarily suspends the raising of the Changed event. May be called more than once, and a corresponding call to ResumeAndRaiseChangedEvent must be made for each call to SuspendChangedEvent.
(Inherited from CogSerializableChangedEventBase.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodTrain
Convenience functions to call StartTrain() followed by TrainIncremental(). After the call, IsStartTrained() and IsTrained() become/remain true. It is okay to call Train() repeatedly. Effects of earlier calls will be cleared by the last call.
Public methodTrainIncremental(CogOCRMaxChar)
Add one training instance to this classifier. Requires IsStartTrained() be true. After the call, IsTrained() becomes/remains true.
Public methodTrainIncremental(CogSerializableCollectionBase CogOCRMaxChar )
Add one training instance to this classifier. Requires IsStartTrained() be true. After the call, IsTrained() becomes/remains true.
Public methodUntrain
Untrain the classifier. Discard information of all training parameters and training instances.
Top
See Also