#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
HxImageRep L_HXIMAGEREP | HxRGB2Intensity (HxImageRep im) |
Conversion of RGB to intensity. More... |
|
Conversion of RGB to intensity. The function converts an RGB image to an intensity image ![]()
00077 { 00078 return im.unaryPixOp("RGB2Intensity"); 00079 } |