#include "hal.hpp"
|
virtual | ~Filter2D () |
|
virtual void | apply (uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int full_width, int full_height, int offset_x, int offset_y)=0 |
|
|
static Ptr< hal::Filter2D > | create (uchar *kernel_data, size_t kernel_step, int kernel_type, int kernel_width, int kernel_height, int max_width, int max_height, int stype, int dtype, int borderType, double delta, int anchor_x, int anchor_y, bool isSubmatrix, bool isInplace) |
|
§ ~Filter2D()
virtual cv::hal::Filter2D::~Filter2D |
( |
| ) |
|
|
virtual |
§ apply()
virtual void cv::hal::Filter2D::apply |
( |
uchar * |
src_data, |
|
|
size_t |
src_step, |
|
|
uchar * |
dst_data, |
|
|
size_t |
dst_step, |
|
|
int |
width, |
|
|
int |
height, |
|
|
int |
full_width, |
|
|
int |
full_height, |
|
|
int |
offset_x, |
|
|
int |
offset_y |
|
) |
| |
|
pure virtual |
§ create()
static Ptr<hal::Filter2D> cv::hal::Filter2D::create |
( |
uchar * |
kernel_data, |
|
|
size_t |
kernel_step, |
|
|
int |
kernel_type, |
|
|
int |
kernel_width, |
|
|
int |
kernel_height, |
|
|
int |
max_width, |
|
|
int |
max_height, |
|
|
int |
stype, |
|
|
int |
dtype, |
|
|
int |
borderType, |
|
|
double |
delta, |
|
|
int |
anchor_x, |
|
|
int |
anchor_y, |
|
|
bool |
isSubmatrix, |
|
|
bool |
isInplace |
|
) |
| |
|
static |
The documentation for this struct was generated from the following file:
- imgproc/include/opencv2/imgproc/hal/hal.hpp