UsTK : Ultrasound ToolKit
version 2.0.1 under development (2024-11-21)
|
#include <visp3/ustk_confidence_map/usScanlineConfidence2D.h>
Public Member Functions | |
usScanlineConfidence2D () | |
virtual | ~usScanlineConfidence2D () |
void | run (usImagePreScan2D< unsigned char > &preScanConfidence, const usImagePreScan2D< unsigned char > &preScanImage) |
Process a pre-scan image to determine the confidence map.
See [2], [3] and [4] for more details.
Definition at line 49 of file usScanlineConfidence2D.h.
usScanlineConfidence2D::usScanlineConfidence2D | ( | ) |
Default constructor.
Definition at line 39 of file usScanlineConfidence2D.cpp.
|
virtual |
Default destructor.
Definition at line 44 of file usScanlineConfidence2D.cpp.
void usScanlineConfidence2D::run | ( | usImagePreScan2D< unsigned char > & | preScanConfidence, |
const usImagePreScan2D< unsigned char > & | preScanImage | ||
) |
Run the confidence map processor on pre-scan image.
[out] | preScanConfidence | Confidence image computed. |
[in] | preScanImage | Pre-scan image to process. |
Definition at line 51 of file usScanlineConfidence2D.cpp.
References usImagePreScan2D< Type >::resize(), and usImagePreScanSettings::setImagePreScanSettings().