#include <gpu.hpp>
Public Member Functions | |
ImagePyramid () | |
ImagePyramid (const GpuMat &img, int nLayers, Stream &stream=Stream::Null()) | |
void | build (const GpuMat &img, int nLayers, Stream &stream=Stream::Null()) |
void | getLayer (GpuMat &outImg, Size outRoi, Stream &stream=Stream::Null()) const |
void | release () |
|
inline |
|
inline |
void cv::gpu::ImagePyramid::build | ( | const GpuMat & | img, |
int | nLayers, | ||
Stream & | stream = Stream::Null() |
||
) |
void cv::gpu::ImagePyramid::getLayer | ( | GpuMat & | outImg, |
Size | outRoi, | ||
Stream & | stream = Stream::Null() |
||
) | const |
|
inline |