CogBlobSegmentationParams MethodsCognex VisionPro 9.8

The CogBlobSegmentationParams type exposes the following members.

Methods

  NameDescription
Public methodClone
Returns a deep copy of this class instance. Derived classes that implement Clone should override this method. Other clients who wish to clone this instance should call ICloneable.Clone.
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 
Destruct this CogBlobSegmentationParams.
Protected methodDispose(Boolean)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Finalize this CogBlobSegmentationParams.
(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.)
Public methodGetMap
Pixel map that is to be applied to the InputImage when using the Map segmentation mode. Each pixel in the input image is replaced by the value within the pixel map at the index equal to the input image pixel value.
Protected methodGetObjectData
Implements the GetObjectData method of the ISerializable interface.
(Inherited from CogSerializableObjectBase.)
Public methodGetPostMap
Pixel map that is to be applied to the image that resulted from subtracting the SubtractionImage from the InputImage. The value resulting from the subtraction is used as an index into PostMap and is replaced with the value at that index in PostMap.
Public methodGetPreMap
Pixel map that is to be applied to the InputImage when using subtraction image as the segmentation mode. Each pixel in the InputImage is used as an index into PreMap. The input pixel value is replaced with the value from PreMap.
Public methodGetPreMap16
Pixel map that is to be applied to the 16 bit InputImage when using subtraction image as the segmentation mode. Each pixel in the InputImage is used as an index into PreMap16. The input pixel value is replaced with the value from PreMap16.
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 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.)
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 methodSetMap
Pixel map that is to be applied to the InputImage when using the Map segmentation mode. Each pixel in the input image is replaced by the value within the pixel map at the index equal to the input image pixel value.
Public methodSetPostMap
Pixel map that is to be applied to the image that resulted from subtracting the SubtractionImage from the InputImage. The value resulting from the subtraction is used as an index into PostMap and is replaced with the value at that index in PostMap.
Public methodSetPreMap
Pixel map that is to be applied to the InputImage when using subtraction image as the segmentation mode. Each pixel in the InputImage is used as an index into PreMap. The input pixel value is replaced with the value from PreMap.
Public methodSetPreMap16
Pixel map that is to be applied to the 16 bit InputImage when using subtraction image as the segmentation mode. Each pixel in the InputImage is used as an index into PreMap16. The input pixel value is replaced with the value from PreMap16.
Public methodSetSegmentationHardDynamicThreshold
Sets the segmentation Mode to HardDynamicThreshold and sets the TailLow, TailHigh, and Polarity properties to the values supplied.
Public methodSetSegmentationHardFixedThreshold
Sets the segmentation Mode to HardFixedThreshold and sets the HardFixedThreshold & Polarity properties to the values supplied.
Public methodSetSegmentationHardRelativeThreshold
Sets the segmentation Mode to HardRelativeThreshold and sets the TailLow, TailHigh, HardRelativeThreshold, & Polarity properties to the values supplied.
Public methodSetSegmentationMap
Sets the segmentation Mode to Map and sets the Map & ScalingValue properties to the values supplied.
Public methodSetSegmentationNone
Sets the segmentation Mode to None and sets the ScalingValue property to the value supplied.
Public methodSetSegmentationSoftFixedThreshold
Sets the segmentation Mode to SoftFixedThreshold and sets the SoftRelativeThresholdLow, SoftRelativeThresholdHigh, Softness, & Polarity properties to the values supplied.
Public methodSetSegmentationSoftRelativeThreshold
Sets the segmentation Mode to SoftRelativeThreshold and sets the TailLow, TailHigh, SoftRelativeThresholdLow, SoftRelativeThresholdHigh, Softness, & Polarity properties to the values supplied.
Public methodSetSegmentationSubtractionImage( Byte , CogImage8Grey,  Byte , Int32, Int32, Int32)
Sets the segmentation Mode to SubtractionImage and sets the PreMap, SubtractionImage, PostMap, ScalingValue, SubtractionImageOffsetX, & SubtractionImageOffsetY properties to the values supplied.
Public methodSetSegmentationSubtractionImage( UInt16 , CogImage16Grey,  Byte , Int32, Int32, Int32)
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.)
Top
See Also