#include <vnl/vnl_vector.h>#include <vil/vil_image_view.h>#include <vil3d/vil3d_image_view.h>#include <vil3d/vil3d_from_image_2d.h>#include <vimt/vimt_image_2d_of.h>#include <vimt3d/vimt3d_image_3d_of.h>#include <mbl/mbl_exception.h>Go to the source code of this file.
Functions | |
| template<class T > | |
| vimt3d_image_3d_of< T > | vimt3d_from_image_2d (const vimt_image_2d_of< T > &img) |
| Return a 3D image containing a single slice obtained from a 2D image. | |
Definition in file vimt3d_from_image_2d.h.
| vimt3d_image_3d_of< T > vimt3d_from_image_2d | ( | const vimt_image_2d_of< T > & | img | ) | [inline] |
Return a 3D image containing a single slice obtained from a 2D image.
result(x,y,0,p)=im(x,y,p)
Definition at line 30 of file vimt3d_from_image_2d.h.
1.7.5.1