Class StereoBM
Semi-Global Stereo Matching
Inheritance
System.Object
StereoBM
Assembly: OpenCvSharp.dll
Syntax
public class StereoBM : StereoMatcher, ICvPtrHolder
Constructors
|
Improve this Doc
View Source
StereoBM(IntPtr)
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
|
Improve this Doc
View Source
DisposeManaged()
Releases managed resources
Declaration
protected override void DisposeManaged()
Overrides
Implements