Home
last modified time | relevance | path

Searched refs:CAP_INTELPERC_DEPTH_MAP (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/doc/tutorials/highgui/
Dintelperc.markdown24 - CAP_INTELPERC_DEPTH_MAP - each pixel is a 16-bit integer. The value indicates the
58 capture.retrieve( depthMap, CAP_INTELPERC_DEPTH_MAP );
/external/opencv3/modules/videoio/include/opencv2/
Dvideoio.hpp310 enum { CAP_INTELPERC_DEPTH_MAP = 0, // Each pixel is a 16-bit integer. The value indic… enumerator
/external/opencv3/modules/java/src/
Dvideoio+Videoio.java349 CAP_INTELPERC_DEPTH_MAP = 0, field in Videoio
/external/opencv3/samples/cpp/
Dintelperc_capture.cpp351 … if ((-1 != g_depthStreamProfileIdx) && (capture.retrieve(depthImage, CAP_INTELPERC_DEPTH_MAP))) in main()