Public Member Functions
cv::gpu::ImagePyramid Class Reference

#include <gpu.hpp>

List of all members.

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 ()

Constructor & Destructor Documentation

cv::gpu::ImagePyramid::ImagePyramid ( const GpuMat img,
int  nLayers,
Stream stream = Stream::Null() 
)

Member Function Documentation

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

The documentation for this class was generated from the following file: