HSImage
Hyperspectral Image Interface Library for ENVI-BIL image files
 All Classes Functions Variables Typedefs Groups Pages
Classes
HSI Python Module

This Python module provides an interface for the use of the C++ library in Python code. More...

Classes

class  HSI.hsimage
 This class provides an interface for unlabeled ENVI-BIL hyperspectral images. More...
 
class  HSI.classified_hsimage
 This class provides an interface for labeled and classified ENVI-BIL hyperspectral images. More...
 
class  HSI.labelfile
 The LabelFile class is used to open and extract labeled object information from a CSAIL/LabelMe style label file, usually with a .lif extension. More...
 

Detailed Description

This Python module provides an interface for the use of the C++ library in Python code.

The sofware was written using the boost::python framework and allows for fully Pythonic programming to be done using the functions and code in this library.