CvStereoBMState Class OpenCvSharp Class Library
The structure for block matching stereo correspondence algorithm
Inheritance Hierarchy

SystemObject
  OpenCvSharpDisposableObject
    OpenCvSharpDisposableCvObject
      OpenCvSharpCvStereoBMState

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class CvStereoBMState : DisposableCvObject

The CvStereoBMState type exposes the following members.

Constructors

  NameDescription
Public methodCvStereoBMState
Creates block matching stereo correspondence structure (CreateStereoBMState)
Public methodCvStereoBMState(IntPtr)
Initializes from native pointer
Public methodCvStereoBMState(StereoBMPreset)
Creates block matching stereo correspondence structure (CreateStereoBMState)
Public methodCvStereoBMState(StereoBMPreset, Int32)
Creates block matching stereo correspondence structure (CreateStereoBMState)
Top
Properties

  NameDescription
Protected propertyAllocatedMemory
Gets or sets a memory address allocated by AllocMemory.
(Inherited from DisposableObject.)
Protected propertyAllocatedMemorySize
Gets or sets the byte length of the allocated memory
(Inherited from DisposableObject.)
Public propertyCvPtr
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.)
Public propertyIsDisposed
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.)
Public propertyIsEnabledDispose
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.)
Public propertyMinDisparity
minimum disparity of correspondence using Sum of Absolute Difference(SAD) (=0)
Public propertyNumberOfDisparities
maximum disparity - minimum disparity of correspondence using Sum of Absolute Difference(SAD)
Public propertyPreFilterCap
pre filters' cap (up to ~31)
Public propertyPreFilterSize
pre filters' size (~5x5..21x21)
Public propertyPreFilterType
pre filters' type (0 for now)
Public propertySADWindowSize
window size of correspondence using Sum of Absolute Difference(SAD) (Could be 5x5..21x21)
Public propertySpeckleRange Obsolete.
Acceptable range of variation in window (not used)
Public propertySpeckleWindowSize Obsolete.
Disparity variation window (not used)
Public propertyTextureThreshold
post filters' areas with no texture are ignored
Public propertyUniquenessRatio
filter out pixels if there are other close matches with different disparity
Top
Methods

  NameDescription
Protected methodAllocGCHandle
Pins the object to be allocated by cvSetData.
(Inherited from DisposableObject.)
Protected methodAllocMemory
Allocates the specified size of memory.
(Inherited from DisposableObject.)
Public methodDispose
Releases the resources
(Inherited from DisposableObject.)
Protected methodDispose(Boolean)
Clean up any resources being used.
(Overrides DisposableCvObjectDispose(Boolean).)
Public methodEquals (Inherited from Object.)
Protected methodFinalize
Destructor
(Inherited from DisposableObject.)
Public methodFindStereoCorrespondence
Computes the disparity map using block matching algorithm (cvFindStereoCorrespondenceBM)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodNotifyMemoryPressure
Notifies the allocated size of memory.
(Inherited from DisposableObject.)
Public methodThrowIfDisposed
If this object is disposed, then ObjectDisposedException is thrown.
(Inherited from DisposableObject.)
Public methodToString (Inherited from Object.)
Top
Fields

  NameDescription
Protected fielddataHandle
Gets or sets a handle which allocates using cvSetData.
(Inherited from DisposableObject.)
Protected fieldptr
Data pointer
(Inherited from DisposableCvObject.)
Public fieldStatic memberSizeOf
sizeof(CvStereoBMState)
Top
See Also

Reference