UsTK : Ultrasound ToolKit
version 2.0.1 under development (2024-11-21)
|
Classes | |
struct | usImageHeader |
Enumerations | |
enum | ImageType { UNKNOWN = -1 , NOT_SET , RF_2D , RF_3D , PRESCAN_2D , PRESCAN_3D , POSTSCAN_2D , POSTSCAN_3D } |
Functions | |
VISP_EXPORT std::string | getDataSetPath () |
General tools.
enum us::ImageType |
Enum to know the ultrasound image type Used in ultrasonix grabber to adapt the grabber when we receive the header, and in the mhd parser.
std::string us::getDataSetPath | ( | ) |
Get UsTK data set path. UsTK data set can be downloaded from https://gitlab.inria.fr/lagadic/ustk-dataset.
This function returns the path to the folder that contains the data.
/usr/share/ustk-dataset
. In that case returns then "/usr/share/ustk-dataset"
.If the path is not found, returns an empty string.
Definition at line 54 of file us.cpp.
Referenced by usResliceMatrixViewer::openPostScan3D(), and us2DSceneWidget::saveViewSlot().