Class HistogramCSVReader
Object
HistogramCSVReader
Reads a CSV file from the file-system that describes a histogram of voxel values.
- Author:
- owen Feehan
- 
Method SummaryModifier and TypeMethodDescriptionstatic HistogramreadHistogramFromFile(Path filePath) Reads a CSV file from the file-system that describes a histogram of voxel values.
- 
Method Details- 
readHistogramFromFileReads 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 Histogramrepresenting the values in the file.
- Throws:
- CSVReaderException- if any file I/O errors, or otherwise the histogram cannot be successfully created.
 
 
-