dcv v0.2.2 (2017-12-07T17:34:37Z)
Dub
Repo
StereoPipelineProperties
dcv
multiview
stereo
matching
Contains the properties required to build a StereoPipeline
struct
StereoPipelineProperties {
size_t
frameWidth
;
size_t
frameHeight
;
size_t
frameChannels
;
DisparityType
minDisparity
;
DisparityType
disparityRange
;
this
(size_t frameWidth, size_t frameHeight, size_t frameChannels, DisparityType minDisparity, DisparityType disparityRange);
}
Constructors
this
this
(size_t frameWidth, size_t frameHeight, size_t frameChannels, DisparityType minDisparity, DisparityType disparityRange)
Undocumented in source.
Members
Variables
disparityRange
DisparityType
disparityRange
;
Undocumented in source.
frameChannels
size_t
frameChannels
;
Undocumented in source.
frameHeight
size_t
frameHeight
;
Undocumented in source.
frameWidth
size_t
frameWidth
;
Undocumented in source.
minDisparity
DisparityType
minDisparity
;
Undocumented in source.
Meta
Source
See Implementation
dcv
multiview
stereo
matching
aliases
CostType
CostVolume
DisparityMap
DisparityMethod
DisparityRefiner
DisparityType
StereoCostAggregator
StereoCostFunction
classes
StereoMatcher
StereoPipeline
functions
absoluteDifference
bilateralDisparityFilter
emptyDisparityMap
medianDisparityFilter
normalisedCrossCorrelation
semiGlobalAggregator
semiGlobalMatchingPipeline
squaredDifference
sumAbsoluteDifferences
winnerTakesAll
structs
StereoPipelineProperties
Contains the properties required to build a StereoPipeline