Show / Hide Table of Contents

Class StereoBM

Semi-Global Stereo Matching

Inheritance
System.Object
DisposableObject
DisposableCvObject
Algorithm
StereoMatcher
StereoBM
Implements
ICvPtrHolder
Inherited Members
StereoMatcher.Compute(InputArray, InputArray, OutputArray)
StereoMatcher.MinDisparity
StereoMatcher.NumDisparities
StereoMatcher.BlockSize
StereoMatcher.SpeckleWindowSize
StereoMatcher.SpeckleRange
StereoMatcher.Disp12MaxDiff
Algorithm.Write(FileStorage)
Algorithm.Read(FileNode)
Algorithm.Empty
Algorithm.Save(String)
Algorithm.GetDefaultName()
DisposableCvObject.ptr
DisposableCvObject.CvPtr
DisposableObject.DataHandle
DisposableObject.IsDisposed
DisposableObject.IsEnabledDispose
DisposableObject.AllocatedMemory
DisposableObject.AllocatedMemorySize
DisposableObject.Dispose()
DisposableObject.Dispose(Boolean)
DisposableObject.AllocGCHandle(Object)
DisposableObject.AllocMemory(Int32)
DisposableObject.NotifyMemoryPressure(Int64)
DisposableObject.ThrowIfDisposed()
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public class StereoBM : StereoMatcher, ICvPtrHolder

Constructors

| Improve this Doc View Source

StereoBM(IntPtr)

constructor

Declaration
protected StereoBM(IntPtr ptr)
Parameters
Type Name Description
IntPtr ptr

Properties

| Improve this Doc View Source

PreFilterCap

Declaration
public int PreFilterCap { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

PreFilterSize

Declaration
public int PreFilterSize { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

PreFilterType

Declaration
public int PreFilterType { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

ROI1

Declaration
public Rect ROI1 { get; set; }
Property Value
Type Description
OpenCvSharp.Rect
| Improve this Doc View Source

ROI2

Declaration
public Rect ROI2 { get; set; }
Property Value
Type Description
OpenCvSharp.Rect
| Improve this Doc View Source

SmallerBlockSize

Declaration
public int SmallerBlockSize { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

TextureThreshold

Declaration
public int TextureThreshold { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

UniquenessRatio

Declaration
public int UniquenessRatio { get; set; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

Create(Int32, Int32)

Declaration
public static StereoBM Create(int numDisparities = 0, int blockSize = 21)
Parameters
Type Name Description
System.Int32 numDisparities
System.Int32 blockSize
Returns
Type Description
StereoBM
| Improve this Doc View Source

DisposeManaged()

Releases managed resources

Declaration
protected override void DisposeManaged()
Overrides
DisposableObject.DisposeManaged()
| Improve this Doc View Source

DisposeUnmanaged()

Declaration
protected override void DisposeUnmanaged()
Overrides
DisposableCvObject.DisposeUnmanaged()
| Improve this Doc View Source

Get()

Declaration
public override IntPtr Get()
Returns
Type Description
IntPtr

Implements

ICvPtrHolder
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX