Home
last modified time | relevance | path

Searched defs:ReplacementDFT1D (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Ddxt.cpp3378 struct ReplacementDFT1D : public hal::DFT1D struct
3380 cvhalDFT *context;
3381 bool isInitialized;
3383 ReplacementDFT1D() : context(0), isInitialized(false) {} in ReplacementDFT1D() function
3384 bool init(int len, int count, int depth, int flags, bool *needBuffer) in init()
3390 void apply(const uchar *src, uchar *dst) CV_OVERRIDE in apply()
3397 ~ReplacementDFT1D() in ~ReplacementDFT1D()