HSImage
Hyperspectral Image Interface Library for ENVI-BIL image files
|
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...
Public Member Functions | |
def | __init__ |
Constructor Default constructor to create empty labelfile instance. | |
def | __init__ |
Constructor from file. More... | |
def | load |
Load from file. More... | |
def | getRGBImage |
Get RGB Image. More... | |
def | getLabelImage |
Get Label Image. More... | |
def | getOverlayImage |
Get Overlay Image. More... | |
def | getClassInfo |
Get Class Info. More... | |
The LabelFile class is used to open and extract labeled object information from a CSAIL/LabelMe style label file, usually with a .lif extension.
This file contains all the information about labeled objects in a specific image, as well as an encoded .png image file containing the RGB image that was used to generate the labeling information. This interface allows you to gather all necessary information from the label file and apply it to classified hyperspectral images.
def HSI.labelfile.__init__ | ( | filename | ) |
def HSI.labelfile.getClassInfo | ( | ) |
def HSI.labelfile.getLabelImage | ( | ) |
def HSI.labelfile.getOverlayImage | ( | ) |
def HSI.labelfile.getRGBImage | ( | ) |
def HSI.labelfile.load | ( | filename | ) |