「lmrcImageLabeling(API)」の版間の差分
提供: Eospedia
(ページの作成:「DataManip/mrcImage/src/'''lmrcImageLabeling'''はmrcImageLabelingのためのAPI です。 == 定数 == == 構造体 == == API == void lmrcImageLabeling(mrcImage*...」) |
(→API) |
||
行6: | 行6: | ||
== API == | == API == | ||
+ | ===ラベリング=== | ||
+ | ====メイン==== | ||
void lmrcImageLabeling(mrcImage* label, mrcImage* in, int mode); | void lmrcImageLabeling(mrcImage* label, mrcImage* in, int mode); | ||
+ | ラベリングされたデータはlabelへ格納されます。<br> | ||
+ | in->HeaderN.zが1のときは2D用、それ以外では3D用を使用します。<br> | ||
+ | <br> | ||
+ | ====2D用==== | ||
+ | メインから呼び出されます。 | ||
void lmrcImageLabeling2D(mrcImage* label, mrcImage* in, int mode); | void lmrcImageLabeling2D(mrcImage* label, mrcImage* in, int mode); | ||
+ | <br> | ||
+ | ====3D用==== | ||
+ | メインから呼び出されます。 | ||
void lmrcImageLabeling3D(mrcImage* label, mrcImage* in, int mode); | void lmrcImageLabeling3D(mrcImage* label, mrcImage* in, int mode); |
2014年9月8日 (月) 01:54時点における版
DataManip/mrcImage/src/lmrcImageLabelingはmrcImageLabelingのためのAPI です。
定数
構造体
API
ラベリング
メイン
void lmrcImageLabeling(mrcImage* label, mrcImage* in, int mode);
ラベリングされたデータはlabelへ格納されます。
in->HeaderN.zが1のときは2D用、それ以外では3D用を使用します。
2D用
メインから呼び出されます。
void lmrcImageLabeling2D(mrcImage* label, mrcImage* in, int mode);
3D用
メインから呼び出されます。
void lmrcImageLabeling3D(mrcImage* label, mrcImage* in, int mode);