HomeSort by relevance Sort by last modified time
    Searched defs:_img (Results 1 - 7 of 7) sorted by null

  /external/opencv3/modules/imgproc/perf/opencl/
perf_imgproc.cpp 311 Mat _img = imread(getDataPath("gpu/stereobm/aloe-L.png"), cv::IMREAD_GRAYSCALE); local
312 ASSERT_TRUE(!_img.empty()) << "can't open aloe-L.png";
315 _img.copyTo(img);
  /external/opencv3/modules/videoio/src/
cap.cpp 678 IplImage* _img = cvRetrieveFrame(cap, channel);
679 if( !_img )
684 if(_img->origin == IPL_ORIGIN_TL)
685 cv::cvarrToMat(_img).copyTo(image);
688 Mat temp = cv::cvarrToMat(_img);
807 IplImage _img = image; local
808 cvWriteFrame(writer, &_img);
  /external/opencv3/modules/highgui/src/
window.cpp 267 void cv::imshow( const String& winname, InputArray _img )
269 const Size size = _img.size();
273 Mat img = _img.getMat();
283 Mat img = _img.getMat();
300 if (_img.kind() == _InputArray::CUDA_GPU_MAT)
303 buf.copyFrom(_img);
311 tex.copyFrom(_img);
393 CvMat _img = img; local
394 cvAddText( &_img, text.c_str(), org, (CvFont*)&font);
  /external/opencv3/modules/imgcodecs/src/
grfmt_jpeg2000.cpp 199 jas_image_t *_img = jas_image_chclrspc( image, clrprof, JAS_CMXFORM_INTENT_RELCLR ); local
200 if( _img )
203 m_image = image = _img;
438 bool Jpeg2KEncoder::write( const Mat& _img, const std::vector<int>& )
440 int width = _img.cols, height = _img.rows;
441 int depth = _img.depth(), channels = _img.channels();
474 result = writeComponent8u( img, _img );
476 result = writeComponent16u( img, _img );
    [all...]
  /external/opencv3/modules/imgproc/test/
test_contours.cpp 285 Mat _img[4]; local
287 _img[i] = cvarrToMat(img[i]);
289 code = cvtest::cmpEps2(ts, _img[0], _img[3], 0, true, "Comparing original image with the map of filled contours" );
294 code = cvtest::cmpEps2( ts, _img[1], _img[2], 0, true,
  /external/opencv3/modules/calib3d/src/
calibinit.cpp 258 IplImage _img; local
303 cvGetImage(img, &_img);
304 int check_chessboard_result = cvCheckChessboard(&_img, pattern_size);
    [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 3993 milliseconds