HomeSort by relevance Sort by last modified time
    Searched refs:depthMap (Results 1 - 5 of 5) sorted by null

  /external/opencv3/samples/cpp/
openni_capture.cpp 261 Mat depthMap;
274 if( retrievedImageFlags[0] && capture.retrieve( depthMap, CAP_OPENNI_DEPTH_MAP ) )
277 Mat show; depthMap.convertTo( show, CV_8UC1, scaleFactor );
  /external/mesa3d/src/mesa/main/
readpix.c 468 GLubyte *depthMap, *stencilMap, *stencilVals;
475 GL_MAP_READ_BIT, &depthMap, &depthStride);
476 if (!depthMap) {
493 _mesa_unpack_uint_z_row(depthRb->Format, width, depthMap, dst);
501 depthMap += depthStride;
529 GLubyte *depthMap, *stencilMap;
539 GL_MAP_READ_BIT, &depthMap, &depthStride);
540 if (!depthMap) {
556 stencilMap = depthMap;
565 _mesa_unpack_float_z_row(depthRb->Format, width, depthMap, depthVals)
    [all...]
  /external/opencv3/modules/videoio/src/
cap_openni2.cpp 718 inline void getDepthMapFromMetaData(const openni::VideoFrameRef& depthMetaData, cv::Mat& depthMap, int noSampleValue, int shadowValue)
720 depthMap.create(depthMetaData.getHeight(), depthMetaData.getWidth(), CV_16UC1);
721 depthMap.data = (uchar*)depthMetaData.getData();
723 cv::Mat badMask = (depthMap == (double)noSampleValue) | (depthMap == (double)shadowValue) | (depthMap == 0);
726 depthMap.setTo( cv::Scalar::all( CvCapture_OpenNI2::INVALID_PIXEL_VAL ), badMask );
cap_openni.cpp     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.0.CR3/
netty-buffer-4.1.0.CR3.jar 

Completed in 79 milliseconds