Main Page   Class Overview   Pixels   Images   Geometry   Quick Index  

HxInverseProjectRange.h File Reference

More...

#include "HxImageRep.h"

Go to the source code of this file.

Functions

HxImageRep L_HXIMAGEREP HxInverseProjectRange (HxImageRep im, int dimension, HxImageRep arg)
 Inverse projection of the pixel range. More...


Detailed Description


Function Documentation

HxImageRep L_HXIMAGEREP HxInverseProjectRange HxImageRep    im,
int    dimension,
HxImageRep    arg
 

Inverse projection of the pixel range.

The function projects (see Pixels) all pixels of image im on the given dimension of image arg via a unary pixel operation (see Images). Dimension starts at 1.

00013 {
00014     return im.inverseProjectRange(dimension, arg);
00015 }


Generated on Tue Jan 8 13:59:20 2002 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001