Array subsets


Classes

class  ROI
class  Index

Functions

ROI roi (const Array< long > &, const Array< long > &)
 Build a region of interest from the corner coordinates.
ROI slice (long d0, long d1=-1, long d2=-1, long d3=-1, long d4=-1, long d5=-1)
 ROI which corresponds to a slice of the array.
ROI row (long l)
 ROI which corresponds to a single row of the array.
ROI rows (long l1, long l2)
ROI column (long c)
 ROI which corresponds to a single column of the array.
ROI columns (long c1, long c2)
 ROI which corresponds to a group of columns of the array.
ROI layers (long stk1, long stk2)
ROI channel (long ch)
 ROI corresponding to a particular color channel of the array.
ROI subImage (long c1, long c2, long l1, long l2)
ROI imageFromStack (long z, long col=0, long t=0)
ROI time (long t)
 ROI corresponding to a single time frame.

Detailed Description

Defining and using subsets of arrays.

There are two main ways to access a subset of an array: using Regions of Interest (ROI) or an index vector.


Function Documentation

ROI imageFromStack ( long  z,
long  col = 0,
long  t = 0 
) [inline]

ROI layers ( long  stk1,
long  stk2 
) [inline]

ROI rows ( long  l1,
long  l2 
) [inline]

ROI subImage ( long  c1,
long  c2,
long  l1,
long  l2 
) [inline]


Generated on Fri Oct 24 18:41:59 2008 for IDIL by  doxygen 1.5.5