Home
last modified time | relevance | path

Searched defs:d_image (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudaarithm/perf/
Dperf_arithm.cpp229 cv::cuda::GpuMat d_image = cv::cuda::createContinuous(size, CV_32FC1); variable
/external/opencv3/samples/gpu/
Dgeneralized_hough.cpp131 cuda::GpuMat d_image(image); in main() local