OpenCV  2.4.13.7
Open Source Computer Vision
cv::gpu::CannyBuf Struct Reference

#include <gpu.hpp>

Public Member Functions

void create (const Size &image_size, int apperture_size=3)
 
void release ()
 
 CannyBuf ()
 
 CannyBuf (const Size &image_size, int apperture_size=3)
 
 CannyBuf (const GpuMat &dx_, const GpuMat &dy_)
 

Public Attributes

GpuMat dx
 
GpuMat dy
 
GpuMat mag
 
GpuMat map
 
GpuMat st1
 
GpuMat st2
 
GpuMat unused
 
Ptr< FilterEngine_GPUfilterDX
 
Ptr< FilterEngine_GPUfilterDY
 

Constructor & Destructor Documentation

§ CannyBuf() [1/3]

cv::gpu::CannyBuf::CannyBuf ( )
inline

§ CannyBuf() [2/3]

cv::gpu::CannyBuf::CannyBuf ( const Size image_size,
int  apperture_size = 3 
)
inlineexplicit

§ CannyBuf() [3/3]

cv::gpu::CannyBuf::CannyBuf ( const GpuMat dx_,
const GpuMat dy_ 
)

Member Function Documentation

§ create()

void cv::gpu::CannyBuf::create ( const Size image_size,
int  apperture_size = 3 
)

§ release()

void cv::gpu::CannyBuf::release ( )

Member Data Documentation

§ dx

GpuMat cv::gpu::CannyBuf::dx

§ dy

GpuMat cv::gpu::CannyBuf::dy

§ filterDX

Ptr<FilterEngine_GPU> cv::gpu::CannyBuf::filterDX

§ filterDY

Ptr<FilterEngine_GPU> cv::gpu::CannyBuf::filterDY

§ mag

GpuMat cv::gpu::CannyBuf::mag

§ map

GpuMat cv::gpu::CannyBuf::map

§ st1

GpuMat cv::gpu::CannyBuf::st1

§ st2

GpuMat cv::gpu::CannyBuf::st2

§ unused

GpuMat cv::gpu::CannyBuf::unused

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