#include <ocl.hpp>
cv::ocl::CannyBuf::CannyBuf |
( |
| ) |
|
|
inline |
cv::ocl::CannyBuf::~CannyBuf |
( |
| ) |
|
|
inline |
cv::ocl::CannyBuf::CannyBuf |
( |
const Size & |
image_size, |
|
|
int |
apperture_size = 3 |
|
) |
| |
|
inlineexplicit |
cv::ocl::CannyBuf::CannyBuf |
( |
const oclMat & |
dx_, |
|
|
const oclMat & |
dy_ |
|
) |
| |
void cv::ocl::CannyBuf::create |
( |
const Size & |
image_size, |
|
|
int |
apperture_size = 3 |
|
) |
| |
void cv::ocl::CannyBuf::release |
( |
| ) |
|
oclMat cv::ocl::CannyBuf::counter |
oclMat cv::ocl::CannyBuf::dx_buf |
oclMat cv::ocl::CannyBuf::dy_buf |
oclMat cv::ocl::CannyBuf::edgeBuf |
oclMat cv::ocl::CannyBuf::trackBuf1 |
oclMat cv::ocl::CannyBuf::trackBuf2 |
The documentation for this struct was generated from the following file: