Difference between revisions of "lmrcImageEdge(API)"
From EosPedia
(Created page with "DataManip/mrcImage/src/'''lmrcImageIsEdge''' is API that used by lmrcImagePad(API). == constant == == struct == == API == int lmrcImageIsEdge(mrcImage* bin, mrcImagePa...") |
(No difference)
|
Revision as of 03:04, 2 September 2014
DataManip/mrcImage/src/lmrcImageIsEdge is API that used by lmrcImagePad(API).
constant
struct
API
int lmrcImageIsEdge(mrcImage* bin, mrcImageParaTypeReal x, mrcImageParaTypeReal y, mrcImageParaTypeReal z, int neighbor, int mode);
指定した座標(x, y, z)がmrcImage画像の端かどうかを判定する(0: Non Edge, 1: Edge)