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

  /external/opencv3/modules/cudaarithm/src/
arithm.cpp 422 GpuMat image_block, templ_block, result_data;
448 createContinuous(dft_size, CV_32F, image_block);
507 cuda::copyMakeBorder(image_roi, image_block, 0, image_block.rows - image_roi.rows,
508 0, image_block.cols - image_roi.cols, 0, Scalar(), _stream);
510 cufftSafeCall(cufftExecR2C(planR2C, image_block.ptr<cufftReal>(),
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
ActivityTransition.java 98 setContentView(R.layout.image_block);
  /external/opencv3/modules/imgproc/src/
templmatch.cpp 125 UMat image_block, templ_block, result_data; member in struct:cv::ConvolveBuf
156 image_block.create(dft_size, CV_32F);
186 UMat& image_block = buf.image_block; local
211 copyMakeBorder(image_roi, image_block, 0, image_block.rows - image_roi.rows,
212 0, image_block.cols - image_roi.cols, BORDER_ISOLATED);
214 dft(image_block, image_spect, 0);
    [all...]

Completed in 50 milliseconds