Elaboradar
0.1
|
◆ write_subimage() [1/2]
Write an image in a raw file in ${dir_env_var}, with the acquisition date as file name and the given extension. Image matrix is tranformed in out_image(x,image.cols()-1-y) = image(y, x);
Definizione alla linea 569 del file assets.cpp. 578 string fname = string(dir) + "/" + fname_from_acq_time() + "_" + std::to_string(image_side) + ext;
586 //LOG_INFO(" Image_size %4d , Image.cols %4d Image.Rows %4d -- xofs %d yofs %d", image_side, image.cols(), image.rows(), xofs, yofs);
std::string fname_from_acq_time() const Build a basename (without extension) for a file given the current acquisition time. Definition: assets.cpp:531 FILE * fopen_checked(const char *fname, const char *mode, const char *description) A wrapper of fopen that throws an exception if it cannot open the file. Definition: utils.cpp:144 Referenzia fname_from_acq_time(), e radarelab::fopen_checked(). |