mrcImageFeatureExtraction

提供: Eospedia
2013年11月20日 (水) 23:53時点におけるKinoshita (トーク | 投稿記録)による版

移動: 案内検索

mrcImageFeatureExtractionとは画像の特徴量(現時点で30通り)の抽出を行うEosコマンドである。


オプション一覧

メインオプション

オプション 必須項目/選択項目 説明 デフォルト
-i 必須 入力ファイル: mrcImage NULL
-o 必須 出力ファイル: mrcImage NULL
-cr 選択 Co-Occurrence radius 1
-ct 選択 Co-Occurrence theta 0
-rt 選択 RunLength theta 0
-rd 選択 RunLength devision 4
-c 選択 コンフィグファイル設定 NULL
-m 選択 モードを設定 0
-h 選択 ヘルプを表示  

モードの詳細

モード 説明
0 densityhistgram average
1 densityhistgram variance
2 densityhistgram skewness
3 densityhistgram kurtosis
4 densityhistgram contrast
5 densityhistgram energy
6 densityhistgram entropy
7 co-occurrence anguler second moment
8 co-occurrence contrast
9 co-occurrence correlation
10 co-occurrence sum of square: variance
11 co-occurrence inverse difference moment
12 co-occurrence sum average
13 co-occurrence sum variance
14 co-occurrence sum entropy
15 co-occurrence entropy
16 co-occurrence difference variance
17 co-occurrence difference entropy
18 co-occurrence information measure of correlation 1
19 co-occurrence information measure of correlation 2
20 co-occurrence maximal correlation coefficient
21 difference statistics contrast
22 difference statistics anguler second moment
23 difference statistics entropy
24 difference statistics mean
25 runlength short runs emphasis
26 runlength long runs emphasis
27 runlength gray level nonuniformity
28 runlength run length nonuniformity
29 runlength run percentage


実行例

入力ファイルの画像

Input-mrcImageFeatureExtraction.png

最小

最大
平均値
標準偏差

標準誤差

0 (0, 0, 0)

255 (49, 32, 0)
21.0538
47.6709

0.595886

オプション必須項目のみの場合

Outdata-mrcImageFeatureExtraction.png

最小

最大
平均値
標準偏差

標準誤差

0 (5, 0, 0)

224 (1, 0, 0)
20.2667
50.1358

9.1535

オプション -cr

cr=100で実行

Outdata-cr-mrcImageFeatureExtraction.png

最小

最大
平均値
標準偏差

標準誤差

0 (5, 0, 0)

224 (1, 0, 0)
20.9667
49.7698

9.08668

オプション -ct

ct=1, cr=100で実行

Outdata-ct-mrcImageFeatureExtraction.png

最小

最大
平均値
標準偏差

標準誤差

0 (5, 0, 0)

224 (1, 0, 0)
21.1667
49.7186

9.07733

オプション -rt

rt=1で実行

Outdata-rt-mrcImageFeatureExtraction.png

最小

最大
平均値
標準偏差

標準誤差

0 (5, 0, 0)

224 (1, 0, 0)
20.2667
50.1358

9.1535

オプション -rd

rd=10で実行

Outdata-rd-mrcImageFeatureExtraction.png

最小

最大
平均値
標準偏差

標準誤差

0 (5, 0, 0)

224 (1, 0, 0)
27.1667
57.5158

10.5009