Relative location of CT slices on axial axis
Donated on 7/6/2011
The dataset consists of 384 features extracted from CT images. The class variable is numeric and denotes the relative location of the CT slice on the axial axis of the human body.
Dataset Characteristics
Domain-Theory
Subject Area
Computer Science
Associated Tasks
Regression
Feature Type
Real
# Instances
53500
# Features
386
Dataset Information
Additional Information
The data was retrieved from a set of 53500 CT images from 74 different patients (43 male, 31 female). Each CT slice is described by two histograms in polar space. The first histogram describes the location of bone structures in the image, the second the location of air inclusions inside of the body. Both histograms are concatenated to form the final feature vector. Bins that are outside of the image are marked with the value -0.25. The class variable (relative location of an image on the axial axis) was constructed by manually annotating up to 10 different distinct landmarks in each CT Volume with known location. The location of slices in between landmarks was interpolated.
Has Missing Values?
No
Variable Information
1. patientId: Each ID identifies a different patient 2. - 241.: Histogram describing bone structures 242. - 385.: Histogram describing air inclusions 386. reference: Relative location of the image on the axial axis (class value). Values are in the range [0; 180] where 0 denotes the top of the head and 180 the soles of the feet.
Dataset Files
File | Size |
---|---|
slice_localization_data.csv | 77.7 MB |
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset relative_location_of_ct_slices_on_axial_axis = fetch_ucirepo(id=206) # data (as pandas dataframes) X = relative_location_of_ct_slices_on_axial_axis.data.features y = relative_location_of_ct_slices_on_axial_axis.data.targets # metadata print(relative_location_of_ct_slices_on_axial_axis.metadata) # variable information print(relative_location_of_ct_slices_on_axial_axis.variables)
Graf, F., Kriegel, H., Schubert, M., Poelsterl, S., & Cavallaro, A. (2011). Relative location of CT slices on axial axis [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C5CP6G.
Creators
F. Graf
H.-P. Kriegel
M. Schubert
S. Poelsterl
A. Cavallaro
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.