Searched refs:extractFirstChannel_32F (Results 1 - 3 of 3) sorted by relevance

/external/opencv3/modules/cudaimgproc/src/cuda/
H A Dmatch_template.cu873 __global__ void extractFirstChannel_32F(const PtrStepb image, PtrStepSzf result)
887 void extractFirstChannel_32F(const PtrStepSzb image, PtrStepSzf result, int cn, cudaStream_t stream)
895 extractFirstChannel_32F<1><<<grid, threads, 0, stream>>>(image, result);
898 extractFirstChannel_32F<2><<<grid, threads, 0, stream>>>(image, result);
901 extractFirstChannel_32F<3><<<grid, threads, 0, stream>>>(image, result);
904 extractFirstChannel_32F<4><<<grid, threads, 0, stream>>>(image, result);
/external/opencv3/modules/cudaimgproc/src/
H A Dmatch_template.cpp136 void extractFirstChannel_32F(const PtrStepSzb image, PtrStepSzf result, int cn, cudaStream_t stream);
212 extractFirstChannel_32F(result_, result, image.channels(), stream);
/external/opencv3/modules/imgproc/src/
H A Dtemplmatch.cpp59 static bool extractFirstChannel_32F(InputArray _image, OutputArray _result, int cn) function in namespace:cv
250 return (extractFirstChannel_32F(result_, _result, _image.channels()));

Completed in 151 milliseconds