OpenCV  3.2.0
Open Source Computer Vision
Public Member Functions | Static Public Member Functions | List of all members
cv::hal::Morph Struct Referenceabstract

#include "hal.hpp"

Public Member Functions

virtual ~Morph ()
 
virtual void apply (uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, int roi_width, int roi_height, int roi_x, int roi_y, int roi_width2, int roi_height2, int roi_x2, int roi_y2)=0
 

Static Public Member Functions

static Ptr< Morphcreate (int op, int src_type, int dst_type, int max_width, int max_height, int kernel_type, uchar *kernel_data, size_t kernel_step, int kernel_width, int kernel_height, int anchor_x, int anchor_y, int borderType, const double borderValue[4], int iterations, bool isSubmatrix, bool allowInplace)
 

Constructor & Destructor Documentation

§ ~Morph()

virtual cv::hal::Morph::~Morph ( )
virtual

Member Function Documentation

§ apply()

virtual void cv::hal::Morph::apply ( uchar src_data,
size_t  src_step,
uchar dst_data,
size_t  dst_step,
int  width,
int  height,
int  roi_width,
int  roi_height,
int  roi_x,
int  roi_y,
int  roi_width2,
int  roi_height2,
int  roi_x2,
int  roi_y2 
)
pure virtual

§ create()

static Ptr<Morph> cv::hal::Morph::create ( int  op,
int  src_type,
int  dst_type,
int  max_width,
int  max_height,
int  kernel_type,
uchar kernel_data,
size_t  kernel_step,
int  kernel_width,
int  kernel_height,
int  anchor_x,
int  anchor_y,
int  borderType,
const double  borderValue[4],
int  iterations,
bool  isSubmatrix,
bool  allowInplace 
)
static

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