Functions
contrib/mul/vimt3d/vimt3d_from_image_2d.h File Reference
#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.

Detailed Description

Author:
Kevin de Souza

Definition in file vimt3d_from_image_2d.h.


Function Documentation

template<class T >
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)

Note:
Currently only implemented for some transform types i.e. Identity, Translation and ZoomOnly

Definition at line 30 of file vimt3d_from_image_2d.h.