Table 5 The specific meaning of each column in CSV files.
From: A multimodal dental dataset facilitating machine learning research and clinic services
File Name | Row Name | Meaning |
|---|---|---|
CBCT_info.csv | PatientID | Patient ID uniquely identifies each patient. |
PatientSex | Patient gender. | |
PatientAge | The age bracket to which the patient belongs. | |
Modality | The modality of the image. The modality for CBCT is “CT,” and the modality for panoramic radiographs is “PX”. | |
SliceThickness | Nominal slice thickness, in mm. | |
KVP | Peak kilo voltage output of the x-ray generator used. | |
XRayTubeCurrent | X-ray Tube Current in mA. | |
Rows | Number of rows in the image. | |
Columns | Number of columns in the image. | |
PixelSpacing | Physical distance in the patient between the center of each pixel, specified by a numeric pair-adjacent row spacing (delimiter) adjacent column spacing in mm. | |
BitsAllocated | Number of bits allocated for each pixel sample. | |
BitsStored | Number of bits stored for each pixel sample. | |
HighBit | Most significant bit for pixel sample data. | |
WindowCenter | Window Center for display. | |
WindowWidth | Window Width for display. | |
FileName | CBCT file name. | |
PaX_info.csv | Similar to CBCT_info.csv. | |
PeX_info.csv | PatientID | Patient ID uniquely identifies each patient. |
LeftNum | The number of images at the left deflection angle. | |
MiddleNum | The number of images at the left deflection angle. | |
RightNum | The number of images at the left deflection angle. | |
TotalNum | Total number of images. | |
patient_statistics_info.csv | PatientID | Patient ID uniquely identifies each patient. |
CBCT FileNames | The filenames of the CBCT images owned by the patient. | |
PaX FileNames | The filenames of the panoramic radiographs owned by the patient. | |
PeX FileNames | The filenames of the periapical radiographs owned by the patient. | |
implant_marking.csv | PatientID | Patient ID uniquely identifies each patient. |
FileName | CBCT file name. | |
Label | The indication of whether the CBCT image contains dental implants is represented by a value of 0 or 1. A value of 0 signifies that there are no dental implants present in the CBCT image, while a value of 1 indicates the presence of dental implants. | |