Go to the source code of this file.
Functions | |
template<class T > | |
vil3d_image_view< T > | vil3d_from_image_2d (const vil_image_view< T > &im) |
Return a 3D image view containing a single slice obtained from a 2D image. |
Definition in file vil3d_from_image_2d.h.
vil3d_image_view< T > vil3d_from_image_2d | ( | const vil_image_view< T > & | im | ) | [inline] |
Return a 3D image view containing a single slice obtained from a 2D image.
result(x,y,0,p)=im(x,y,p)
Definition at line 25 of file vil3d_from_image_2d.h.