#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
HxValue L_HXIMAGEREP | HxPixMin (HxImageRep im) |
Pixel minimum. More... |
|
Pixel minimum. The function computes the minimum (see Pixels) of all pixels in the input image via a reduce operation (see Images). Implementation specifics : The pixel functor : HxBpoMinAssign. The image functor instantiator : HxInstantiatorMinReduce.
00013 { 00014 return im.reduceOp("minAssign"); 00015 } |