Table of Contents

Class StereoBM

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Semi-Global Stereo Matching

public class StereoBM : StereoMatcher, IDisposable
Inheritance
StereoBM
Implements
Inherited Members

Properties

PreFilterCap

public int PreFilterCap { get; set; }

Property Value

int

PreFilterSize

public int PreFilterSize { get; set; }

Property Value

int

PreFilterType

public int PreFilterType { get; set; }

Property Value

int

ROI1

public Rect ROI1 { get; set; }

Property Value

Rect

ROI2

public Rect ROI2 { get; set; }

Property Value

Rect

SmallerBlockSize

public int SmallerBlockSize { get; set; }

Property Value

int

TextureThreshold

public int TextureThreshold { get; set; }

Property Value

int

UniquenessRatio

public int UniquenessRatio { get; set; }

Property Value

int

Methods

Create(int, int)

public static StereoBM Create(int numDisparities = 0, int blockSize = 21)

Parameters

numDisparities int
blockSize int

Returns

StereoBM