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

  /external/opencv3/modules/cudaimgproc/src/cuda/
match_template.cu     [all...]
  /external/opencv3/modules/cudaimgproc/src/
match_template.cpp 136 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/
templmatch.cpp 59 static bool extractFirstChannel_32F(InputArray _image, OutputArray _result, int cn)
250 return (extractFirstChannel_32F(result_, _result, _image.channels()));
    [all...]

Completed in 50 milliseconds