gapi_StereoOutputFormat
import { gapi_StereoOutputFormat } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSConstructor or factory
CLASSgapi_StereoOutputFormat
RETURN TYPEOwned native handle
Native object: release it with using or delete(). Factories can return null; check before calling methods.
The enum specified format of result that you get from cv::gapi::stereo.
Constructors and members
static DEPTH_FLOAT16
Same as DEPTH_FLOAT16
DEPTH_FLOAT16: gapi_StereoOutputFormatValue<0>,static DEPTH_FLOAT32
Same as DEPTH_FLOAT32
DEPTH_FLOAT32: gapi_StereoOutputFormatValue<1>,static DISPARITY_FIXED16_11_5
Same as DISPARITY_FIXED16_11_5
DISPARITY_FIXED16_11_5: gapi_StereoOutputFormatValue<2>,static DISPARITY_FIXED16_12_4
Same as DISPARITY_FIXED16_12_4
DISPARITY_FIXED16_12_4: gapi_StereoOutputFormatValue<3>,static DEPTH_16F
Same as DEPTH_FLOAT16
DEPTH_16F: gapi_StereoOutputFormatValue<0>,static DEPTH_32F
Same as DEPTH_FLOAT32
DEPTH_32F: gapi_StereoOutputFormatValue<1>,static DISPARITY_16Q_10_5
Same as DISPARITY_FIXED16_11_5
DISPARITY_16Q_10_5: gapi_StereoOutputFormatValue<2>,static DISPARITY_16Q_11_4
Same as DISPARITY_FIXED16_12_4
DISPARITY_16Q_11_4: gapi_StereoOutputFormatValue<3>These signatures describe this package. Upstream documentation can mention optional backends that are absent from this build. Check runtime compatibility before choosing a backend or file format.