The CogBlobSegmentationParams type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clone |
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.
| |
| 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.) | |
| Dispose |
Destruct this CogBlobSegmentationParams.
| |
| Dispose(Boolean) | ||
| Equals | (Inherited from Object.) | |
| Finalize |
Finalize this CogBlobSegmentationParams.
(Overrides Object Finalize .) | |
| 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.) | |
| GetMap |
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.
| |
| GetObjectData |
Implements the GetObjectData method of the ISerializable interface.
(Inherited from CogSerializableObjectBase.) | |
| GetPostMap |
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.
| |
| GetPreMap |
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.
| |
| GetPreMap16 |
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.
| |
| 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.) | |
| OnChanged(Int64) |
This method should be called internally whenever the object's state may
have changed.
(Inherited from CogSerializableChangedEventBase.) | |
| OnChanged(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.) | |
| ResumeAndRaiseChangedEvent |
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.) | |
| SetMap |
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.
| |
| SetPostMap |
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.
| |
| SetPreMap |
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.
| |
| SetPreMap16 |
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.
| |
| SetSegmentationHardDynamicThreshold |
Sets the segmentation Mode to HardDynamicThreshold and sets the TailLow,
TailHigh, and Polarity properties to the values supplied.
| |
| SetSegmentationHardFixedThreshold |
Sets the segmentation Mode to HardFixedThreshold and sets the
HardFixedThreshold & Polarity properties to the values supplied.
| |
| SetSegmentationHardRelativeThreshold |
Sets the segmentation Mode to HardRelativeThreshold and sets the TailLow,
TailHigh, HardRelativeThreshold, & Polarity properties to
the values supplied.
| |
| SetSegmentationMap |
Sets the segmentation Mode to Map
and sets the Map & ScalingValue properties to the values supplied.
| |
| SetSegmentationNone |
Sets the segmentation Mode to None and sets the ScalingValue
property to the value supplied.
| |
| SetSegmentationSoftFixedThreshold |
Sets the segmentation Mode to SoftFixedThreshold and sets the
SoftRelativeThresholdLow, SoftRelativeThresholdHigh, Softness,
& Polarity properties to the values supplied.
| |
| SetSegmentationSoftRelativeThreshold |
Sets the segmentation Mode to SoftRelativeThreshold and sets the TailLow,
TailHigh, SoftRelativeThresholdLow, SoftRelativeThresholdHigh, Softness,
& Polarity properties to the values supplied.
| |
| SetSegmentationSubtractionImage( 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.
| |
| SetSegmentationSubtractionImage( UInt16 , CogImage16Grey, Byte , Int32, Int32, Int32) | ||
| SuspendChangedEvent |
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.) | |
| ToString | (Inherited from Object.) |
See Also