Functions
core/vil/vil_crop.cxx File Reference
#include "vil_crop.h"
#include <vcl_cassert.h>
#include <vil/vil_exception.h>

Go to the source code of this file.

Functions

vil_image_resource_sptr vil_crop (const vil_image_resource_sptr &src, unsigned i0, unsigned n_i, unsigned j0, unsigned n_j)
 Crop to a region of src.

Detailed Description

Author:
Ian Scott.

Definition in file vil_crop.cxx.


Function Documentation

vil_image_resource_sptr vil_crop ( const vil_image_resource_sptr src,
unsigned  i0,
unsigned  n_i,
unsigned  j0,
unsigned  n_j 
)

Crop to a region of src.

Definition at line 15 of file vil_crop.cxx.