Horus Doc || C++ Reference || Class Overview   Pixels   Images   Detector   Geometry   Registry || Doxygen's quick Index  

HxSubSat.h File Reference

More...

#include "HxImageRep.h"

Go to the source code of this file.

Functions

HxImageRep L_HXIMAGEREP HxSubSat (HxImageRep im1, HxImageRep im2)
 Saturated subtraction. More...


Detailed Description


Function Documentation

HxImageRep L_HXIMAGEREP HxSubSat HxImageRep    im1,
HxImageRep    im2
 

Saturated subtraction.

The function computes the saturated subtraction of all corresponding pixels in the input images via a binary pixel operation.

00130 {
00131     // call HxImageRep member function to do the image processing
00132 //  std::cout << im1.signature() << std::endl;
00133 //  std::cout << im2.signature() << std::endl;
00134 
00135     HxTagList tl;
00136     HxAddTag(tl,"minSat", 0);//HxPixMin(im1).HxScalarIntValue().x() );
00137 
00138 
00139     return im1.binaryPixOp(im2, "subSat", tl);
00140 }


Generated on Tue Feb 3 14:18:51 2004 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001