Static Public Member Functions | |
| static void | ImportAllStudies (string folder) |
| Import all studies in a root folder (ie. "C:\LIDC"). | |
| static List< LIDCNodule > | ImportStudy (string root, string folder, string study, string series) |
| Import an LIDC study. | |
| static List< LIDCNodule > | ImportStudy (string root, string folder, string study, string series, BRISC.GUI.Splash dialog) |
| Import an LIDC study with a progress dialog. | |
Static Public Attributes | |
| static double | CENTROID_THRESHOLD = 10.0 |
| Distance nodule centroids have to be from each other to be considered different nodules. | |
Static Private Attributes | |
| static int | nodule_no = 0 |
| Next unique nodule number. | |
| static void BRISC::Core::LIDCImport::ImportAllStudies | ( | string | folder | ) | [inline, static] |
Import all studies in a root folder (ie. "C:\LIDC").
| folder | Path to root folder |
| static List<LIDCNodule> BRISC::Core::LIDCImport::ImportStudy | ( | string | root, | |
| string | folder, | |||
| string | study, | |||
| string | series, | |||
| BRISC.GUI.Splash | dialog | |||
| ) | [inline, static] |
Import an LIDC study with a progress dialog.
| root | Main "LIDC" folder containing all the study folders | |
| folder | Subfolder name | |
| study | Study folder name | |
| series | Series folder name | |
| dialog | Progress dialog |
| static List<LIDCNodule> BRISC::Core::LIDCImport::ImportStudy | ( | string | root, | |
| string | folder, | |||
| string | study, | |||
| string | series | |||
| ) | [inline, static] |
Import an LIDC study.
| root | Main "LIDC" folder containing all the study folders | |
| folder | Subfolder name | |
| study | Study folder name | |
| series | Series folder name |
1.4.7