StereoPipelineProperties

Contains the properties required to build a StereoPipeline

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