Functions
contrib/mul/vil3d/vil3d_crop.cxx File Reference
#include "vil3d_crop.h"
#include <vcl_cassert.h>

Go to the source code of this file.

Functions

vil3d_image_resource_sptr vil3d_crop (const vil3d_image_resource_sptr &src, unsigned i0, unsigned n_i, unsigned j0, unsigned n_j, unsigned k0, unsigned n_k)
 Crop to a region of src.

Detailed Description

Author:
Ian Scott.

Definition in file vil3d_crop.cxx.


Function Documentation

vil3d_image_resource_sptr vil3d_crop ( const vil3d_image_resource_sptr src,
unsigned  i0,
unsigned  n_i,
unsigned  j0,
unsigned  n_j,
unsigned  k0,
unsigned  n_k 
)

Crop to a region of src.

Definition at line 13 of file vil3d_crop.cxx.