Cog3DRangeImageHeightCalculatorResult ClassCognex VisionPro
The result of running the Cog3DRangeImageHeightCalculator.
Inheritance Hierarchy

System Object
  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

[SerializableAttribute]
public class Cog3DRangeImageHeightCalculatorResult : CogSerializableChangedEventBase

The Cog3DRangeImageHeightCalculatorResult type exposes the following members.

Constructors

  NameDescription
Public methodCog3DRangeImageHeightCalculatorResult 
Constructs a new instance of this class.
Public methodCog3DRangeImageHeightCalculatorResult(Cog3DRangeImageHeightCalculatorResult)
Constructs a new instance of this class as a deep copy of the given instance.
Protected methodCog3DRangeImageHeightCalculatorResult(SerializationInfo, StreamingContext)
Serialization Constructor
Top
Methods

  NameDescription
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 methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
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 methodGetHeightFromHistogramBin
Get the height value for a given histogram bin index. See also: GetHistogramBinFromHeight(Double)
Public methodGetHistogramBinFromHeight
Get the histogram bin index for a given height value. See also: GetHeightFromHistogramBin(Int32)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodGetObjectData
Implements the GetObjectData method of the ISerializable interface.
(Inherited from CogSerializableObjectBase.)
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 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
Properties

  NameDescription
Public propertyChangedEventSuspended
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.)
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyHighTail
Returns the calculated high tail height.
Public propertyHistogram
Returns a histogram of the height values of the individual range image pixels. See also: GetHeightFromHistogramBin(Int32) and GetHistogramBinFromHeight(Double)
Public propertyHistogramHeightFromBinOffset
The offset value need to map a histogram bin number to an actual height value. binHeight = binIndex * HistogramHeightFromBinScale + HistogramHeightFromBinOffset
Public propertyHistogramHeightFromBinScale
The scale value needed to map a histogram bin number to an actual height value. binHeight = binIndex * HistogramHeightFromBinScale + HistogramHeightFromBinOffset
Public propertyLowTail
Returns the calculated low tail height.
Public propertyMaximum
Returns the maximum height value of pixels used in the height calculation.
Public propertyMean
Returns the mean height of all pixels used in the height calculation.
Public propertyMeanPlusStdDevMult
Returns the calculated mean plus standard deviation multiplier height.
Public propertyMedian
Returns the median height of all pixles used in the height calculation.
Public propertyMinimum
Returns the minimum height value of pixels used in the height calculation.
Public propertyPixelCounts
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.

Public propertyPixelCountsDiagImage
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.

Public propertyPixelCountsDiagImageOffsetX
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).
Public propertyPixelCountsDiagImageOffsetY
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).
Public propertyStateFlags
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.)
Public propertyStdDevMult
Returns the value of StdDevMult which was used to compute MeanPlusStdDevMult.
Top
Events

  NameDescription
Public eventChanged
This event is raised when one or more parts of the object's state may have changed.
(Inherited from CogSerializableChangedEventBase.)
Top
See Also