DICOMの画像情報を管理する [詳細]
#include <dicom_info.h>
mist::dicom::dicom_image_infoに対する継承グラフ変数 | |
| compress_type | compression_type |
| DICOMデータの圧縮タイプ | |
| photometric_interpretation_type | photometric_type |
| 画素の表現方法 | |
| unsigned short | samples_per_pixel |
| 1画素あたりのサンプル数 | |
| signed int | number_of_frames |
| DICOM画像内に含まれるフレーム数 | |
| unsigned short | rows |
| 画像の行数(画像の高さ) | |
| unsigned short | cols |
| 画像の列数(画像の幅) | |
| double | pixel_spacing_x |
| X軸方向の解像度 | |
| double | pixel_spacing_y |
| Y軸方向の解像度 | |
| double | image_position_x |
| X軸方向のイメージポジション | |
| double | image_position_y |
| Y軸方向のイメージポジション | |
| double | image_position_z |
| Z軸方向のイメージポジション | |
| double | rescale_intercept |
| 画素値に対するオフセット | |
| double | rescale_slope |
| 画素値に対する変換関数の傾き | |
| unsigned short | bits_allocated |
| 1画素あたりに割り当てられているビット数 | |
| unsigned short | bits_stored |
| 1画素あたりに使用しているビット数 | |
| unsigned short | high_bits |
| high bits | |
| unsigned short | pixel_representation |
| 画素の表現方法 | |
| unsigned short | planar_configuration |
| RGBなどの要素の並び | |
| double | window_center |
| 描画に用いる Window Center | |
| double | window_width |
| 描画に用いる Window Width | |
| double | KVP |
| 管電圧 | |
| double | mA |
| 管電流 | |
| double | thickness |
| スライス厚 | |
DICOMの画像情報を管理する
1.8.1.2