Reader/Writer for v3m format images. More...
#include <vil3d/vil3d_file_format.h>
#include <vimt3d/vimt3d_image_3d.h>
#include <vcl_iosfwd.h>
#include <vcl_memory.h>
Go to the source code of this file.
Classes | |
class | vimt3d_vil3d_v3m_format |
Reader/Writer for v3m format images, specialised for label or mask images. More... | |
class | vimt3d_vil3d_v3m_image |
struct | vimt3d_vil3d_v3m_image::header_t |
Storage type for header information when the whole image has not yet been loaded. More... |
Reader/Writer for v3m format images.
To use the v3m format with vil3d_load, vil3d_save, etc add the following code at the start of your program
vil3d_file_format::add_format(new vimt3d_vil3d_v3m_format);
Definition in file vimt3d_vil3d_v3m.h.