Click or drag to resize

QuasiDenseStereoPropagationParameters Structure

http://www.emgu.com
The propagation parameters

Namespace:  Emgu.CV.Stereo
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public struct PropagationParameters

The QuasiDenseStereoPropagationParameters type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldBorderX
border to ignore
Public fieldBorderY
border to ignore
Public fieldCorrelationThreshold
correlation threshold
Public fieldCorrWinSizeX
similarity window
Public fieldCorrWinSizeY
similarity window
Public fieldDisparityGradient
disparity gradient threshold
Public fieldGftMaxNumFeatures
Parameters for GFT algorithm.
Public fieldGftMinSeperationDist
Parameters for GFT algorithm.
Public fieldGftQualityThres
Parameters for GFT algorithm.
Public fieldLkPyrLvl
Parameters for LK flow algorithm
Public fieldLkTemplateSize
Parameters for LK flow algorithm
Public fieldLkTermParam1
Parameters for LK flow algorithm
Public fieldLkTermParam2
Parameters for LK flow algorithm
Public fieldNeighborhoodSize
neighborhood size
Public fieldTextrureThreshold
texture threshold
Top
See Also