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

#include <opencv2/core/hal/hal.hpp>

Public Member Functions

virtual ~DFT1D ()
 
virtual void apply (const uchar *src, uchar *dst)=0
 

Static Public Member Functions

static Ptr< DFT1Dcreate (int len, int count, int depth, int flags, bool *useBuffer=0)
 

Constructor & Destructor Documentation

◆ ~DFT1D()

virtual cv::hal::DFT1D::~DFT1D ( )
inlinevirtual

Member Function Documentation

◆ apply()

virtual void cv::hal::DFT1D::apply ( const uchar src,
uchar dst 
)
pure virtual

◆ create()

static Ptr<DFT1D> cv::hal::DFT1D::create ( int  len,
int  count,
int  depth,
int  flags,
bool *  useBuffer = 0 
)
static

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