Home
last modified time | relevance | path

Searched refs:ImagePyramid (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudalegacy/src/
Dimage_pyramid.cpp50 Ptr<ImagePyramid> cv::cuda::createImagePyramid(InputArray, int, Stream&) { throw_no_cuda(); return … in createImagePyramid()
56 class ImagePyramidImpl : public ImagePyramid
142 Ptr<ImagePyramid> cv::cuda::createImagePyramid(InputArray img, int nLayers, Stream& stream) in createImagePyramid()
144 return Ptr<ImagePyramid>(new ImagePyramidImpl(img, nLayers, stream)); in createImagePyramid()
/external/opencv3/modules/cudalegacy/include/opencv2/
Dcudalegacy.hpp70 class CV_EXPORTS ImagePyramid : public Algorithm class
76 CV_EXPORTS Ptr<ImagePyramid> createImagePyramid(InputArray img, int nLayers = -1, Stream& stream = …
/external/opencv3/modules/cudalegacy/src/cuda/
DNCVBroxOpticalFlow.cu675 struct ImagePyramid struct
683 explicit ImagePyramid(int outer_iterations) in ImagePyramid() argument
692 ~ImagePyramid() in ~ImagePyramid() argument
812 ImagePyramid pyr(desc.number_of_outer_iterations); in NCVBroxOpticalFlow()