Difference between revisions of "lmrcImageSamplingUnitChange(API)"
From EosPedia
(Created page with "DataManip/mrcImage/src/'''lmrcImageSamplingUnitChange''' is API for Resampling of image. It is used by mrcImageSamplingUnitChange. == constant == == struct == lmrcImageS...") |
(→struct) |
||
Line 4: | Line 4: | ||
== struct == | == struct == | ||
− | + | Setting for lmrcImageSamplingUnitChange. | |
typedef struct lmrcImageSamplingUnitChangeInfo { | typedef struct lmrcImageSamplingUnitChangeInfo { | ||
mrcImageParaTypeRealCoord L; | mrcImageParaTypeRealCoord L; |
Latest revision as of 01:04, 3 September 2014
DataManip/mrcImage/src/lmrcImageSamplingUnitChange is API for Resampling of image. It is used by mrcImageSamplingUnitChange.
Contents
constant
struct
Setting for lmrcImageSamplingUnitChange.
typedef struct lmrcImageSamplingUnitChangeInfo { mrcImageParaTypeRealCoord L; mrcImageParaTypeIntegerCoord N; mrcImageParaTypeInteger SamplingMethodMode; } lmrcImageSamplingUnitChangeInfo;
L: new Length
SamplingMethodMode: mode of Interpolation method.
API
Resampling
extern void lmrcImageSamplingUnitChange(mrcImage* out, mrcImage* in, lmrcImageSamplingUnitChangeInfo info, long mode);