4 #include <visp3/ustk_core/usConfig.h>
6 #if defined(USTK_HAVE_FFTW)
8 #include <visp3/ustk_elastography/usElastography.h>
10 #include <visp3/io/vpImageIo.h>
11 #include <visp3/ustk_core/usImageIo.h>
27 elastography.setDecimationFactor(1);
28 elastography.setROI(40, 2500, 50, 500);
31 vpImage<unsigned char> strainImage;
32 strainImage = elastography.run();
34 vpImageIo::write(strainImage,
"outputElasto.png");
42 std::cout <<
"You should intall FFTW to run this tutorial" << std::endl;
Computation of a strain map using two sucessive RF images acquired at different compressions of the p...
static void read(usImageRF2D< short int > &imageRf2D, const std::string &headerFileName)
VISP_EXPORT std::string getDataSetPath()