「lmrcImageCentre(API)」の版間の差分

提供: Eospedia
移動: 案内検索
(ページの作成:「DataManip/mrcImage/src/'''lmrcImageCentre'''はmrcImageCenterOfMassCalculateのためのAPI です。 == 定数 == == 構造体 == typedef struct lmrcImageCenterOf...」)
(相違点なし)

2014年5月9日 (金) 08:12時点における版

DataManip/mrcImage/src/lmrcImageCentremrcImageCenterOfMassCalculateのためのAPI です。

定数

構造体

typedef struct lmrcImageCenterOfMass {
  float x;
  float y;
  float z;
} lmrcImageCenterOfMass;

API

extern void lmrcImageCenterOfMassCalculate(lmrcImageCenterOfMass *centerOfMass,mrcImage in1);
extern void lmrcImageShiftCenterOfMassIntoImageCenter(mrcImage* out, mrcImage* in, mrcPixelDataHowToGet mode);