#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... | |
|
||||||||||||||||
|
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 }
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001