Difference between revisions of "lmrcImageMultiplying(API)"
From EosPedia
(Created page with "DataManip/mrcImage/src/'''lmrcImageMultiplying''' is API for multiplying value to image. It is used by mrcImageMultiplying. == constant == == struct == == API == ===積...") |
(No difference)
|
Latest revision as of 00:10, 3 September 2014
DataManip/mrcImage/src/lmrcImageMultiplying is API for multiplying value to image. It is used by mrcImageMultiplying.
Contents
constant
struct
API
積算
Multiply value to in, and output to out.
extern void lmrcImageMultiplying(mrcImage* out, mrcImage* in, float value, long mode);
Multiply value to in, and output to in.
extern void lmrcImageMultiplying2(mrcImage* in, float value, long mode);