C# Class Emgu.CV.Structure.MCvStereoBMState

Exibir arquivo Open project: fajoy/RTSPExample Class Usage Examples

Public Properties

Property Type Description
SADWindowSize int
cost System.IntPtr
disp System.IntPtr
disp12MaxDiff int
minDisparity int
numberOfDisparities int
preFilterCap int
preFilterSize int
preFilterType int
preFilteredImg0 System.IntPtr
preFilteredImg1 System.IntPtr
roi1 System.Drawing.Rectangle
roi2 System.Drawing.Rectangle
slidingSumBuf System.IntPtr
speckleRange int
speckleWindowSize int
textureThreshold int
trySmallerWindows int
uniquenessRatio float

Property Details

SADWindowSize public_oe property

Could be 5x5..21x21. Correspondence using Sum of Absolute Difference (SAD):
public int SADWindowSize
return int

cost public_oe property

internal buffers, do not modify (!)
public IntPtr,System cost
return System.IntPtr

disp public_oe property

internal buffers, do not modify (!)
public IntPtr,System disp
return System.IntPtr

disp12MaxDiff public_oe property

public int disp12MaxDiff
return int

minDisparity public_oe property

minimum disparity (=0)
public int minDisparity
return int

numberOfDisparities public_oe property

maximum disparity - minimum disparity
public int numberOfDisparities
return int

preFilterCap public_oe property

up to ~31
public int preFilterCap
return int

preFilterSize public_oe property

~5x5..21x21
public int preFilterSize
return int

preFilterType public_oe property

0 for now
public int preFilterType
return int

preFilteredImg0 public_oe property

internal buffers, do not modify (!)
public IntPtr,System preFilteredImg0
return System.IntPtr

preFilteredImg1 public_oe property

internal buffers, do not modify (!)
public IntPtr,System preFilteredImg1
return System.IntPtr

roi1 public_oe property

public Rectangle,System.Drawing roi1
return System.Drawing.Rectangle

roi2 public_oe property

public Rectangle,System.Drawing roi2
return System.Drawing.Rectangle

slidingSumBuf public_oe property

internal buffers, do not modify (!)
public IntPtr,System slidingSumBuf
return System.IntPtr

speckleRange public_oe property

Acceptable range of variation in window (not used)
public int speckleRange
return int

speckleWindowSize public_oe property

Disparity variation window (not used)
public int speckleWindowSize
return int

textureThreshold public_oe property

areas with no texture are ignored
public int textureThreshold
return int

trySmallerWindows public_oe property

If 1, the results may be more accurate at the expense of slower processing.
public int trySmallerWindows
return int

uniquenessRatio public_oe property

Filter out pixels if there are other close matches
public float uniquenessRatio
return float