63 template<
class SrcT,
class DstT>
109 IFFTOp(ResultMode rm=REAL_ONLY, SizeAdaptionMode sam=NO_SCALE,
111 bool ifftshift=
true,
bool forceIDFT=
false);
118 void setJoinMatrix(
bool pJoin);
122 bool getJoinMatrix();
134 void setResultMode(ResultMode rm);
142 void setSizeAdaptionMode(SizeAdaptionMode sam);
146 int getSizeAdaptionMode();
154 void setForceIDFT(
bool pForceDFT);
removes PAD_MIRROR,PAD_ZERO and PAD_COPY from the sourceimage(new size is given from contructorparame...
Definition: IFFTOp.h:87
undocument this line if you encounter any issues!
Definition: Any.h:37
This class implements the unary operator for the inverse fast and discrete 2D fourier transformation.
Definition: IFFTOp.h:49
Highly flexible and optimized matrix class implementation.
Definition: DynMatrix.h:81
ICLQt_API ImgROI roi(ImgQ &r)
creates a ROI-struct from an image
ResultMode
Definition: IFFTOp.h:95
imaginarypart of ifftcomputation
Definition: IFFTOp.h:97
SizeAdaptionMode
Modes how the sourceimage is to adapt before fftcomputation.
Definition: IFFTOp.h:85
Abstract Base class for Unary Operators.
Definition: UnaryOp.h:51
Data * m_data
Class for internal params and buffers.
Definition: IFFTOp.h:53
ICLQt_API core::Img< T > filter(const core::Img< T > &image, const std::string &filter)
applies a filter operation on the source image (affinity for float)
ICLMath_IMP DynMatrix< T > & ifftshift(DynMatrix< T > &src, DynMatrix< T > &dst)
invers function to fftshift.
alternates real- and imaginarypart of ifftcomputation
Definition: IFFTOp.h:96
zooms to next higher power of 2 of originsize, or origanalsize if it is power of 2
Definition: IFFTOp.h:88
#define ICLFilter_API
Definition: CompatMacros.h:175
virtual void apply(const core::ImgBase *operand1, core::ImgBase **dst)=0
pure virtual apply function, that must be implemented in all derived classes
Rectangle class of the ICL used e.g. for the Images ROI-rect.
Definition: Rect.h:95
ImgBase is the Image-Interface class that provides save access to underlying Img-template .
Definition: ImgBase.h:131
sourceimage stays as is
Definition: IFFTOp.h:86
The Img class implements the ImgBase Image interface with type specific functionalities .
Definition: Img.h:49