UsTK : Ultrasound ToolKit
version 2.0.1 under development (2024-11-21)
|
#include <visp3/ustk_core/usRFToPostScan3DConverter.h>
Public Member Functions | |
usRFToPostScan3DConverter (int decimationFactor=10) | |
~usRFToPostScan3DConverter () | |
void | convert (const usImageRF3D< short int > &rfImage, usImagePostScan3D< unsigned char > &postScanImage) |
3D conversion from RF signal to post-scan image
This class allows to convert 3D RF ultrasound images to post-scan. Here is an example to show how to use it :
Definition at line 97 of file usRFToPostScan3DConverter.h.
usRFToPostScan3DConverter::usRFToPostScan3DConverter | ( | int | decimationFactor = 10 | ) |
Constructor.
decimationFactor | Decimation factor for RF conversion (keeping 1 RF sample every decimationFactor samples) |
Definition at line 46 of file usRFToPostScan3DConverter.cpp.
References usRFToPreScan3DConverter::setDecimationFactor().
usRFToPostScan3DConverter::~usRFToPostScan3DConverter | ( | ) |
Destructor.
Definition at line 55 of file usRFToPostScan3DConverter.cpp.
void usRFToPostScan3DConverter::convert | ( | const usImageRF3D< short int > & | rfImage, |
usImagePostScan3D< unsigned char > & | postScanImage | ||
) |
Convert method : performs the conversion from RF frame to a post-scan volume.
rfImage | RF frame to convert |
postScanImage | post-scan image : result of convertion. But make sure |
Definition at line 63 of file usRFToPostScan3DConverter.cpp.
References usRFToPreScan3DConverter::convert(), usPreScanToPostScan3DConverter::convert(), and usPreScanToPostScan3DConverter::init().