Struct PropagationParameters
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Parameters controlling the quasi-dense propagation used by QuasiDenseStereo.
public struct PropagationParameters
- Inherited Members
Fields
- BorderX
Border to ignore (X).
- BorderY
Border to ignore (Y).
- CorrWinSizeX
Similarity window size (X).
- CorrWinSizeY
Similarity window size (Y).
- CorrelationThreshold
Correlation threshold used during matching.
- DisparityGradient
Disparity gradient threshold.
- GftMaxNumFeatures
Maximum number of features used by the GFT algorithm.
- GftMinSeperationDist
Minimum separation distance used by the GFT algorithm.
- GftQualityThres
Quality threshold used by the GFT (Good Features to Track) algorithm.
- LkPyrLvl
Pyramid level used by the LK flow algorithm.
- LkTemplateSize
Template size used by the LK flow algorithm.
- LkTermParam1
First termination parameter used by the LK flow algorithm.
- LkTermParam2
Second termination parameter used by the LK flow algorithm.
- NeighborhoodSize
Neighborhood size.
- TextrureThreshold
Texture threshold used during matching.