39 #ifndef __usRFToPreScan2DConverter_h_
40 #define __usRFToPreScan2DConverter_h_
42 #include <visp3/ustk_core/usConfig.h>
44 #if defined(USTK_HAVE_FFTW)
54 #include <visp3/ustk_core/usImagePreScan2D.h>
55 #include <visp3/ustk_core/usImageRF2D.h>
56 #include <visp3/ustk_core/usLogCompressor.h>
116 void init(
int widthRF,
int heigthRF);
117 void enveloppeDetection(
const short *s,
double *out);
121 int m_decimationFactor;
123 fftw_complex *m_fft_in, *m_fft_out, *m_fft_conv, *m_fft_out_inv;
124 fftw_plan m_p, m_pinv;
127 unsigned char *m_comp;
130 int m_scanLineNumber;
2D conversion from RF signal to pre-scan image
3D conversion from RF signal to pre-scan image
void init(int heightRF, int widthRF, int frameNumber)
void setDecimationFactor(int decimationFactor)
int getDecimationFactor()
void convert(const usImageRF3D< short int > &rfImage, usImagePreScan3D< unsigned char > &preScanImage)