Class HistogramCSVReader
Object
HistogramCSVReader
Reads a CSV file from the file-system that describes a histogram of voxel values.
- Author:
- owen Feehan
-
Method Summary
Modifier and TypeMethodDescriptionstatic Histogram
readHistogramFromFile
(Path filePath) Reads a CSV file from the file-system that describes a histogram of voxel values.
-
Method Details
-
readHistogramFromFile
Reads a CSV file from the file-system that describes a histogram of voxel values.- Parameters:
filePath
- the path to the CSV file.- Returns:
- a newly created
Histogram
representing the values in the file. - Throws:
CSVReaderException
- if any file I/O errors, or otherwise the histogram cannot be successfully created.
-