The result of running the Cog3DRangeImageHeightCalculator.
Inheritance Hierarchy
System MarshalByRefObject
Cognex.VisionPro.Implementation CogObjectBase
Cognex.VisionPro.Implementation CogSerializableObjectBase
Cognex.VisionPro.Implementation CogSerializableChangedEventBase
Cognex.VisionPro3D Cog3DRangeImageHeightCalculatorResult
Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax
The Cog3DRangeImageHeightCalculatorResult type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Cog3DRangeImageHeightCalculatorResult |
Constructs a new instance of this class.
| |
| Cog3DRangeImageHeightCalculatorResult(Cog3DRangeImageHeightCalculatorResult) |
Constructs a new instance of this class as a deep copy of the
given instance.
| |
| Cog3DRangeImageHeightCalculatorResult(SerializationInfo, StreamingContext) |
Serialization Constructor
|
Methods
| Name | Description | |
|---|---|---|
| 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 | (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.) | |
| GetHeightFromHistogramBin |
Get the height value for a given histogram bin index.
See also: GetHistogramBinFromHeight(Double) | |
| GetHistogramBinFromHeight |
Get the histogram bin index for a given height value.
See also: GetHeightFromHistogramBin(Int32) | |
| 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.) | |
| 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.) | |
| 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.) |
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended |
If nonzero, indicates that the raising of the Changed event has been
suspended. This value is incremented when SuspendChangedEvent is called
and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.) | |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| HighTail |
Returns the calculated high tail height.
| |
| Histogram |
Returns a histogram of the height values of the individual
range image pixels.
See also:
GetHeightFromHistogramBin(Int32)
and
GetHistogramBinFromHeight(Double) | |
| HistogramHeightFromBinOffset |
The offset value need to map a histogram bin number to an actual height value.
binHeight = binIndex * HistogramHeightFromBinScale + HistogramHeightFromBinOffset
| |
| HistogramHeightFromBinScale |
The scale value needed to map a histogram bin number to an actual height value.
binHeight = binIndex * HistogramHeightFromBinScale + HistogramHeightFromBinOffset
| |
| LowTail |
Returns the calculated low tail height.
| |
| Maximum |
Returns the maximum height value of pixels used in
the height calculation.
| |
| Mean |
Returns the mean height of all pixels used in
the height calculation.
| |
| MeanPlusStdDevMult |
Returns the calculated mean plus standard deviation multiplier height.
| |
| Median |
Returns the median height of all pixles used in
the height calculation.
| |
| Minimum |
Returns the minimum height value of pixels used in
the height calculation.
| |
| PixelCounts |
Result information which identifies the number of pixels in the range image
that fall into each of 4 different categories.
See Cog3DRangeImagePixelCountsTypeConstants for the definition of the different categories. | |
| PixelCountsDiagImage |
Identifies which pixels in the range image were "used" to calculate the height.
Each pixel in the pixel counts diag image is a bit-wise or of Cog3DRangeImagePixelCountsTypeConstants. | |
| PixelCountsDiagImageOffsetX |
The 2D distance in the X direction from the upper left corner
of the original input image to the upper left corner of the
PixelCountsDiagImage
(in pixels).
| |
| PixelCountsDiagImageOffsetY |
The 2D distance in the Y direction from the upper left corner
of the original input image to the upper left corner of the
PixelCountsDiagImage
(in pixels).
| |
| StateFlags |
Returns the complete set of state flags supported on this object. The
flags may be indexed by name as shown in the following C# code snippet:
if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.) | |
| StdDevMult |
Returns the value of
StdDevMult
which was used to compute
MeanPlusStdDevMult.
|
Events
| Name | Description | |
|---|---|---|
| Changed |
This event is raised when one or more parts of the object's state may
have changed.
(Inherited from CogSerializableChangedEventBase.) |
See Also