lmrcImageCentre(API)
提供: Eospedia
DataManip/mrcImage/src/lmrcImageCentreはmrcImageCenterOfMassCalculateのための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);