OpenCV  2.4.13.7
Open Source Computer Vision
cv::gpu::ImagePyramid Class Reference

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

Constructor & Destructor Documentation

§ ImagePyramid() [1/2]

cv::gpu::ImagePyramid::ImagePyramid ( )
inline

§ ImagePyramid() [2/2]

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

Member Function Documentation

§ build()

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

§ getLayer()

void cv::gpu::ImagePyramid::getLayer ( GpuMat outImg,
Size  outRoi,
Stream stream = Stream::Null() 
) const

§ release()

void cv::gpu::ImagePyramid::release ( )
inline

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