vmmlib
1.7.0
|
Public Types | |
typedef tensor3< I1, I2, I3, T > | t3_t |
typedef vmml::tensor3_iterator < tensor3< I1, I2, I3, T > > | iterator |
typedef vmml::tensor3_const_iterator < tensor3< I1, I2, I3, T > > | const_iterator |
Static Public Member Functions | |
template<typename T_convert > | |
static void | convert_raw (const std::string &dir_, const std::string &in_filename_, const std::string &out_filename_) |
static void | remove_uct_cylinder (const std::string &dir_, const std::string &in_filename_, const std::string &out_filename_, const double &sigma_, const size_t header_size_, const size_t radius_offset_, int seed_=0) |
static void | export_to (const t3_t &input_, std::vector< T > &output_) |
static void | import_from (const std::vector< T > &input_, t3_t &output_) |
static void | write_to_raw (const t3_t &data_, const std::string &dir_, const std::string &filename_) |
static void | read_from_raw (t3_t &data_, const std::string &dir_, const std::string &filename_) |
static void | write_datfile (const std::string &dir_, const std::string &filename_) |
static void | write_to_csv (const t3_t &data_, const std::string &dir_, const std::string &filename_) |
static void | remove_normals_from_raw (const t3_t &data_, const std::string &dir_, const std::string &filename_) |
static double | rmse_from_files (const std::string &dir_, const std::string &filename_a_, const std::string &filename_b_) |
template<typename TT > | |
static void | quantize_to (const std::string &dir_, const std::string &in_filename_, const std::string &out_filename_, const T &min_value_, const T &max_value_) |
Static Protected Member Functions | |
static void | concat_path (const std::string &dir_, const std::string &filename_, std::string &path_) |
Definition at line 43 of file t3_converter.hpp.